HomeSort by relevance Sort by last modified time
    Searched refs:drawCachedGlyph (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/font/
Font.h 125 void drawCachedGlyph(CachedGlyphInfo* glyph, int x, int y,
134 void drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
Font.cpp 158 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int x, int y,
224 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset,
327 drawCachedGlyph(cachedGlyph, penX, hOffset, vOffset, measure, &position, &tangent);
375 &android::uirenderer::Font::drawCachedGlyph,
  /frameworks/rs/
rsFont.h 134 void drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y);
135 void drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y,
rsFont.cpp 91 void Font::drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y) {
111 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int32_t x, int32_t y,
203 drawCachedGlyph(cachedGlyph, penX, penY);
206 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH);

Completed in 58 milliseconds