Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.h132 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
DrsFont.cpp138 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) { in measureCachedGlyph() function in android::renderscript::Font
210 measureCachedGlyph(cachedGlyph, penX, penY, bounds); in renderUTF()