Home
last modified time | relevance | path

Searched refs:FLAG_WE_HAVE_INSTRUCTIONS (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.java19 public static final int FLAG_WE_HAVE_INSTRUCTIONS = 0x01 << 8; field in CompositeGlyph
70 if ((flags & FLAG_WE_HAVE_INSTRUCTIONS) == FLAG_WE_HAVE_INSTRUCTIONS) { in initialize()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DCompositeGlyph.java19 public static final int FLAG_WE_HAVE_INSTRUCTIONS = 0x01 << 8; field in CompositeGlyph
70 if ((flags & FLAG_WE_HAVE_INSTRUCTIONS) == FLAG_WE_HAVE_INSTRUCTIONS) { in initialize()
/third_party/freetype/src/sfnt/
Dsfwoff2.h49 #define FLAG_WE_HAVE_INSTRUCTIONS 1 << 8 macro
Dsfwoff2.c738 we_have_inst |= ( flags & FLAG_WE_HAVE_INSTRUCTIONS ) != 0; in compositeGlyph_size()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.h50 #define FLAG_WE_HAVE_INSTRUCTIONS 1 << 8 macro
Dsfwoff2.c727 we_have_inst |= ( flags & FLAG_WE_HAVE_INSTRUCTIONS ) != 0; in compositeGlyph_size()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DGlyphStripper.java126 flags &= ~CompositeGlyph.FLAG_WE_HAVE_INSTRUCTIONS; in overrideCompositeGlyfFlags()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DGlyphStripper.java126 flags &= ~CompositeGlyph.FLAG_WE_HAVE_INSTRUCTIONS; in overrideCompositeGlyfFlags()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/
DSFLint.java180 CompositeGlyph.FLAG_WE_HAVE_INSTRUCTIONS | in lintCompositeGlyph()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/
DSFLint.java180 CompositeGlyph.FLAG_WE_HAVE_INSTRUCTIONS | in lintCompositeGlyph()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DGlyfEncoder.java136 haveInstructions = (flags & CompositeGlyph.FLAG_WE_HAVE_INSTRUCTIONS) != 0; in writeCompositeGlyph()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DGlyfEncoder.java136 haveInstructions = (flags & CompositeGlyph.FLAG_WE_HAVE_INSTRUCTIONS) != 0; in writeCompositeGlyph()