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

/frameworks/base/libs/hwui/font/
H A DFont.h128 void measureCachedGlyph(CachedGlyphInfo* glyph, int x, int y,
H A DFont.cpp141 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int x, int y, function in class:android::uirenderer::Font
398 &android::uirenderer::Font::measureCachedGlyph,
399 &android::uirenderer::Font::measureCachedGlyph
/frameworks/rs/
H A DrsFont.h132 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
H A DrsFont.cpp139 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) { function in class:Font
211 measureCachedGlyph(cachedGlyph, penX, penY, bounds);

Completed in 58 milliseconds