Searched defs:tempPaint (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DSkGpuDevice.cpp794 GrPaint tempPaint; local
796 tempPaint.setAntiAlias(true);
803 tempPaint.setBlendFunc(kOne_GrBlendCoeff, kISC_GrBlendCoeff);
808 // Draw hard shadow to pathTexture with path top-left at origin using tempPaint.
812 context->drawPath(tempPaint, devPath, stroke);

Completed in 66 milliseconds