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

  /frameworks/base/libs/hwui/font/
Font.h 122 void measureCachedGlyph(CachedGlyphInfo* glyph, int x, int y,
Font.cpp 136 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int x, int y,
379 &android::uirenderer::Font::measureCachedGlyph,
380 &android::uirenderer::Font::measureCachedGlyph
  /frameworks/rs/
rsFont.h 133 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
rsFont.cpp 137 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) {
209 measureCachedGlyph(cachedGlyph, penX, penY, bounds);

Completed in 37 milliseconds