Searched refs:cacheGlyph (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DFont.h124 CachedGlyphInfo* cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching);
H A DFont.cpp293 cachedGlyph = cacheGlyph(paint, textUnit, precaching);
476 CachedGlyphInfo* Font::cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching) { function in class:android::uirenderer::Font
/frameworks/rs/
H A DrsFont.h130 CachedGlyphInfo *cacheGlyph(uint32_t glyph);
H A DrsFont.cpp229 cachedGlyph = cacheGlyph((uint32_t)utfChar);
284 Font::CachedGlyphInfo *Font::cacheGlyph(uint32_t glyph) { function in class:Font

Completed in 595 milliseconds