HomeSort by relevance Sort by last modified time
    Searched refs:MORE_COMPONENTS (Results 1 - 5 of 5) sorted by null

  /external/skia/src/sfnt/
SkOTTable_glyf.h 129 MORE_COMPONENTS,
201 } component;//[] last element does not set MORE_COMPONENTS
  /external/skqp/src/sfnt/
SkOTTable_glyf.h 129 MORE_COMPONENTS,
201 } component;//[] last element does not set MORE_COMPONENTS
  /external/harfbuzz_ng/src/
hb-ot-glyf-table.hh 143 MORE_COMPONENTS = 0x0020,
182 if (current->flags & CompositeGlyphHeader::MORE_COMPONENTS)
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 337 MORE_COMPONENTS = 0x0020 # indicates at least one more glyph after this one
910 more = flags & MORE_COMPONENTS
989 more = flags & MORE_COMPONENTS
    [all...]
  /external/freetype/src/truetype/
ttgload.c 60 #define MORE_COMPONENTS 0x0020
672 } while ( subglyph->flags & MORE_COMPONENTS );
    [all...]

Completed in 5209 milliseconds