Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkLiteDL.cpp297 struct DrawImageNine final : Op { struct
298 static const auto kType = Type::DrawImageNine;
299 DrawImageNine(sk_sp<const SkImage>&& image, in DrawImageNine() function
304 sk_sp<const SkImage> image;
305 SkIRect center;
306 SkRect dst;
307 SkPaint paint;
308 void draw(SkCanvas* c, const SkMatrix&) const { in draw()