Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/autofit/
Dafglobal.c131 FT_UShort* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage() local
139 gstyles[i] = AF_STYLE_UNASSIGNED; in af_face_globals_compute_style_coverage()
187 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
188 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage()
198 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
199 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage()
216 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()
217 gstyles[gindex] |= AF_NONBASE; in af_face_globals_compute_style_coverage()
227 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()
228 gstyles[gindex] |= AF_NONBASE; in af_face_globals_compute_style_coverage()
[all …]
Dafshaper.c101 FT_UShort* gstyles, in af_shaper_get_coverage() argument
124 if ( !globals || !style_class || !gstyles ) in af_shaper_get_coverage()
381 if ( gstyles[idx] == AF_STYLE_UNASSIGNED ) in af_shaper_get_coverage()
382 gstyles[idx] = (FT_UShort)style_class->style; in af_shaper_get_coverage()
593 FT_UShort* gstyles, in af_shaper_get_coverage() argument
598 FT_UNUSED( gstyles ); in af_shaper_get_coverage()
Dafshaper.h40 FT_UShort* gstyles,
Daflatin.c1044 FT_UShort* gstyles = globals->glyph_styles; in af_latin_metrics_init_blues() local
1054 if ( ( gstyles[i] & AF_STYLE_MASK ) == sc->style ) in af_latin_metrics_init_blues()
1055 gstyles[i] = AF_STYLE_NONE_DFLT; in af_latin_metrics_init_blues()
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafglobal.c135 FT_UShort* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage() local
143 gstyles[i] = AF_STYLE_UNASSIGNED; in af_face_globals_compute_style_coverage()
191 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
192 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage()
202 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
203 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage()
220 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()
221 gstyles[gindex] |= AF_NONBASE; in af_face_globals_compute_style_coverage()
231 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()
232 gstyles[gindex] |= AF_NONBASE; in af_face_globals_compute_style_coverage()
[all …]
Dafshaper.c102 FT_UShort* gstyles, in af_shaper_get_coverage() argument
125 if ( !globals || !style_class || !gstyles ) in af_shaper_get_coverage()
370 if ( gstyles[idx] == AF_STYLE_UNASSIGNED ) in af_shaper_get_coverage()
371 gstyles[idx] = (FT_UShort)style_class->style; in af_shaper_get_coverage()
579 FT_UShort* gstyles, in af_shaper_get_coverage() argument
584 FT_UNUSED( gstyles ); in af_shaper_get_coverage()
Dafshaper.h41 FT_UShort* gstyles,
Daflatin.c1051 FT_UShort* gstyles = globals->glyph_styles; in af_latin_metrics_init_blues() local
1061 if ( ( gstyles[i] & AF_STYLE_MASK ) == sc->style ) in af_latin_metrics_init_blues()
1062 gstyles[i] = AF_STYLE_NONE_DFLT; in af_latin_metrics_init_blues()
/third_party/freetype/src/autofit/
Dafglobal.c131 FT_UShort* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage() local
139 gstyles[i] = AF_STYLE_UNASSIGNED; in af_face_globals_compute_style_coverage()
187 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
188 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage()
198 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
199 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage()
216 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()
217 gstyles[gindex] |= AF_NONBASE; in af_face_globals_compute_style_coverage()
227 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()
228 gstyles[gindex] |= AF_NONBASE; in af_face_globals_compute_style_coverage()
[all …]
Dafshaper.c101 FT_UShort* gstyles, in af_shaper_get_coverage() argument
124 if ( !globals || !style_class || !gstyles ) in af_shaper_get_coverage()
381 if ( gstyles[idx] == AF_STYLE_UNASSIGNED ) in af_shaper_get_coverage()
382 gstyles[idx] = (FT_UShort)style_class->style; in af_shaper_get_coverage()
593 FT_UShort* gstyles, in af_shaper_get_coverage() argument
598 FT_UNUSED( gstyles ); in af_shaper_get_coverage()
Dafshaper.h40 FT_UShort* gstyles,
Daflatin.c1044 FT_UShort* gstyles = globals->glyph_styles; in af_latin_metrics_init_blues() local
1054 if ( ( gstyles[i] & AF_STYLE_MASK ) == sc->style ) in af_latin_metrics_init_blues()
1055 gstyles[i] = AF_STYLE_NONE_DFLT; in af_latin_metrics_init_blues()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.252394 (af_face_globals_compute_style_coverage): Trace `gstyles' array
2938 [autofit] s/gscripts/gstyles/.
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.252394 (af_face_globals_compute_style_coverage): Trace `gstyles' array
2938 [autofit] s/gscripts/gstyles/.
/third_party/freetype/docs/oldlogs/
DChangeLog.252394 (af_face_globals_compute_style_coverage): Trace `gstyles' array
2938 [autofit] s/gscripts/gstyles/.