Searched defs:ShadowText (Results 1 – 2 of 2) sorted by relevance
36 struct ShadowText { struct37 ShadowText(): glyphCount(0), radius(0.0f), textSize(0.0f), typeface(nullptr), in ShadowText() function42 ShadowText(const SkPaint* paint, float radius, uint32_t glyphCount, const glyph_t* srcGlyphs, in ShadowText() argument55 ~ShadowText() { in ~ShadowText() argument70 void copyTextLocally() { in copyTextLocally()94 }; // struct ShadowText argument
127 void TextDropShadowCache::operator()(ShadowText&, ShadowTexture*& texture) { in operator ()() argument