Searched refs:gidx (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/freetype/src/autofit/
H A Dafglobal.c251 FT_UInt gidx; local
265 gidx = script;
266 if ( gidx == 0 || gidx + 1 >= script_max )
267 gidx = globals->glyph_scripts[gindex] & AF_SCRIPT_LIST_NONE;
269 clazz = AF_SCRIPT_CLASSES_GET[gidx];
/external/freetype/src/autofit/
H A Dafglobal.c235 FT_UInt gidx; local
249 gidx = script;
250 if ( gidx == 0 || gidx + 1 >= script_max )
251 gidx = globals->glyph_scripts[gindex] & AF_SCRIPT_NONE;
253 clazz = AF_SCRIPT_CLASSES_GET[gidx];
/external/chromium_org/third_party/sqlite/src/test/
H A Dmake-where7.tcl26 lappend gidx($g) $a
/external/genext2fs/
H A Dgenext2fs.c2528 int gidx = 0; local
2595 gopt[gidx++] = optarg;
2701 for(i = 0; i < gidx; i++)

Completed in 954 milliseconds