Searched defs:ShadowText (Results 1 – 2 of 2) sorted by relevance
36 struct ShadowText { struct37 ShadowText(): len(0), radius(0.0f), textSize(0.0f), typeface(nullptr), in ShadowText() function42 ShadowText(const SkPaint* paint, float radius, uint32_t len, const char* srcText, in ShadowText() argument60 ~ShadowText() { in ~ShadowText() argument75 void copyTextLocally() { in copyTextLocally()100 }; // struct ShadowText argument
152 void TextDropShadowCache::operator()(ShadowText&, ShadowTexture*& texture) { in operator ()() argument