Home
last modified time | relevance | path

Searched defs:DrawPatch (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkLiteDL.cpp413 struct DrawPatch final : Op { struct
414 static const auto kType = Type::DrawPatch;
415 DrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texs[4], in DrawPatch() argument
423 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 …]