Searched defs:drawCachedGlyph (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/font/ |
H A D | Font.cpp | 157 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int x, int y, function in class:android::uirenderer::Font 237 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset, function in class:android::uirenderer::Font 339 drawCachedGlyph(cachedGlyph, penX, hOffset, vOffset, measure, &position, &tangent); 385 &android::uirenderer::Font::drawCachedGlyph,
|
/frameworks/rs/ |
H A D | rsFont.cpp | 93 void Font::drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y) { function in class:Font 113 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int32_t x, int32_t y, function in class:Font 205 drawCachedGlyph(cachedGlyph, penX, penY); 208 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH);
|
Completed in 9 milliseconds