Home
last modified time | relevance | path

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

/third_party/skia/src/sfnt/
DSkOTTable_glyf.h129 MORE_COMPONENTS,
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh260 MORE_COMPONENTS = 0x0020, enumerator
300 bool has_more () const { return flags & MORE_COMPONENTS; } in has_more()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgload.c75 #define MORE_COMPONENTS 0x0020 macro
708 } while ( subglyph->flags & MORE_COMPONENTS ); in TT_Load_Composite_Glyph()