Home
last modified time | relevance | path

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

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