Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsFont.cpp122 uint32_t cacheX = 0, cacheY = 0; in drawCachedGlyph() local
124 for (cacheX = glyph->mBitmapMinX, bX = nPenX; cacheX < endX; cacheX++, bX++) { in drawCachedGlyph()
130 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX]; in drawCachedGlyph()
458 uint32_t cacheX = 0, bX = 0, cacheY = 0, bY = 0; in cacheBitmap() local
459 for (cacheX = startX, bX = 0; cacheX < endX; cacheX ++, bX ++) { in cacheBitmap()
462 cacheBuffer[cacheY*cacheWidth + cacheX] = tempCol; in cacheBitmap()
/frameworks/base/libs/hwui/
DFontRenderer.cpp124 uint32_t cacheX = 0, cacheY = 0; in drawCachedGlyph() local
126 for (cacheX = glyph->mStartX, bX = nPenX; cacheX < endX; cacheX++, bX++) { in drawCachedGlyph()
132 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX]; in drawCachedGlyph()
455 uint32_t cacheX = 0, bX = 0, cacheY = 0, bY = 0; in cacheBitmap() local
456 for (cacheX = startX, bX = 0; cacheX < endX; cacheX++, bX++) { in cacheBitmap()
459 cacheBuffer[cacheY * cacheWidth + cacheX] = mGammaTable[tempCol]; in cacheBitmap()