Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRecordingCanvas.cpp464 struct DrawPatch final : Op { struct
465 static const auto kType = Type::DrawPatch;
466 DrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texs[4], in DrawPatch() argument
479 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 …]