Home
last modified time | relevance | path

Searched refs:gstyles (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/freetype/src/autofit/
A Dafglobal.c138 FT_Byte* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage() local
194 gstyles[gindex] == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
195 gstyles[gindex] = (FT_Byte)ss; in af_face_globals_compute_style_coverage()
205 gstyles[gindex] == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
206 gstyles[gindex] = (FT_Byte)ss; in af_face_globals_compute_style_coverage()
213 af_get_coverage( globals, style_class, gstyles ); in af_face_globals_compute_style_coverage()
227 af_get_coverage( globals, style_class, gstyles ); in af_face_globals_compute_style_coverage()
237 gstyles[gindex] |= AF_DIGIT; in af_face_globals_compute_style_coverage()
252 if ( ( gstyles[nn] & ~AF_DIGIT ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
254 gstyles[nn] &= ~AF_STYLE_UNASSIGNED; in af_face_globals_compute_style_coverage()
[all …]
A Dhbshim.c101 FT_Byte* gstyles ) in af_get_coverage() argument
123 if ( !globals || !style_class || !gstyles ) in af_get_coverage()
350 if ( gstyles[idx] == AF_STYLE_UNASSIGNED ) in af_get_coverage()
351 gstyles[idx] = (FT_Byte)style_class->style; in af_get_coverage()
497 FT_Byte* gstyles ) in af_get_coverage() argument
501 FT_UNUSED( gstyles ); in af_get_coverage()
A Dhbshim.h41 FT_Byte* gstyles );

Completed in 4 milliseconds