Home
last modified time | relevance | path

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

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