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

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

Completed in 50 milliseconds