Searched refs:tmpUnfiltered (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1060 SkPaint tmpUnfiltered(paint); in drawSpecial() local 1061 if (tmpUnfiltered.getMaskFilter()) { in drawSpecial() 1064 tmpUnfiltered.setMaskFilter(tmpUnfiltered.getMaskFilter()->makeWithMatrix(ctm)); in drawSpecial() 1067 tmpUnfiltered.setImageFilter(nullptr); in drawSpecial() 1084 tmpUnfiltered, std::move(fp), &grPaint)) { in drawSpecial() 1093 GrAA(tmpUnfiltered.isAntiAlias()), in drawSpecial()
|
/external/skqp/src/gpu/ |
D | SkGpuDevice.cpp | 1098 SkPaint tmpUnfiltered(paint); in drawSpecial() local 1099 if (tmpUnfiltered.getMaskFilter()) { in drawSpecial() 1102 tmpUnfiltered.setMaskFilter(tmpUnfiltered.getMaskFilter()->makeWithMatrix(ctm)); in drawSpecial() 1105 tmpUnfiltered.setImageFilter(nullptr); in drawSpecial() 1118 tmpUnfiltered, std::move(fp), &grPaint)) { in drawSpecial() 1127 GrAA(tmpUnfiltered.isAntiAlias()), in drawSpecial()
|
/external/skia/src/core/ |
D | SkCanvas.cpp | 358 SkPaint tmpUnfiltered(paint); in apply_paint_to_bounds_sans_imagefilter() local 359 tmpUnfiltered.setImageFilter(nullptr); in apply_paint_to_bounds_sans_imagefilter() 360 if (tmpUnfiltered.canComputeFastBounds()) { in apply_paint_to_bounds_sans_imagefilter() 361 return tmpUnfiltered.computeFastBounds(rawBounds, storage); in apply_paint_to_bounds_sans_imagefilter()
|
/external/skqp/src/core/ |
D | SkCanvas.cpp | 359 SkPaint tmpUnfiltered(paint); in apply_paint_to_bounds_sans_imagefilter() local 360 tmpUnfiltered.setImageFilter(nullptr); in apply_paint_to_bounds_sans_imagefilter() 361 if (tmpUnfiltered.canComputeFastBounds()) { in apply_paint_to_bounds_sans_imagefilter() 362 return tmpUnfiltered.computeFastBounds(rawBounds, storage); in apply_paint_to_bounds_sans_imagefilter()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 2044 SkPaint tmpUnfiltered(paint); in drawSpecial() local 2045 tmpUnfiltered.setImageFilter(nullptr); in drawSpecial() 2047 this->drawSprite(resultBM, x + offset.x(), y + offset.y(), tmpUnfiltered); in drawSpecial()
|
/external/skqp/src/pdf/ |
D | SkPDFDevice.cpp | 2057 SkPaint tmpUnfiltered(paint); in drawSpecial() local 2058 tmpUnfiltered.setImageFilter(nullptr); in drawSpecial() 2060 this->drawSprite(resultBM, x + offset.x(), y + offset.y(), tmpUnfiltered); in drawSpecial()
|