Searched refs:measureCachedGlyph (Results 1 – 2 of 2) sorted by relevance
132 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
138 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) { in measureCachedGlyph() function in android::renderscript::Font210 measureCachedGlyph(cachedGlyph, penX, penY, bounds); in renderUTF()