OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmapBuffer
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
FontRenderer.cpp
452
uint8_t*
bitmapBuffer
= (uint8_t*) glyph.fImage;
458
uint8_t tempCol =
bitmapBuffer
[bY * stride + bX];
/frameworks/base/libs/rs/
rsFont.cpp
456
uint8_t *
bitmapBuffer
= bitmap->buffer;
461
uint8_t tempCol =
bitmapBuffer
[bY * bitmap->width + bX];
Completed in 309 milliseconds