Searched defs:recordSize (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DPairPositioningSubtables.cpp94 le_int16 recordSize = sizeof(PairValueRecord) - sizeof(ValueRecord) + valueRecord1Size + valueRecord2Size; local
99 pairValueRecord = findPairValueRecord(base, (TTGlyphID) LE_GET_GLYPH(secondGlyph), pairSetTable->pairValueRecordArray, pairValueCount, recordSize, success);
169 LEReferenceTo<PairValueRecord> PairPositioningFormat1Subtable::findPairValueRecord(const LETableReference &base, TTGlyphID glyphID, const PairValueRecord *records, le_uint16 recordCount, le_uint16 recordSize, LEErrorCode &success) const argument
176 record.verifyLength(0, recordSize, success);
184 record = LEReferenceTo<PairValueRecord>(base, success, ((const char*)record.getAlias())+ recordSize);
185 record.verifyLength(0, recordSize, success);
191 le_uint16 extra = (recordCount - power) * recordSize;
192 le_uint16 probe = power * recordSize;
200 while (probe > recordSize) {
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DEngineOutputRecord.java65 super(type, recordSize(type));
77 private static int recordSize(byte type) { method in class:EngineOutputRecord
H A DOutputRecord.java86 this(type, recordSize(type));
93 private static int recordSize(byte type) { method in class:OutputRecord

Completed in 59 milliseconds