Searched defs:DrawAtlas (Results 1 – 1 of 1) sorted by relevance
445 struct DrawAtlas final : Op { struct446 static const auto kType = Type::DrawAtlas;447 DrawAtlas(const SkImage* atlas, int count, SkBlendMode mode, const SkSamplingOptions& sampling, in DrawAtlas() argument458 sk_sp<const SkImage> atlas;459 int count;460 SkBlendMode mode;461 SkSamplingOptions sampling;462 SkRect cull = kUnset;463 SkPaint paint;464 bool has_colors;[all …]