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 124 void measureCachedGlyph(CachedGlyphInfo* glyph, int x, int y,
Font.cpp 142 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int x, int y,
385 &android::uirenderer::Font::measureCachedGlyph,
386 &android::uirenderer::Font::measureCachedGlyph
  /frameworks/rs/
rsFont.h 132 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
rsFont.cpp 139 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) {
211 measureCachedGlyph(cachedGlyph, penX, penY, bounds);

Completed in 719 milliseconds