Searched defs:DrawPatch (Results 1 – 1 of 1) sorted by relevance
396 struct DrawPatch final : Op { struct397 static const auto kType = Type::DrawPatch;398 DrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texs[4], in DrawPatch() argument411 SkPoint cubics[12];412 SkColor colors[4];413 SkPoint texs[4];414 SkBlendMode xfermode;415 SkPaint paint;416 bool has_colors = false;417 bool has_texs = false;[all …]