Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.cpp124 uint32_t cacheX = 0, cacheY = 0; in drawCachedGlyph() local
127 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) { in drawCachedGlyph()
132 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX]; in drawCachedGlyph()
464 uint32_t cacheX = 0, bX = 0, cacheY = 0, bY = 0; in cacheBitmap() local
466 for (cacheY = startY, bY = 0; cacheY < endY; cacheY ++, bY ++) { in cacheBitmap()
468 cacheBuffer[cacheY*cacheWidth + cacheX] = tempCol; in cacheBitmap()