Searched defs:DrawImageRect (Results 1 – 2 of 2) sorted by relevance
58 DrawImageRect, enumerator
378 struct DrawImageRect final : Op { struct379 static const auto kType = Type::DrawImageRect;380 DrawImageRect(DrawImagePayload&& payload, const SkRect* src, const SkRect& dst, in DrawImageRect() function395 sk_sp<const SkImage> image;396 SkRect src, dst;397 SkSamplingOptions sampling;398 SkPaint paint;399 SkCanvas::SrcRectConstraint constraint;400 BitmapPalette palette;401 sk_sp<const SkImage> gainmap;[all …]