Home
last modified time | relevance | path

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

/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.py504 MORE_COMPONENTS = 0x0020 # indicates at least one more glyph after this one variable
1083 more = flags & MORE_COMPONENTS
1166 more = flags & MORE_COMPONENTS
1320 more = self.flags & MORE_COMPONENTS
1335 flags = flags | MORE_COMPONENTS
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh236 MORE_COMPONENTS = 0x0020, enumerator
371 if (!(current->flags & CompositeGlyphChain::MORE_COMPONENTS)) { current = nullptr; return; } in __next__()
/external/freetype/src/truetype/
Dttgload.c75 #define MORE_COMPONENTS 0x0020 macro
701 } while ( subglyph->flags & MORE_COMPONENTS ); in TT_Load_Composite_Glyph()