Home
last modified time | relevance | path

Searched defs:DrawAtlas (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkLiteDL.cpp457 struct DrawAtlas final : Op { struct
458 static const auto kType = Type::DrawAtlas;
459 DrawAtlas(const SkImage* atlas, int count, SkBlendMode xfermode, in DrawAtlas() argument
465 sk_sp<const SkImage> atlas;
466 int count;
467 SkBlendMode xfermode;
468 SkRect cull = kUnset;
469 SkPaint paint;
470 bool has_colors;
471 void draw(SkCanvas* c, const SkMatrix&) const { in draw()