Home
last modified time | relevance | path

Searched refs:lookupRecords (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/contextsubst/
DDoubleRecordTable.java14 public final SubstLookupRecordList lookupRecords; field in DoubleRecordTable
22 lookupRecords = new SubstLookupRecordList(data, base + 2, inputGlyphs.limit()); in DoubleRecordTable()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/chaincontextsubst/
DChainSubGenericRule.java14 public final SubstLookupRecordList lookupRecords; field in ChainSubGenericRule
24 lookupRecords = new SubstLookupRecordList( in ChainSubGenericRule()
DInnerArraysFmt3.java14 public final SubstLookupRecordList lookupRecords; field in InnerArraysFmt3
30 lookupRecords = new SubstLookupRecordList(data, records.limit()); in InnerArraysFmt3()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRuleExtractor.java236 return applyChainingLookup(ruleSansSubst, table.lookupRecords, lookupListTable, allLookupRules); in extract()
271 return applyChainingLookup(ruleSansSubst, table.lookupRecords, lookupListTable, allLookupRules); in extract()
322 return applyChainingLookup(ruleSansSubst, table.lookupRecords, lookupListTable, allLookupRules); in extract()
414 return applyChainingLookup(ruleSansSubst, table.lookupRecords, lookupListTable, allLookupRules); in extract()
455 ruleSansSubst, table.lookupRecords, lookupListTable, allLookupRules); in extract()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DOtTableTagger.java419 int lookupCount = table.lookupRecords.count(); in registerTagMethods()
438 int lookupCount = table.lookupRecords.count(); in registerTagMethods()
510 int lookupCount = table.fmt3Array.lookupRecords.count(); in registerTagMethods()
560 int lookupCount = table.lookupRecords.count(); in registerTagMethods()
609 int lookupCount = table.lookupRecords.count(); in registerTagMethods()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsubgpos.hh1248 const hb_array_t<const LookupRecord> lookupRecords, in serialize_lookuprecord_array() argument
1252 for (const LookupRecord& r : lookupRecords) in serialize_lookuprecord_array()