Searched refs:measureCachedGlyph (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/rs/ |
D | rsFont.h | 134 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
|
D | rsFont.cpp | 136 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) { in measureCachedGlyph() function in Font 208 measureCachedGlyph(cachedGlyph, penX, penY, bounds); in renderUTF()
|
/frameworks/base/libs/hwui/ |
D | FontRenderer.h | 141 void measureCachedGlyph(CachedGlyphInfo *glyph, int x, int y, Rect *bounds);
|
D | FontRenderer.cpp | 74 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int x, int y, Rect *bounds) { in measureCachedGlyph() function in android::uirenderer::Font 222 measureCachedGlyph(cachedGlyph, (int) floorf(penX), penY, bounds); in render()
|