Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c1112 #define _BDF_GLYPH 0x0040 macro
1121 #define _BDF_GLYPH_BITS ( _BDF_GLYPH | \
1568 if ( ( p->flags & _BDF_GLYPH ) && in _bdf_parse_glyphs()
1600 p->flags |= _BDF_GLYPH; in _bdf_parse_glyphs()
1610 if ( !( p->flags & _BDF_GLYPH ) ) in _bdf_parse_glyphs()
1951 if ( error && ( p->flags & _BDF_GLYPH ) ) in _bdf_parse_glyphs()

Completed in 6 milliseconds