Searched refs:DrawPatch (Results 1 – 2 of 2) sorted by relevance
46 X(DrawPatch)
393 struct DrawPatch final : Op { struct394 static const auto kType = Type::DrawPatch; argument395 DrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texs[4], in DrawPatch() argument648 this->push<DrawPatch>(0, points, colors, texs, bmode, paint); in drawPatch()