Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLiteDL.cpp304 struct DrawImageNine final : Op { struct
305 static const auto kType = Type::DrawImageNine;
306 DrawImageNine(sk_sp<const SkImage>&& image, in DrawImageNine() function
311 sk_sp<const SkImage> image;
312 SkIRect center;
313 SkRect dst;
314 SkPaint paint;
315 void draw(SkCanvas* c, const SkMatrix&) { in draw()