Searched defs:DrawImageNine (Results 1 – 1 of 1) sorted by relevance
297 struct DrawImageNine final : Op { struct298 static const auto kType = Type::DrawImageNine;299 DrawImageNine(sk_sp<const SkImage>&& image, in DrawImageNine() function304 sk_sp<const SkImage> image;305 SkIRect center;306 SkRect dst;307 SkPaint paint;308 void draw(SkCanvas* c, const SkMatrix&) const { in draw()