Home
last modified time | relevance | path

Searched refs:tmpUnfiltered (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkDevice.cpp419 SkPaint tmpUnfiltered(paint); in drawBitmapAsSprite() local
420 tmpUnfiltered.setImageFilter(nullptr); in drawBitmapAsSprite()
421 this->drawSprite(draw, dst, x + offset.x(), y + offset.y(), tmpUnfiltered); in drawBitmapAsSprite()
DSkCanvas.cpp429 SkPaint tmpUnfiltered(paint); in apply_paint_to_bounds_sans_imagefilter() local
430 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() local
1405 tmpUnfiltered.setImageFilter(nullptr); in internalDrawDevice()
1407 tmpUnfiltered); in internalDrawDevice()