Searched refs:SetAlphaOp (Results 1 – 4 of 4) sorted by relevance
15 X(SetAlphaOp)
109 struct SetAlphaOp final : Op {110 static constexpr auto kType = Type::SetAlphaOp;111 explicit SetAlphaOp(double alpha): alpha(alpha) {} in SetAlphaOp() function
71 void SetAlphaOp::Draw(CanvasPaintMethod* method) const in Draw()
558 paintMethod_->PushTask<SetAlphaOp>(alpha); in UpdateGlobalAlpha()