OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyph_scripts
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/freetype/src/autofit/
afglobal.h
58
* Note that
glyph_scripts
[] is used to map each glyph into
66
FT_Byte*
glyph_scripts
;
member in struct:AF_FaceGlobalsRec_
afglobal.c
61
FT_Byte* gscripts = globals->
glyph_scripts
;
67
FT_MEM_SET( globals->
glyph_scripts
,
176
globals->
glyph_scripts
= (FT_Byte*)( globals + 1 );
220
globals->
glyph_scripts
= NULL; /* no need to free this one! */
251
gidx = globals->
glyph_scripts
[gindex] & AF_SCRIPT_NONE;
298
return (FT_Bool)( globals->
glyph_scripts
[gindex] & AF_DIGIT );
afmodule.c
137
prop->map = globals->
glyph_scripts
;
/external/freetype/src/autofit/
afglobal.h
58
* Note that
glyph_scripts
[] is used to map each glyph into
66
FT_Byte*
glyph_scripts
;
member in struct:AF_FaceGlobalsRec_
afglobal.c
61
FT_Byte* gscripts = globals->
glyph_scripts
;
67
FT_MEM_SET( globals->
glyph_scripts
,
176
globals->
glyph_scripts
= (FT_Byte*)( globals + 1 );
220
globals->
glyph_scripts
= NULL; /* no need to free this one! */
251
gidx = globals->
glyph_scripts
[gindex] & AF_SCRIPT_NONE;
298
return (FT_Bool)( globals->
glyph_scripts
[gindex] & AF_DIGIT );
afmodule.c
137
prop->map = globals->
glyph_scripts
;
Completed in 188 milliseconds