Searched defs:DrawAtlas (Results 1 – 1 of 1) sorted by relevance
443 struct DrawAtlas final : Op { struct444 static const auto kType = Type::DrawAtlas;445 DrawAtlas(const SkImage* atlas, int count, SkBlendMode xfermode, const SkRect* cull, in DrawAtlas() argument455 sk_sp<const SkImage> atlas;456 int count;457 SkBlendMode xfermode;458 SkRect cull = kUnset;459 SkPaint paint;460 bool has_colors;461 void draw(SkCanvas* c, const SkMatrix&) const { in draw()