Searched defs:DrawPatch (Results 1 – 1 of 1) sorted by relevance
464 struct DrawPatch final : Op { struct465 static const auto kType = Type::DrawPatch;466 DrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texs[4], in DrawPatch() argument479 SkPoint cubics[12];480 SkColor colors[4];481 SkPoint texs[4];482 SkBlendMode xfermode;483 SkPaint paint;484 bool has_colors = false;485 bool has_texs = false;[all …]