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

/frameworks/base/libs/hwui/font/
H A DFont.h131 void drawCachedGlyph(CachedGlyphInfo* glyph, int x, int y,
140 void drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
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.h133 void drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y);
134 void drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y,
H A DrsFont.cpp93 void Font::drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y) { function in class:Font
113 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int32_t x, int32_t y, function in class:Font
205 drawCachedGlyph(cachedGlyph, penX, penY);
208 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH);

Completed in 3582 milliseconds