HomeSort by relevance Sort by last modified time
    Searched refs:tempPaint (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkDraw.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 845 GrPaint tempPaint;
847 tempPaint.setAntiAlias(true);
854 tempPaint.setBlendFunc(kOne_GrBlendCoeff, kISC_GrBlendCoeff);
859 // Draw the mask into maskTexture with the path's top-left at the origin using tempPaint.
863 context->drawPath(tempPaint, devPath, stroke);
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 845 GrPaint tempPaint;
847 tempPaint.setAntiAlias(true);
854 tempPaint.setBlendFunc(kOne_GrBlendCoeff, kISC_GrBlendCoeff);
859 // Draw the mask into maskTexture with the path's top-left at the origin using tempPaint.
863 context->drawPath(tempPaint, devPath, stroke);
    [all...]

Completed in 64 milliseconds