Searched refs:measureCachedGlyph (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 140 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int x, int y, in measureCachedGlyph() function in android::uirenderer::Font 398 &android::uirenderer::Font::measureCachedGlyph, in render() 399 &android::uirenderer::Font::measureCachedGlyph in render()
|
D | Font.h | 129 void measureCachedGlyph(CachedGlyphInfo* glyph, int x, int y,
|
/frameworks/rs/ |
D | rsFont.h | 132 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
|
D | rsFont.cpp | 139 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) { in measureCachedGlyph() function in Font 211 measureCachedGlyph(cachedGlyph, penX, penY, bounds); in renderUTF()
|