HomeSort by relevance Sort by last modified time
    Searched full:gscripts (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/freetype/src/autofit/
afglobal.c 61 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 69 milliseconds