Searched defs:recordCount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DOpenTypeUtilities.h52 static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount) { argument
55 LEReferenceToArrayOf<GlyphRangeRecord> recordRef(recordRef0, success, (size_t)0, recordCount);
H A DPairPositioningSubtables.cpp169 LEReferenceTo<PairValueRecord> PairPositioningFormat1Subtable::findPairValueRecord(const LETableReference &base, TTGlyphID glyphID, const PairValueRecord *records, le_uint16 recordCount, le_uint16 recordSize, LEErrorCode &success) const argument
178 for(le_int32 r = 0; r < recordCount; r += 1) {
189 le_uint8 bit = OpenTypeUtilities::highBit(recordCount);
191 le_uint16 extra = (recordCount - power) * recordSize;

Completed in 66 milliseconds