Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.cpp131 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX]; in drawCachedGlyph() local
462 uint8_t tempCol = bitmapBuffer[bY * bitmap->width + bX]; in cacheBitmap() local
/frameworks/base/libs/hwui/
DFontRenderer.cpp237 uint8_t tempCol = bitmapBuffer[bY * stride + bX]; in cacheBitmap() local
244 uint8_t tempCol = bitmapBuffer[bY * stride + bX]; in cacheBitmap() local
/frameworks/base/libs/hwui/font/
DFont.cpp125 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX]; in drawCachedGlyphBitmap() local