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

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp304 uint8_t tempCol = bitmapBuffer[bY + bX]; local
305 cacheBuffer[row + cacheX] = mGammaTable[tempCol];
/frameworks/rs/
H A DrsFont.cpp132 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX]; local
133 bitmap[bY * bitmapW + bX] = tempCol;
467 uint8_t tempCol = bitmapBuffer[bY * bitmap->width + bX]; local
468 cacheBuffer[cacheY*cacheWidth + cacheX] = tempCol;

Completed in 32 milliseconds