OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drawCachedGlyph
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/font/
Font.cpp
164
void Font::
drawCachedGlyph
(CachedGlyphInfo* glyph, int x, int y,
230
void Font::
drawCachedGlyph
(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
333
drawCachedGlyph
(cachedGlyph, penX, hOffset, vOffset, measure, &position, &tangent);
381
&android::uirenderer::Font::
drawCachedGlyph
,
/frameworks/rs/
rsFont.cpp
93
void Font::
drawCachedGlyph
(CachedGlyphInfo *glyph, int32_t x, int32_t y) {
113
void Font::
drawCachedGlyph
(CachedGlyphInfo* glyph, int32_t x, int32_t y,
205
drawCachedGlyph
(cachedGlyph, penX, penY);
208
drawCachedGlyph
(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH);
Completed in 33 milliseconds