Searched defs:bitmapW (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DFontCacheHistoryTracker.h45 uint16_t bitmapW; member in struct:android::uirenderer::FontCacheHistoryTracker::CachedGlyph
H A DFont.cpp136 uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) {
157 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int x, int y, uint8_t* bitmap, uint32_t bitmapW, argument
176 uint32_t bitmapW, uint32_t bitmapH, Rect* bounds,
372 RenderMode mode, uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH,
406 (*this.*render)(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH, bounds, positions);
135 measureCachedGlyph(CachedGlyphInfo* glyph, int x, int y, uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) argument
175 drawCachedGlyphTransformed(CachedGlyphInfo* glyph, int x, int y, uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) argument
371 render(const SkPaint* paint, const glyph_t* glyphs, int numGlyphs, int x, int y, RenderMode mode, uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* positions) argument
/frameworks/rs/
H A DrsFont.cpp113 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH) {
128 if (bX < 0 || bY < 0 || bX >= (int32_t) bitmapW || bY >= (int32_t) bitmapH) {
133 bitmap[bY * bitmapW + bX] = tempCol;
163 uint8_t *bitmap, uint32_t bitmapW, uint32_t bitmapH) {
207 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH);
748 uint8_t *bitmap, uint32_t bitmapW, uint32_t bitmapH) {
775 mode, bounds, bitmap, bitmapW, bitmapH);
112 drawCachedGlyph(CachedGlyphInfo* glyph, int32_t x, int32_t y, uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH) argument
160 renderUTF(const char *text, uint32_t len, int32_t x, int32_t y, uint32_t start, int32_t numGlyphs, RenderMode mode, Rect *bounds, uint8_t *bitmap, uint32_t bitmapW, uint32_t bitmapH) argument
744 renderText(const char *text, uint32_t len, int32_t x, int32_t y, uint32_t startIndex, int32_t numGlyphs, Font::RenderMode mode, Font::Rect *bounds, uint8_t *bitmap, uint32_t bitmapW, uint32_t bitmapH) argument

Completed in 490 milliseconds