OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gscripts
(Results
1 - 2
of
2
) 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;
/external/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 619 milliseconds