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

/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp670 GrPaint tempPaint; local
672 tempPaint.setAntiAlias(true);
679 tempPaint.setBlendFunc(kOne_GrBlendCoeff, kISC_GrBlendCoeff);
684 // Draw the mask into maskTexture with the path's top-left at the origin using tempPaint.
688 context->drawPath(tempPaint, devPath, strokeInfo);
/external/skia/src/gpu/
H A DSkGpuDevice.cpp702 GrPaint tempPaint; local
704 tempPaint.setAntiAlias(true);
711 tempPaint.setBlendFunc(kOne_GrBlendCoeff, kISC_GrBlendCoeff);
716 // Draw the mask into maskTexture with the path's top-left at the origin using tempPaint.
720 context->drawPath(tempPaint, devPath, strokeInfo);

Completed in 131 milliseconds