Searched defs:gstyles (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/autofit/
H A Dafglobal.c140 FT_UShort* gstyles = globals->glyph_styles; local
148 gstyles[i] = AF_STYLE_UNASSIGNED;
196 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED )
197 gstyles[gindex] = (FT_UShort)ss;
207 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED )
208 gstyles[gindex] = (FT_UShort)ss;
225 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss )
226 gstyles[gindex] |= AF_NONBASE;
236 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss )
237 gstyles[ginde
[all...]
H A Dafshaper.c102 FT_UShort* gstyles,
125 if ( !globals || !style_class || !gstyles )
370 if ( gstyles[idx] == AF_STYLE_UNASSIGNED )
371 gstyles[idx] = (FT_UShort)style_class->style;
579 FT_UShort* gstyles,
584 FT_UNUSED( gstyles );
100 af_shaper_get_coverage( AF_FaceGlobals globals, AF_StyleClass style_class, FT_UShort* gstyles, FT_Bool default_script ) argument
577 af_shaper_get_coverage( AF_FaceGlobals globals, AF_StyleClass style_class, FT_UShort* gstyles, FT_Bool default_script ) argument

Completed in 149 milliseconds