Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLiteDL.cpp282 struct DrawImageNine final : Op { struct
283 static const auto kType = Type::DrawImageNine;
284 DrawImageNine(sk_sp<const SkImage>&& image, in DrawImageNine() argument
289 sk_sp<const SkImage> image;
290 SkIRect center;
291 SkRect dst;
292 SkPaint paint;
293 void draw(SkCanvas* c, const SkMatrix&) const { in draw()