HomeSort by relevance Sort by last modified time
    Searched defs:strokePaint (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PathDestructionActivity.java 47 Paint strokePaint = new Paint(Paint.ANTI_ALIAS_FLAG);
53 strokePaint.setStyle(Paint.Style.STROKE);
85 strokePaint.setColor(getRandomColor());
86 canvas.drawPath(path, strokePaint);
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 298 SVGPaint* strokePaint() const { return stroke->paint.get(); }
323 bool hasStroke() const { return strokePaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE; }
  /external/skia/tests/
PathTest.cpp     [all...]

Completed in 253 milliseconds