Lines Matching defs:dst
1482 void drawImageRect(const SkImage*, const SkRect& src, const SkRect& dst,
1484 void drawImageRect(const SkImage*, const SkRect& dst, const SkSamplingOptions&,
1486 void drawImageRect(const sk_sp<SkImage>& image, const SkRect& src, const SkRect& dst,
1489 this->drawImageRect(image.get(), src, dst, sampling, paint, constraint);
1491 void drawImageRect(const sk_sp<SkImage>& image, const SkRect& dst,
1493 this->drawImageRect(image.get(), dst, sampling, paint);
1496 /** Draws SkImage image stretched proportionally to fit into SkRect dst.
1499 are larger than dst; center and four sides are scaled to fit remaining space, if any.
1514 @param dst destination SkRect of image to draw to
1519 void drawImageNine(const SkImage* image, const SkIRect& center, const SkRect& dst,
1552 /** Draws SkImage image stretched proportionally to fit into SkRect dst.
1574 @param dst destination SkRect of image to draw to
1579 void drawImageLattice(const SkImage* image, const Lattice& lattice, const SkRect& dst,
1581 void drawImageLattice(const SkImage* image, const Lattice& lattice, const SkRect& dst) {
1582 this->drawImageLattice(image, lattice, dst, SkFilterMode::kNearest, nullptr);
2300 virtual void onDrawImageRect2(const SkImage*, const SkRect& src, const SkRect& dst,
2302 virtual void onDrawImageLattice2(const SkImage*, const Lattice&, const SkRect& dst,
2525 * Filters the contents of 'src' and draws the result into 'dst'. The filter is evaluated
2526 * relative to the current canvas matrix, and src is drawn to dst using their relative transform
2531 * before any filtering, or as part of the copy, and is then drawn with 1/scaleFactor to 'dst'.
2535 void internalDrawDeviceWithFilter(SkBaseDevice* src, SkBaseDevice* dst,