Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRecordingCanvas.cpp584 struct DrawAtlas final : Op { struct
585 static const auto kType = Type::DrawAtlas;
586 DrawAtlas(const SkImage* atlas, int count, SkBlendMode mode, const SkSamplingOptions& sampling, in DrawAtlas() function
597 sk_sp<const SkImage> atlas;
598 int count;
599 SkBlendMode mode;
600 SkSamplingOptions sampling;
601 SkRect cull = kUnset;
602 SkPaint paint;
603 bool has_colors;
[all …]