Home
last modified time | relevance | path

Searched refs:maxGlyphRunSize (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkGlyphRunPainter.cpp170 const int maxGlyphRunSize = glyphRunList.maxGlyphRunSize(); in drawForBitmapDevice() local
171 acceptedPackedGlyphIDs.resize(maxGlyphRunSize); in drawForBitmapDevice()
172 acceptedPositions.resize(maxGlyphRunSize); in drawForBitmapDevice()
174 rejectedGlyphIDs.resize(maxGlyphRunSize); in drawForBitmapDevice()
175 rejectedPositions.resize(maxGlyphRunSize); in drawForBitmapDevice()
/external/skia/src/text/
DGlyphRun.h116 size_t maxGlyphRunSize() const { in maxGlyphRunSize() function