Searched defs:DrawPatch (Results 1 – 1 of 1) sorted by relevance
413 struct DrawPatch final : Op { struct414 static const auto kType = Type::DrawPatch;415 DrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texs[4], in DrawPatch() argument423 SkPoint cubics[12];424 SkColor colors[4];425 SkPoint texs[4];426 SkBlendMode xfermode;427 SkPaint paint;428 bool has_colors = false;429 bool has_texs = false;[all …]