Searched defs:DrawAtlas (Results 1 – 1 of 1) sorted by relevance
584 struct DrawAtlas final : Op { struct585 static const auto kType = Type::DrawAtlas;586 DrawAtlas(const SkImage* atlas, int count, SkBlendMode mode, const SkSamplingOptions& sampling, in DrawAtlas() argument597 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 …]