Searched refs:tmpUnfiltered (Results 1 – 2 of 2) sorted by relevance
419 SkPaint tmpUnfiltered(paint); in drawBitmapAsSprite() local420 tmpUnfiltered.setImageFilter(nullptr); in drawBitmapAsSprite()421 this->drawSprite(draw, dst, x + offset.x(), y + offset.y(), tmpUnfiltered); in drawBitmapAsSprite()
429 SkPaint tmpUnfiltered(paint); in apply_paint_to_bounds_sans_imagefilter() local430 tmpUnfiltered.setImageFilter(nullptr); in apply_paint_to_bounds_sans_imagefilter()431 if (tmpUnfiltered.canComputeFastBounds()) { in apply_paint_to_bounds_sans_imagefilter()432 return tmpUnfiltered.computeFastBounds(rawBounds, storage); in apply_paint_to_bounds_sans_imagefilter()1404 SkPaint tmpUnfiltered(*paint); in internalDrawDevice() local1405 tmpUnfiltered.setImageFilter(nullptr); in internalDrawDevice()1407 tmpUnfiltered); in internalDrawDevice()