Searched defs:DrawImageNine (Results 1 – 1 of 1) sorted by relevance
315 struct DrawImageNine final : Op { struct316 static const auto kType = Type::DrawImageNine;317 DrawImageNine(sk_sp<const SkImage>&& image, const SkIRect& center, const SkRect& dst, in DrawImageNine() function324 sk_sp<const SkImage> image;325 SkIRect center;326 SkRect dst;327 SkPaint paint;328 void draw(SkCanvas* c, const SkMatrix&) const { in draw()