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

/frameworks/rs/
H A DrsFont.h224 bool cacheBitmap(FT_Bitmap_ *bitmap, uint32_t *retOriginX, uint32_t *retOriginY);
H A DrsFont.cpp258 glyph->mIsValid = state->cacheBitmap(bitmap, &startX, &startY);
410 bool FontState::cacheBitmap(FT_Bitmap *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) { function in class:FontState
/frameworks/base/libs/hwui/
H A DFontRenderer.h321 void cacheBitmap(const SkGlyph& glyph, CachedGlyphInfo* cachedGlyph,
H A DFontRenderer.cpp398 mState->cacheBitmap(skiaGlyph, glyph, &startX, &startY);
616 void FontRenderer::cacheBitmap(const SkGlyph& glyph, CachedGlyphInfo* cachedGlyph, function in class:android::uirenderer::FontRenderer

Completed in 62 milliseconds