Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Dafglobal.c191 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
202 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
220 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()
231 ( gstyles[gindex] & AF_STYLE_MASK ) == (FT_UShort)ss ) in af_face_globals_compute_style_coverage()
278 if ( ( gstyles[nn] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage()
280 gstyles[nn] &= ~AF_STYLE_MASK; in af_face_globals_compute_style_coverage()
304 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
/external/freetype/
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.