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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DPairPositioningSubtables.h50 struct PairValueRecord struct
60 PairValueRecord pairValueRecordArray[ANY_NUMBER];
80 LEReferenceTo<PairValueRecord> findPairValueRecord(const LETableReference &base, TTGlyphID glyphID, const PairValueRecord *records,
H A DPairPositioningSubtables.cpp94 le_int16 recordSize = sizeof(PairValueRecord) - sizeof(ValueRecord) + valueRecord1Size + valueRecord2Size;
96 LEReferenceTo<PairValueRecord> pairValueRecord;
169 LEReferenceTo<PairValueRecord> PairPositioningFormat1Subtable::findPairValueRecord(const LETableReference &base, TTGlyphID glyphID, const PairValueRecord *records, le_uint16 recordCount, le_uint16 recordSize, LEErrorCode &success) const
175 LEReferenceTo<PairValueRecord> record(base, success, records);
179 if (LE_FAILURE(success)) return (const PairValueRecord*)NULL;
184 record = LEReferenceTo<PairValueRecord>(base, success, ((const char*)record.getAlias())+ recordSize);
193 const PairValueRecord *record = records;
194 const PairValueRecord *trial = (const PairValueRecord *) ((cha
[all...]

Completed in 30 milliseconds