Searched defs:DrawImageNine (Results 1 – 2 of 2) 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()
303 struct DrawImageNine final : Op { struct304 static const auto kType = Type::DrawImageNine;305 DrawImageNine(sk_sp<const SkImage>&& image, in DrawImageNine() function310 sk_sp<const SkImage> image;311 SkIRect center;312 SkRect dst;313 SkPaint paint;314 void draw(SkCanvas* c, const SkMatrix&) const { in draw()