Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp445 struct DrawAtlas final : Op { struct
446 static const auto kType = Type::DrawAtlas;
447 DrawAtlas(const SkImage* atlas, int count, SkBlendMode mode, const SkSamplingOptions& sampling, in DrawAtlas() argument
458 sk_sp<const SkImage> atlas;
459 int count;
460 SkBlendMode mode;
461 SkSamplingOptions sampling;
462 SkRect cull = kUnset;
463 SkPaint paint;
464 bool has_colors;
[all …]