Searched refs:maxGlyphRunSize (Results 1 – 2 of 2) sorted by relevance
170 const int maxGlyphRunSize = glyphRunList.maxGlyphRunSize(); in drawForBitmapDevice() local171 acceptedPackedGlyphIDs.resize(maxGlyphRunSize); in drawForBitmapDevice()172 acceptedPositions.resize(maxGlyphRunSize); in drawForBitmapDevice()174 rejectedGlyphIDs.resize(maxGlyphRunSize); in drawForBitmapDevice()175 rejectedPositions.resize(maxGlyphRunSize); in drawForBitmapDevice()
116 size_t maxGlyphRunSize() const { in maxGlyphRunSize() function