Lines Matching refs:sampling
1479 const SkSamplingOptions& sampling, const SkPaint* paint = nullptr) {
1480 this->drawImage(image.get(), x, y, sampling, paint);
1487 const SkSamplingOptions& sampling, const SkPaint* paint,
1489 this->drawImageRect(image.get(), src, dst, sampling, paint, constraint);
1492 const SkSamplingOptions& sampling, const SkPaint* paint = nullptr) {
1493 this->drawImageRect(image.get(), dst, sampling, paint);
1515 @param filter what technique to use when sampling the image
1575 @param filter what technique to use when sampling the image
1650 * by sampling from 'fSrcRect' sub-image. The corners of 'fSrcRect' map to the corners of
2081 @param sampling SkSamplingOptions used when sampling from the atlas image
2087 const SkSamplingOptions& sampling, const SkRect* cullRect, const SkPaint* paint);