Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp787 SkPaint noEffectPaint(paint); in internalDrawPath() local
788 noEffectPaint.setPathEffect(nullptr); in internalDrawPath()
790 noEffectPaint.setStyle(SkPaint::kFill_Style); in internalDrawPath()
792 noEffectPaint.setStyle(SkPaint::kStroke_Style); in internalDrawPath()
793 noEffectPaint.setStrokeWidth(0); in internalDrawPath()
795 this->internalDrawPath(clipStack, ctm, *pathPtr, noEffectPaint, nullptr, true); in internalDrawPath()