Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp575 struct DrawAtlas final : Op { struct
576 static const auto kType = Type::DrawAtlas;
577 DrawAtlas(const SkImage* atlas, int count, SkBlendMode mode, const SkSamplingOptions& sampling, in DrawAtlas() function
588 sk_sp<const SkImage> atlas;
589 int count;
590 SkBlendMode mode;
591 SkSamplingOptions sampling;
592 SkRect cull = kUnset;
593 SkPaint paint;
594 bool has_colors;
[all …]