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