Home
last modified time | relevance | path

Searched refs:AF_STYLE_MASK (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/autofit/
Dafglobal.c186 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
197 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
215 ( gstyles[gindex] & AF_STYLE_MASK ) == ss ) in af_face_globals_compute_style_coverage()
226 ( gstyles[gindex] & AF_STYLE_MASK ) == ss ) in af_face_globals_compute_style_coverage()
273 if ( ( gstyles[nn] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
275 gstyles[nn] &= ~AF_STYLE_MASK; in af_face_globals_compute_style_coverage()
299 if ( ( gstyles[idx] & AF_STYLE_MASK ) == style_class->style ) in af_face_globals_compute_style_coverage()
Dafglobal.h77 #define AF_STYLE_MASK 0x3FFF macro
79 #define AF_STYLE_UNASSIGNED AF_STYLE_MASK
Daflatin.c1054 if ( ( gstyles[i] & AF_STYLE_MASK ) == sc->style ) in af_latin_metrics_init_blues()
/external/freetype/docs/oldlogs/
DChangeLog.263438 (AF_STYLE_MASK): Updated.
3495 * src/autofit/afglobal.h (AF_STYLE_MASK): New macro.
3496 (AF_STYLE_UNASSIGNED): Use AF_STYLE_MASK for definition.