Home
last modified time | relevance | path

Searched defs:FLAG_MORE_COMPONENTS (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.h47 #define FLAG_MORE_COMPONENTS 1 << 5 macro
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DCompositeGlyph.java16 public static final int FLAG_MORE_COMPONENTS = 0x01 << 5; field in CompositeGlyph