Searched refs:PairValueRecord (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/layout/
H A DPairPositioningSubtables.h25 struct PairValueRecord struct
35 PairValueRecord pairValueRecordArray[ANY_NUMBER];
55 const PairValueRecord *findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records,
H A DPairPositioningSubtables.cpp62 le_int16 recordSize = sizeof(PairValueRecord) - sizeof(ValueRecord) + valueRecord1Size + valueRecord2Size;
64 const PairValueRecord *pairValueRecord = NULL;
132 const PairValueRecord *PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records, le_uint16 recordCount, le_uint16 recordSize) const
138 const PairValueRecord *record = records;
145 record = (const PairValueRecord *) ((char *) record + recordSize);
152 const PairValueRecord *record = records;
153 const PairValueRecord *trial = (const PairValueRecord *) ((char *) record + extra);
161 trial = (const PairValueRecord *) ((cha
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gpos-table.hh560 struct PairValueRecord struct in namespace:OT
586 const PairValueRecord *record = CastP<PairValueRecord> (array);
591 record = &StructAtOffset<PairValueRecord> (record, record_size);
605 const PairValueRecord *record = CastP<PairValueRecord> (array);
621 record = &StructAtOffset<PairValueRecord> (record, record_size);
640 PairValueRecord *record = CastP<PairValueRecord> (array);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh560 struct PairValueRecord struct in namespace:OT
586 const PairValueRecord *record = CastP<PairValueRecord> (array);
591 record = &StructAtOffset<PairValueRecord> (record, record_size);
605 const PairValueRecord *record = CastP<PairValueRecord> (array);
621 record = &StructAtOffset<PairValueRecord> (record, record_size);
640 PairValueRecord *record = CastP<PairValueRecord> (array);
/external/fonttools/Lib/fontTools/
H A Dsubset.py218 p.PairValueRecord = [r for r in p.PairValueRecord
220 p.PairValueCount = len(p.PairValueRecord)
/external/fonttools/Tools/fontTools/
H A Dsubset.py218 p.PairValueRecord = [r for r in p.PairValueRecord
220 p.PairValueCount = len(p.PairValueRecord)

Completed in 338 milliseconds