Home
last modified time | relevance | path

Searched refs:PairValueRecord (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/layout/
DPairPositioningSubtables.cpp62 …le_int16 recordSize = sizeof(PairValueRecord) - sizeof(ValueRecord) + valueRecord1Size + valueReco… in process()
64 const PairValueRecord *pairValueRecord = NULL; in process()
132 const PairValueRecord *PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID glyphID, const… in findPairValueRecord()
138 const PairValueRecord *record = records; in findPairValueRecord()
145 record = (const PairValueRecord *) ((char *) record + recordSize); in findPairValueRecord()
152 const PairValueRecord *record = records; in findPairValueRecord()
153 const PairValueRecord *trial = (const PairValueRecord *) ((char *) record + extra); in findPairValueRecord()
161 trial = (const PairValueRecord *) ((char *) record + probe); in findPairValueRecord()
DPairPositioningSubtables.h25 struct PairValueRecord struct
35 PairValueRecord pairValueRecordArray[ANY_NUMBER]; argument
55 const PairValueRecord *findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records,
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh579 struct PairValueRecord struct
605 const PairValueRecord *record = CastP<PairValueRecord> (arrayZ); in collect_glyphs()
610 record = &StructAtOffset<PairValueRecord> (record, record_size); in collect_glyphs()
624 const PairValueRecord *record_array = CastP<PairValueRecord> (arrayZ); in apply()
635 …const PairValueRecord *record = &StructAtOffset<PairValueRecord> (record_array, record_size * mid); in apply()
671 const PairValueRecord *record = CastP<PairValueRecord> (arrayZ); in sanitize()
/external/fonttools/Lib/fontTools/
Dsubset.py218 p.PairValueRecord = [r for r in p.PairValueRecord
220 p.PairValueCount = len(p.PairValueRecord)