Lines Matching refs:record
133 const PairValueRecord *record = records;
136 if (SWAPW(record->secondGlyph) == glyphID) {
137 return record;
140 record = (const PairValueRecord *) ((char *) record + recordSize);
147 const PairValueRecord *record = records;
148 const PairValueRecord *trial = (const PairValueRecord *) ((char *) record + extra);
151 record = trial;
156 trial = (const PairValueRecord *) ((char *) record + probe);
159 record = trial;
163 if (SWAPW(record->secondGlyph) == glyphID) {
164 return record;