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

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

Completed in 129 milliseconds