OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyph_styles
(Results
1 - 4
of
4
) sorted by null
/external/freetype/src/autofit/
afglobal.h
101
* Note that
glyph_styles
[] maps each glyph to an index into the
109
FT_UShort*
glyph_styles
;
member in struct:AF_FaceGlobalsRec_
afglobal.c
140
FT_UShort* gstyles = globals->
glyph_styles
;
348
/* with the
glyph_styles
array */
357
globals->
glyph_styles
= (FT_UShort*)( globals + 1 );
417
/* no need to free `globals->
glyph_styles
'; */
446
/* otherwise look into `
glyph_styles
' array */
448
style = (AF_Style)( globals->
glyph_styles
[gindex] &
497
return (FT_Bool)( globals->
glyph_styles
[gindex] & AF_DIGIT );
afmodule.c
354
prop->map = globals->
glyph_styles
;
aflatin.c
[
all
...]
Completed in 73 milliseconds