Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
Dafglobal.c139 FT_UShort* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage() local
147 gstyles[i] = AF_STYLE_UNASSIGNED; in af_face_globals_compute_style_coverage()
195 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
196 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage()
206 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
207 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage()
224 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()
225 gstyles[gindex] |= AF_NONBASE; in af_face_globals_compute_style_coverage()
235 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()
236 gstyles[gindex] |= AF_NONBASE; in af_face_globals_compute_style_coverage()
[all …]
Dhbshim.c101 FT_UShort* gstyles ) in af_get_coverage() argument
123 if ( !globals || !style_class || !gstyles ) in af_get_coverage()
365 if ( gstyles[idx] == AF_STYLE_UNASSIGNED ) in af_get_coverage()
366 gstyles[idx] = (FT_UShort)style_class->style; in af_get_coverage()
512 FT_UShort* gstyles ) in af_get_coverage() argument
516 FT_UNUSED( gstyles ); in af_get_coverage()
Dhbshim.h41 FT_UShort* gstyles );
/external/freetype/src/autofit/
Dafglobal.c138 FT_Byte* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage() local
195 gstyles[gindex] == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
196 gstyles[gindex] = (FT_Byte)ss; in af_face_globals_compute_style_coverage()
206 gstyles[gindex] == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
207 gstyles[gindex] = (FT_Byte)ss; in af_face_globals_compute_style_coverage()
214 af_get_coverage( globals, style_class, gstyles ); in af_face_globals_compute_style_coverage()
219 af_get_coverage( globals, AF_STYLE_CLASSES_GET[dflt], gstyles ); in af_face_globals_compute_style_coverage()
228 af_get_coverage( globals, style_class, gstyles ); in af_face_globals_compute_style_coverage()
238 gstyles[gindex] |= AF_DIGIT; in af_face_globals_compute_style_coverage()
253 if ( ( gstyles[nn] & ~AF_DIGIT ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
[all …]
Dhbshim.c101 FT_Byte* gstyles ) in af_get_coverage() argument
123 if ( !globals || !style_class || !gstyles ) in af_get_coverage()
365 if ( gstyles[idx] == AF_STYLE_UNASSIGNED ) in af_get_coverage()
366 gstyles[idx] = (FT_Byte)style_class->style; in af_get_coverage()
512 FT_Byte* gstyles ) in af_get_coverage() argument
516 FT_UNUSED( gstyles ); in af_get_coverage()
Dhbshim.h41 FT_Byte* gstyles );
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.252394 (af_face_globals_compute_style_coverage): Trace `gstyles' array
2938 [autofit] s/gscripts/gstyles/.