Lines Matching full:record
138 const PairValueRecord *record = records;
141 if (SWAPW(record->secondGlyph) == glyphID) {
142 return record;
145 record = (const PairValueRecord *) ((char *) record + recordSize);
152 const PairValueRecord *record = records;
153 const PairValueRecord *trial = (const PairValueRecord *) ((char *) record + extra);
156 record = trial;
161 trial = (const PairValueRecord *) ((char *) record + probe);
164 record = trial;
168 if (SWAPW(record->secondGlyph) == glyphID) {
169 return record;