HomeSort by relevance Sort by last modified time
    Searched refs:gstyles (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/autofit/
hbshim.h 41 FT_Byte* gstyles );
afglobal.c 138 FT_Byte* gstyles = globals->glyph_styles; local
195 gstyles[gindex] == AF_STYLE_UNASSIGNED )
196 gstyles[gindex] = (FT_Byte)ss;
206 gstyles[gindex] == AF_STYLE_UNASSIGNED )
207 gstyles[gindex] = (FT_Byte)ss;
214 af_get_coverage( globals, style_class, gstyles );
219 af_get_coverage( globals, AF_STYLE_CLASSES_GET[dflt], gstyles );
228 af_get_coverage( globals, style_class, gstyles );
238 gstyles[gindex] |= AF_DIGIT;
253 if ( ( gstyles[nn] & ~AF_DIGIT ) == AF_STYLE_UNASSIGNED
    [all...]
hbshim.c 101 FT_Byte* gstyles )
123 if ( !globals || !style_class || !gstyles )
364 if ( gstyles[idx] == AF_STYLE_UNASSIGNED )
365 gstyles[idx] = (FT_Byte)style_class->style;
511 FT_Byte* gstyles )
515 FT_UNUSED( gstyles );

Completed in 82 milliseconds