Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh143 MORE_COMPONENTS = 0x0020, enumerator
182 if (current->flags & CompositeGlyphHeader::MORE_COMPONENTS) in move_to_next()
/external/skia/src/sfnt/
DSkOTTable_glyf.h129 MORE_COMPONENTS,
/external/skqp/src/sfnt/
DSkOTTable_glyf.h129 MORE_COMPONENTS,
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py337 MORE_COMPONENTS = 0x0020 # indicates at least one more glyph after this one variable
910 more = flags & MORE_COMPONENTS
989 more = flags & MORE_COMPONENTS
1140 more = self.flags & MORE_COMPONENTS
1155 flags = flags | MORE_COMPONENTS
/external/freetype/src/truetype/
Dttgload.c60 #define MORE_COMPONENTS 0x0020 macro
672 } while ( subglyph->flags & MORE_COMPONENTS ); in TT_Load_Composite_Glyph()