Home
last modified time | relevance | path

Searched refs:FLAG_ARG_1_AND_2_ARE_WORDS (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.java11 public static final int FLAG_ARG_1_AND_2_ARE_WORDS = 0x01; field in CompositeGlyph
56 if ((flags & FLAG_ARG_1_AND_2_ARE_WORDS) == FLAG_ARG_1_AND_2_ARE_WORDS) { in initialize()
95 if ((flags & FLAG_ARG_1_AND_2_ARE_WORDS) == FLAG_ARG_1_AND_2_ARE_WORDS) { in argument1()
104 if ((flags & FLAG_ARG_1_AND_2_ARE_WORDS) == FLAG_ARG_1_AND_2_ARE_WORDS) { in argument2()
125 if ((flags & FLAG_ARG_1_AND_2_ARE_WORDS) == FLAG_ARG_1_AND_2_ARE_WORDS) { in transformation()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DCompositeGlyph.java11 public static final int FLAG_ARG_1_AND_2_ARE_WORDS = 0x01; field in CompositeGlyph
56 if ((flags & FLAG_ARG_1_AND_2_ARE_WORDS) == FLAG_ARG_1_AND_2_ARE_WORDS) { in initialize()
95 if ((flags & FLAG_ARG_1_AND_2_ARE_WORDS) == FLAG_ARG_1_AND_2_ARE_WORDS) { in argument1()
104 if ((flags & FLAG_ARG_1_AND_2_ARE_WORDS) == FLAG_ARG_1_AND_2_ARE_WORDS) { in argument2()
125 if ((flags & FLAG_ARG_1_AND_2_ARE_WORDS) == FLAG_ARG_1_AND_2_ARE_WORDS) { in transformation()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.h45 #define FLAG_ARG_1_AND_2_ARE_WORDS 1 << 0 macro
Dsfwoff2.c730 if ( flags & FLAG_ARG_1_AND_2_ARE_WORDS ) in compositeGlyph_size()
/third_party/freetype/src/sfnt/
Dsfwoff2.h45 #define FLAG_ARG_1_AND_2_ARE_WORDS 1 << 0 macro
Dsfwoff2.c735 if ( flags & FLAG_ARG_1_AND_2_ARE_WORDS ) in compositeGlyph_size()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DGlyphRenumberer.java105 if ((flags & CompositeGlyph.FLAG_ARG_1_AND_2_ARE_WORDS) != 0) { in compositeReferenceSize()
DGlyphStripper.java129 if ((flags & CompositeGlyph.FLAG_ARG_1_AND_2_ARE_WORDS) != 0) { in overrideCompositeGlyfFlags()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DGlyphRenumberer.java105 if ((flags & CompositeGlyph.FLAG_ARG_1_AND_2_ARE_WORDS) != 0) { in compositeReferenceSize()
DGlyphStripper.java129 if ((flags & CompositeGlyph.FLAG_ARG_1_AND_2_ARE_WORDS) != 0) { in overrideCompositeGlyfFlags()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DGlyfEncoder.java138 if ((flags & CompositeGlyph.FLAG_ARG_1_AND_2_ARE_WORDS) == 0) { in writeCompositeGlyph()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DGlyfEncoder.java138 if ((flags & CompositeGlyph.FLAG_ARG_1_AND_2_ARE_WORDS) == 0) { in writeCompositeGlyph()