Home
last modified time | relevance | path

Searched refs:measureCachedGlyph (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/font/
DFont.cpp140 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()
DFont.h129 void measureCachedGlyph(CachedGlyphInfo* glyph, int x, int y,
/frameworks/rs/
DrsFont.h132 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
DrsFont.cpp139 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()