Lines Matching refs:PairValueRecord
57 le_int16 recordSize = sizeof(PairValueRecord) - sizeof(ValueRecord) + valueRecord1Size + valueRecord2Size;
59 const PairValueRecord *pairValueRecord = NULL;
62 pairValueRecord = findPairValueRecord((TTGlyphID) LE_GET_GLYPH(secondGlyph), pairSetTable->pairValueRecordArray, pairValueCount, recordSize);
65 if (pairValueRecord == NULL) {
70 pairValueRecord->valueRecord1.adjustPosition(SWAPW(valueFormat1), (char *) this, tempIterator, fontInstance);
74 const ValueRecord *valueRecord2 = (const ValueRecord *) ((char *) &pairValueRecord->valueRecord1 + valueRecord1Size);
127 const PairValueRecord *PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records, le_uint16 recordCount, le_uint16 recordSize) const
133 const PairValueRecord *record = records;
140 record = (const PairValueRecord *) ((char *) record + recordSize);
147 const PairValueRecord *record = records;
148 const PairValueRecord *trial = (const PairValueRecord *) ((char *) record + extra);
156 trial = (const PairValueRecord *) ((char *) record + probe);