Searched refs:cacheBitmap (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DFontRenderer.h138 void cacheBitmap(const SkGlyph& glyph, CachedGlyphInfo* cachedGlyph,
H A DFontRenderer.cpp208 void FontRenderer::cacheBitmap(const SkGlyph& glyph, CachedGlyphInfo* cachedGlyph, function in class:android::uirenderer::FontRenderer
/frameworks/rs/
H A DrsFont.h224 bool cacheBitmap(FT_Bitmap_ *bitmap, uint32_t *retOriginX, uint32_t *retOriginY);
H A DrsFont.cpp259 glyph->mIsValid = state->cacheBitmap(bitmap, &startX, &startY);
415 bool FontState::cacheBitmap(FT_Bitmap *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) { function in class:android::renderscript::FontState
/frameworks/base/libs/hwui/font/
H A DFont.cpp442 mState->cacheBitmap(skiaGlyph, glyph, &startX, &startY, precaching);

Completed in 142 milliseconds