OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempCol
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsFont.cpp
133
uint8_t
tempCol
= cacheBuffer[cacheY * cacheWidth + cacheX];
134
bitmap[bY * bitmapW + bX] =
tempCol
;
468
uint8_t
tempCol
= bitmapBuffer[bY * bitmap->width + bX];
469
cacheBuffer[cacheY*cacheWidth + cacheX] =
tempCol
;
/frameworks/base/libs/hwui/
FontRenderer.cpp
315
uint8_t
tempCol
= bitmapBuffer[bY + bX];
316
cacheBuffer[row + cacheX] = mGammaTable[
tempCol
];
Completed in 33 milliseconds