Lines Matching refs:TextShadow
3 #include "modules/skparagraph/include/TextShadow.h"
8 TextShadow::TextShadow() = default;
9 TextShadow::TextShadow(SkColor color, SkPoint offset, double blurSigma)
12 bool TextShadow::operator==(const TextShadow& other) const {
20 bool TextShadow::operator!=(const TextShadow& other) const { return !(*this == other); }
22 bool TextShadow::hasShadow() const {