Searched defs:drawCachedGlyph (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DFont.cpp157 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int x, int y, function in class:android::uirenderer::Font
237 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset, function in class:android::uirenderer::Font
339 drawCachedGlyph(cachedGlyph, penX, hOffset, vOffset, measure, &position, &tangent);
385 &android::uirenderer::Font::drawCachedGlyph,
/frameworks/rs/
H A DrsFont.cpp92 void Font::drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y) { function in class:android::renderscript::Font
112 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int32_t x, int32_t y, function in class:android::renderscript::Font
204 drawCachedGlyph(cachedGlyph, penX, penY);
207 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH);

Completed in 1135 milliseconds