Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.cpp133 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX]; in drawCachedGlyph() local
134 bitmap[bY * bitmapW + bX] = tempCol; in drawCachedGlyph()
468 uint8_t tempCol = bitmapBuffer[bY * bitmap->width + bX]; in cacheBitmap() local
469 cacheBuffer[cacheY*cacheWidth + cacheX] = tempCol; in cacheBitmap()
/frameworks/base/libs/hwui/
DFontRenderer.cpp302 uint8_t tempCol = bitmapBuffer[bY + bX]; in cacheBitmap() local
303 cacheBuffer[row + cacheX] = mGammaTable[tempCol]; in cacheBitmap()