Searched defs:tempCol (Results 1 - 3 of 3) sorted by relevance

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

Completed in 313 milliseconds