Evas textblock: Speed up rendering. Find the start paragraph for all.
authorTom Hacohen <tom@stosb.com>
Sun, 15 May 2011 12:00:01 +0000 (12:00 +0000)
committerTom Hacohen <tom@stosb.com>
Sun, 15 May 2011 12:00:01 +0000 (12:00 +0000)
commit353ce0f48ade1a9044ac363c80c5b8eebfbad4af
treecd4a44a55e6e3acf7ba76c1d00ad5df965934725
parent44b8ca79a46075d69b604809648ab85d894acd65
Evas textblock: Speed up rendering. Find the start paragraph for all.

Until now all the format/text drawing loops went through all the
paragraphs skipping all the ones that are outside the clipping/object
zone. This changeset find the first paragraph to be renedred first so we
don't walk all the paragraphs for nothing. This speeds up rendering of
the ends of very big textblocks in a very noticable manner.

SVN revision: 59404
legacy/evas/src/lib/canvas/evas_object_textblock.c