Home
last modified time | relevance | path

Searched refs:FLAG_MORE_COMPONENTS (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/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
50 int flags = FLAG_MORE_COMPONENTS; in initialize()
51 while ((flags & FLAG_MORE_COMPONENTS) == FLAG_MORE_COMPONENTS) { in initialize()
/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
50 int flags = FLAG_MORE_COMPONENTS; in initialize()
51 while ((flags & FLAG_MORE_COMPONENTS) == FLAG_MORE_COMPONENTS) { in initialize()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DGlyphRenumberer.java87 int flags = CompositeGlyph.FLAG_MORE_COMPONENTS; in renumberCompositeGlyph()
90 while ((flags & CompositeGlyph.FLAG_MORE_COMPONENTS) != 0) { in renumberCompositeGlyph()
DGlyphStripper.java123 int flags = CompositeGlyph.FLAG_MORE_COMPONENTS; in overrideCompositeGlyfFlags()
124 while ((flags & CompositeGlyph.FLAG_MORE_COMPONENTS) != 0) { in overrideCompositeGlyfFlags()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DGlyphRenumberer.java87 int flags = CompositeGlyph.FLAG_MORE_COMPONENTS; in renumberCompositeGlyph()
90 while ((flags & CompositeGlyph.FLAG_MORE_COMPONENTS) != 0) { in renumberCompositeGlyph()
DGlyphStripper.java123 int flags = CompositeGlyph.FLAG_MORE_COMPONENTS; in overrideCompositeGlyfFlags()
124 while ((flags & CompositeGlyph.FLAG_MORE_COMPONENTS) != 0) { in overrideCompositeGlyfFlags()
/third_party/freetype/src/sfnt/
Dsfwoff2.h46 #define FLAG_MORE_COMPONENTS 1 << 5 macro
Dsfwoff2.c726 FT_UShort flags = FLAG_MORE_COMPONENTS; in compositeGlyph_size()
731 while ( flags & FLAG_MORE_COMPONENTS ) in compositeGlyph_size()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.h47 #define FLAG_MORE_COMPONENTS 1 << 5 macro
Dsfwoff2.c715 FT_UShort flags = FLAG_MORE_COMPONENTS; in compositeGlyph_size()
720 while ( flags & FLAG_MORE_COMPONENTS ) in compositeGlyph_size()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/
DSFLint.java179 final int MASK = ~(CompositeGlyph.FLAG_MORE_COMPONENTS | in lintCompositeGlyph()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/
DSFLint.java179 final int MASK = ~(CompositeGlyph.FLAG_MORE_COMPONENTS | in lintCompositeGlyph()