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/ |
D | DoubleRecordTable.java | 14 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/ |
D | ChainSubGenericRule.java | 14 public final SubstLookupRecordList lookupRecords; field in ChainSubGenericRule 24 lookupRecords = new SubstLookupRecordList( in ChainSubGenericRule()
|
D | InnerArraysFmt3.java | 14 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/ |
D | RuleExtractor.java | 236 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/ |
D | OtTableTagger.java | 419 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/ |
D | hb-ot-layout-gsubgpos.hh | 1248 const hb_array_t<const LookupRecord> lookupRecords, in serialize_lookuprecord_array() argument 1252 for (const LookupRecord& r : lookupRecords) in serialize_lookuprecord_array()
|