projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
876e80c
)
Evas font-engine: Fix an issue with font_run_end_get.
author
Tom Hacohen
<tom@stosb.com>
Mon, 30 May 2011 15:18:53 +0000
(15:18 +0000)
committer
Tom Hacohen
<tom@stosb.com>
Mon, 30 May 2011 15:18:53 +0000
(15:18 +0000)
SVN revision: 59818
legacy/evas/src/lib/engines/common/evas_font_query.c
patch
|
blob
|
history
diff --git
a/legacy/evas/src/lib/engines/common/evas_font_query.c
b/legacy/evas/src/lib/engines/common/evas_font_query.c
index
d604e8a
..
fa945cf
100644
(file)
--- a/
legacy/evas/src/lib/engines/common/evas_font_query.c
+++ b/
legacy/evas/src/lib/engines/common/evas_font_query.c
@@
-21,7
+21,7
@@
EAPI int
evas_common_font_query_run_font_end_get(RGBA_Font *fn, RGBA_Font_Int **script_fi, RGBA_Font_Int **cur_fi, Evas_Script_Type script, const Eina_Unicode *text, int run_len)
{
- RGBA_Font_Int *fi;
+ RGBA_Font_Int *fi
= NULL
;
const Eina_Unicode *run_end = text + run_len;
const Eina_Unicode *itr;
@@
-101,6
+101,7
@@
evas_common_font_query_run_font_end_get(RGBA_Font *fn, RGBA_Font_Int **script_fi
* font */
for ( ; itr < run_end ; itr++)
{
+ tmp_fi = fi;
if (evas_common_get_char_index(fi, *itr) ||
evas_common_font_glyph_search(fn, &tmp_fi, *itr))
{