Searched refs:gscripts (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/freetype/src/autofit/
H A Dafglobal.c84 FT_Byte* gscripts = globals->glyph_scripts; local
128 gscripts[gindex] == AF_SCRIPT_LIST_NONE )
129 gscripts[gindex] = (FT_Byte)ss;
139 gscripts[gindex] == AF_SCRIPT_LIST_NONE )
140 gscripts[gindex] = (FT_Byte)ss;
152 gscripts[gindex] |= AF_DIGIT;
166 if ( ( gscripts[nn] & ~AF_DIGIT ) == AF_SCRIPT_LIST_NONE )
168 gscripts[nn] &= ~AF_SCRIPT_LIST_NONE;
169 gscripts[nn] |= AF_SCRIPT_LIST_DEFAULT;
/external/freetype/src/autofit/
H A Dafglobal.c61 FT_Byte* gscripts = globals->glyph_scripts; local
106 gscripts[gindex] == AF_SCRIPT_NONE )
107 gscripts[gindex] = (FT_Byte)ss;
117 gscripts[gindex] == AF_SCRIPT_NONE )
118 gscripts[gindex] = (FT_Byte)ss;
130 gscripts[gindex] |= AF_DIGIT;
145 if ( ( gscripts[nn] & ~AF_DIGIT ) == AF_SCRIPT_NONE )
147 gscripts[nn] &= ~AF_SCRIPT_NONE;
148 gscripts[nn] |= globals->module->fallback_script;

Completed in 249 milliseconds