Searched refs:SetShadowColorOp (Results 1 – 4 of 4) sorted by relevance
52 X(SetShadowColorOp)
390 struct SetShadowColorOp final : Op {391 static constexpr auto kType = Type::SetShadowColorOp;392 explicit SetShadowColorOp(const Color& color): color(std::move(color)) {} in SetShadowColorOp() function
283 void SetShadowColorOp::Draw(CanvasPaintMethod* method) const in Draw()
679 paintMethod_->PushTask<SetShadowColorOp>(color); in UpdateShadowColor()