Searched defs:DrawPatch (Results 1 – 1 of 1) sorted by relevance
393 struct DrawPatch final : Op { struct394 static const auto kType = Type::DrawPatch;395 DrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texs[4], in DrawPatch() argument408 SkPoint cubics[12];409 SkColor colors[4];410 SkPoint texs[4];411 SkBlendMode xfermode;412 SkPaint paint;413 bool has_colors = false;414 bool has_texs = false;[all …]