Lines Matching defs:src
1469 then extra code is used to ensure it nevers samples outside of the src-rect.
1482 void drawImageRect(const SkImage*, const SkRect& src, const SkRect& dst,
1486 void drawImageRect(const sk_sp<SkImage>& image, const SkRect& src, const SkRect& dst,
1489 this->drawImageRect(image.get(), src, dst, sampling, paint, constraint);
2300 virtual void onDrawImageRect2(const SkImage*, const SkRect& src, const SkRect& dst,
2304 virtual void onDrawAtlas2(const SkImage*, const SkRSXform[], const SkRect src[],
2517 // Check the src device's local-to-device matrix for compatibility with the filter, and if
2519 // filter to be evaluated on the modified src content.
2521 // Assume that the src device's local-to-device matrix is compatible with the filter.
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
2530 * 'scaleFactor' is an extra uniform scale transform applied to downscale the 'src' image
2535 void internalDrawDeviceWithFilter(SkBaseDevice* src, SkBaseDevice* dst,