Home
last modified time | relevance | path

Searched refs:PFR_GLYPH_IS_COMPOUND (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/pfr/
Dpfrgload.c263 if ( flags & PFR_GLYPH_IS_COMPOUND ) in pfr_glyph_load_simple()
575 if ( !( flags & PFR_GLYPH_IS_COMPOUND ) ) in pfr_glyph_load_compound()
740 if ( size > 0 && *p & PFR_GLYPH_IS_COMPOUND ) in pfr_glyph_load_rec()
Dpfrtypes.h273 #define PFR_GLYPH_IS_COMPOUND 0x80U macro