Lines Matching defs:DrawAtlas
575 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() argument
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;
595 void draw(SkCanvas* c, const SkMatrix&) const { in draw()