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

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

Completed in 31 milliseconds