Searched refs:recordSize (Results 1 – 3 of 3) sorted by relevance
57 …le_int16 recordSize = sizeof(PairValueRecord) - sizeof(ValueRecord) + valueRecord1Size + valueReco… in process() local62 …lyphID) LE_GET_GLYPH(secondGlyph), pairSetTable->pairValueRecordArray, pairValueCount, recordSize); in process()127 …GlyphID glyphID, const PairValueRecord *records, le_uint16 recordCount, le_uint16 recordSize) const in findPairValueRecord()140 record = (const PairValueRecord *) ((char *) record + recordSize); in findPairValueRecord()145 le_uint16 extra = (recordCount - power) * recordSize; in findPairValueRecord()146 le_uint16 probe = power * recordSize; in findPairValueRecord()154 while (probe > recordSize) { in findPairValueRecord()
55 le_uint16 recordCount, le_uint16 recordSize) const;
14562 (hasMissingGlyphs): Use recordSize instead of assuming records are sizeof(ATSLayoutRecord).14568 (-[IFTextRenderer drawString:atPoint:withColor:]): Use recordSize instead of assuming records14570 (-[IFTextRenderer slowFloatWidthForCharacters:length:]): Use recordSize instead of assuming14575 to include one extra character in each glyph map block. Also use recordSize instead of assuming