Searched defs:DrawImageRect (Results 1 – 2 of 2) sorted by relevance
58 DrawImageRect, enumerator
374 struct DrawImageRect final : Op { struct375 static const auto kType = Type::DrawImageRect;376 DrawImageRect(DrawImagePayload&& payload, const SkRect* src, const SkRect& dst, in DrawImageRect() function391 sk_sp<const SkImage> image;392 SkRect src, dst;393 SkSamplingOptions sampling;394 SkPaint paint;395 SkCanvas::SrcRectConstraint constraint;396 BitmapPalette palette;397 sk_sp<const SkImage> gainmap;[all …]