Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp396 struct DrawPatch final : Op { struct
397 static const auto kType = Type::DrawPatch;
398 DrawPatch(const SkPoint cubics[12], const SkColor colors[4], const SkPoint texs[4], in DrawPatch() argument
411 SkPoint cubics[12];
412 SkColor colors[4];
413 SkPoint texs[4];
414 SkBlendMode xfermode;
415 SkPaint paint;
416 bool has_colors = false;
417 bool has_texs = false;
[all …]