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

/frameworks/rs/
H A DrsFont.cpp133 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX]; local
134 bitmap[bY * bitmapW + bX] = tempCol;
468 uint8_t tempCol = bitmapBuffer[bY * bitmap->width + bX]; local
469 cacheBuffer[cacheY*cacheWidth + cacheX] = tempCol;
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp308 uint8_t tempCol = bitmapBuffer[bY + bX]; local
309 cacheBuffer[row + cacheX] = mGammaTable[tempCol];

Completed in 162 milliseconds