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

/frameworks/base/libs/hwui/
H A DFontRenderer.h190 struct DropShadow { struct in class:android::uirenderer::FontRenderer
191 DropShadow() { }; function in struct:android::uirenderer::FontRenderer::DropShadow
193 DropShadow(const DropShadow& dropShadow): function in struct:android::uirenderer::FontRenderer::DropShadow
206 // After renderDropShadow returns, the called owns the memory in DropShadow.image
208 DropShadow renderDropShadow(SkPaint* paint, const char *text, uint32_t startIndex,

Completed in 38 milliseconds