Searched refs:PairValueRecord (Results 1 – 4 of 4) sorted by relevance
62 …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()
25 struct PairValueRecord struct35 PairValueRecord pairValueRecordArray[ANY_NUMBER]; argument55 const PairValueRecord *findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records,
579 struct PairValueRecord struct605 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()
218 p.PairValueRecord = [r for r in p.PairValueRecord220 p.PairValueCount = len(p.PairValueRecord)