Home
last modified time | relevance | path

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

/external/freetype/src/bdf/
Dbdflib.c925 #define BDF_GLYPH_ 0x0040U macro
934 #define BDF_GLYPH_BITS_ ( BDF_GLYPH_ | \
1409 if ( ( p->flags & BDF_GLYPH_ ) && in bdf_parse_glyphs_()
1449 p->flags |= BDF_GLYPH_; in bdf_parse_glyphs_()
1459 if ( !( p->flags & BDF_GLYPH_ ) ) in bdf_parse_glyphs_()
1758 if ( error && ( p->flags & BDF_GLYPH_ ) ) in bdf_parse_glyphs_()