Home
last modified time | relevance | path

Searched defs:ShadowText (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DTextDropShadowCache.h36 struct ShadowText { struct
37 ShadowText(): len(0), radius(0.0f), textSize(0.0f), typeface(nullptr), in ShadowText() function
42 ShadowText(const SkPaint* paint, float radius, uint32_t len, const char* srcText, in ShadowText() argument
60 ~ShadowText() { in ~ShadowText() argument
75 void copyTextLocally() { in copyTextLocally()
100 }; // struct ShadowText argument
DTextDropShadowCache.cpp152 void TextDropShadowCache::operator()(ShadowText&, ShadowTexture*& texture) { in operator ()() argument