Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFontRenderer.cpp237 uint8_t tempCol = bitmapBuffer[bY * stride + bX]; in cacheBitmap() local
238 cacheBuffer[cacheY * cacheWidth + cacheX] = mGammaTable[tempCol]; in cacheBitmap()
244 uint8_t tempCol = bitmapBuffer[bY * stride + bX]; in cacheBitmap() local
245 cacheBuffer[cacheY * cacheWidth + cacheX] = tempCol; in cacheBitmap()
/frameworks/rs/
DrsFont.cpp131 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX]; in drawCachedGlyph() local
132 bitmap[bY * bitmapW + bX] = tempCol; in drawCachedGlyph()
462 uint8_t tempCol = bitmapBuffer[bY * bitmap->width + bX]; in cacheBitmap() local
463 cacheBuffer[cacheY*cacheWidth + cacheX] = tempCol; in cacheBitmap()
/frameworks/base/libs/hwui/font/
DFont.cpp125 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX]; in drawCachedGlyphBitmap() local
126 bitmap[bY * bitmapW + bX] = tempCol; in drawCachedGlyphBitmap()