Searched defs:DrawPatch (Results 1 – 1 of 1) sorted by relevance
435 struct DrawPatch final : Op { struct436 static const auto kType = Type::DrawPatch;437 DrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texs[4], in DrawPatch() function445 SkPoint cubics[12];446 SkColor colors[4];447 SkPoint texs[4];448 SkBlendMode xfermode;449 SkPaint paint;450 bool has_colors = false;451 bool has_texs = false;[all …]