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 128 void measureCachedGlyph(CachedGlyphInfo* glyph, int x, int y,
Font.cpp 135 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int x, int y,
389 &android::uirenderer::Font::measureCachedGlyph,
390 &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 1432 milliseconds