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

/frameworks/base/libs/rs/
H A DrsFont.cpp130 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX]; local
131 bitmap[bY * bitmapW + bX] = tempCol;
461 uint8_t tempCol = bitmapBuffer[bY * bitmap->width + bX]; local
462 cacheBuffer[cacheY*cacheWidth + cacheX] = tempCol;
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp132 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX]; local
133 bitmap[bY * bitmapW + bX] = tempCol;
457 uint8_t tempCol = bitmapBuffer[bY * stride + bX]; local
458 cacheBuffer[cacheY * cacheWidth + cacheX] = mGammaTable[tempCol];

Completed in 48 milliseconds