Home
last modified time | relevance | path

Searched refs:bitmapBuffer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/rs/
DrsFont.cpp456 uint8_t *bitmapBuffer = bitmap->buffer; in cacheBitmap() local
461 uint8_t tempCol = bitmapBuffer[bY * bitmap->width + bX]; in cacheBitmap()
/frameworks/base/libs/hwui/
DFontRenderer.cpp452 uint8_t* bitmapBuffer = (uint8_t*) glyph.fImage; in cacheBitmap() local
458 uint8_t tempCol = bitmapBuffer[bY * stride + bX]; in cacheBitmap()