Home
last modified time | relevance | path

Searched defs:firstGlyph (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRuleExtractor.java216Integer firstGlyph, SubRuleSet table, LookupListTable lookupListTable, Map<Integer, Set<Rule>> all… in extract() argument
229Integer firstGlyph, SubRule table, LookupListTable lookupListTable, Map<Integer, Set<Rule>> allLoo… in extract() argument
303Integer firstGlyph, ChainSubRuleSet table, LookupListTable lookupListTable, Map<Integer, Set<Rule>… in extract() argument
312Integer firstGlyph, ChainSubRule table, LookupListTable lookupListTable, Map<Integer, Set<Rule>> a… in extract() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRuleExtractor.java216Integer firstGlyph, SubRuleSet table, LookupListTable lookupListTable, Map<Integer, Set<Rule>> all… in extract() argument
229Integer firstGlyph, SubRule table, LookupListTable lookupListTable, Map<Integer, Set<Rule>> allLoo… in extract() argument
303Integer firstGlyph, ChainSubRuleSet table, LookupListTable lookupListTable, Map<Integer, Set<Rule>… in extract() argument
312Integer firstGlyph, ChainSubRule table, LookupListTable lookupListTable, Map<Integer, Set<Rule>> a… in extract() argument
/third_party/freetype/src/gxvalid/
Dgxvcommn.c504 FT_UShort firstGlyph; in gxv_LookupTable_fmt2_validate() local
575 FT_UShort firstGlyph; in gxv_LookupTable_fmt4_validate() local
726 FT_UShort firstGlyph; in gxv_LookupTable_fmt8_validate() local
949 FT_UShort firstGlyph; in gxv_ClassTable_validate() local
Dgxvkern.c382 FT_UShort firstGlyph; in gxv_kern_subtable_fmt2_clstbl_validate() local
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvcommn.c504 FT_UShort firstGlyph; in gxv_LookupTable_fmt2_validate() local
575 FT_UShort firstGlyph; in gxv_LookupTable_fmt4_validate() local
726 FT_UShort firstGlyph; in gxv_LookupTable_fmt8_validate() local
949 FT_UShort firstGlyph; in gxv_ClassTable_validate() local
Dgxvkern.c382 FT_UShort firstGlyph; in gxv_kern_subtable_fmt2_clstbl_validate() local
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/
Dgxvcommn.c505 FT_UShort firstGlyph; in gxv_LookupTable_fmt2_validate() local
576 FT_UShort firstGlyph; in gxv_LookupTable_fmt4_validate() local
727 FT_UShort firstGlyph; in gxv_LookupTable_fmt8_validate() local
950 FT_UShort firstGlyph; in gxv_ClassTable_validate() local
Dgxvkern.c382 FT_UShort firstGlyph; in gxv_kern_subtable_fmt2_clstbl_validate() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-common.hh287 GlyphID firstGlyph; /* First glyph index included in the trimmed array. */ member
329 GlyphID firstGlyph; /* First glyph index included in the trimmed array. */ member
661 GlyphID firstGlyph; /* First glyph index included in the trimmed array. */ member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-common.hh290 HBGlyphID16 firstGlyph; /* First glyph index included in the trimmed array. */ member
332 HBGlyphID16 firstGlyph; /* First glyph index included in the trimmed array. */ member
664 HBGlyphID16 firstGlyph; /* First glyph index included in the trimmed array. */ member
/third_party/harfbuzz/src/
Dhb-aat-layout-common.hh287 HBGlyphID firstGlyph; /* First glyph index included in the trimmed array. */ member
329 HBGlyphID firstGlyph; /* First glyph index included in the trimmed array. */ member
661 HBGlyphID firstGlyph; /* First glyph index included in the trimmed array. */ member
/third_party/skia/experimental/sktext/src/
DText.cpp835 auto firstGlyph = firstLine.fBoxGlyphs.front(); in firstPosition() local