Searched refs:MORE_COMPONENTS (Results 1 – 5 of 5) sorted by relevance
129 MORE_COMPONENTS,
493 MORE_COMPONENTS = 0x0020 # indicates at least one more glyph after this one variable1066 more = flags & MORE_COMPONENTS1149 more = flags & MORE_COMPONENTS1300 more = self.flags & MORE_COMPONENTS1315 flags = flags | MORE_COMPONENTS
236 MORE_COMPONENTS = 0x0020, enumerator371 if (!(current->flags & CompositeGlyphChain::MORE_COMPONENTS)) { current = nullptr; return; } in __next__()
75 #define MORE_COMPONENTS 0x0020 macro692 } while ( subglyph->flags & MORE_COMPONENTS ); in TT_Load_Composite_Glyph()