Searched defs:DrawImageNine (Results 1 – 1 of 1) sorted by relevance
282 struct DrawImageNine final : Op { struct283 static const auto kType = Type::DrawImageNine;284 DrawImageNine(sk_sp<const SkImage>&& image, in DrawImageNine() argument289 sk_sp<const SkImage> image;290 SkIRect center;291 SkRect dst;292 SkPaint paint;293 void draw(SkCanvas* c, const SkMatrix&) const { in draw()