Searched refs:DropShadow (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DFontRenderer.h105 struct DropShadow { struct in class:android::uirenderer::FontRenderer
113 // After renderDropShadow returns, the called owns the memory in DropShadow.image
115 DropShadow renderDropShadow(const SkPaint* paint, const glyph_t *glyphs, int numGlyphs,
H A DTextDropShadowCache.cpp156 FontRenderer::DropShadow shadow = mRenderer->renderDropShadow(&paintCopy, glyphs, numGlyphs,
H A DFontRenderer.cpp560 FontRenderer::DropShadow FontRenderer::renderDropShadow(const SkPaint* paint, const glyph_t *glyphs,
564 DropShadow image;

Completed in 339 milliseconds