Searched defs:gidx (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/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/freetype/src/autofit/
H A Dhbshim.c272 hb_codepoint_t gidx = FT_Get_Char_Index( globals->face, ch ); local
276 &gidx, 1, 1 ) )
/external/genext2fs/
H A Dgenext2fs.c2528 int gidx = 0; local
2595 gopt[gidx++] = optarg;
2701 for(i = 0; i < gidx; i++)

Completed in 793 milliseconds