Searched refs:cacheBitmapInTexture (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DFontRenderer.h116 CacheTexture* cacheBitmapInTexture(const SkGlyph& glyph, uint32_t* startX, uint32_t* startY);
H A DFontRenderer.cpp158 CacheTexture* FontRenderer::cacheBitmapInTexture(const SkGlyph& glyph, function in class:android::uirenderer::FontRenderer
185 CacheTexture* cacheTexture = cacheBitmapInTexture(glyph, &startX, &startY);
192 cacheTexture = cacheBitmapInTexture(glyph, &startX, &startY);

Completed in 26 milliseconds