Lines Matching refs:sampling
401 const SkRect* dstOrNull, const SkSamplingOptions& sampling,
413 LOOP_TILER(drawBitmap(bitmap, matrix, dstOrNull, sampling, paint), bounds)
426 const SkSamplingOptions& sampling, const SkPaint& paint,
472 sampling != SkSamplingOptions()) {
518 this->drawBitmap(*bitmapPtr, matrix, dstPtr, sampling, paint);
527 sampling, &matrix, kNever_SkCopyPixelsMode);
567 void SkBitmapDevice::drawDevice(SkBaseDevice* device, const SkSamplingOptions& sampling,
584 draw.drawBitmap(*src->fCoverage, SkMatrix::I(), nullptr, sampling, deviceAsShader);
586 this->INHERITED::drawDevice(device, sampling, paint);
592 const SkSamplingOptions& sampling,
605 draw.drawBitmap(resultBM, SkMatrix::I(), nullptr, sampling, paint);