/external/skia/tests/ |
PaintTest.cpp | 30 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ?
|
/external/skia/samplecode/ |
SampleStrokePath.cpp | 85 { SkPaint::kFill_Style, SkPaint::kMiter_Join, 0 }, 86 { SkPaint::kStroke_Style, SkPaint::kMiter_Join, 0 }, 87 { SkPaint::kStroke_Style, SkPaint::kMiter_Join, 10 }, 88 { SkPaint::kStrokeAndFill_Style, SkPaint::kMiter_Join, 10 },
|
SampleStrokeRect.cpp | 39 SkPaint::kMiter_Join,
|
SampleFuzz.cpp | 145 case 1: paint.setStrokeJoin(SkPaint::kMiter_Join); break;
|
SamplePath.cpp | 167 SkPaint::kMiter_Join,
|
SampleAll.cpp | 615 SkPaint::kStroke_Style, SkPaint::kMiter_Join, SkPaint::kButt_Cap);
|
/external/skia/include/core/ |
SkPaint.h | 379 kMiter_Join, //!< connect path segments with a sharp join 384 kDefault_Join = kMiter_Join [all...] |
/external/skia/src/pdf/ |
SkPDFGraphicState.cpp | 226 SK_COMPILE_ASSERT(SkPaint::kMiter_Join == 0, paint_join_mismatch);
|
/external/skia/src/core/ |
SkStroke.cpp | 202 if (join == SkPaint::kMiter_Join) {
|
SkPaint.cpp | [all...] |
SkDraw.cpp | 658 if (SkPaint::kMiter_Join != paint.getStrokeJoin() || [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
GraphicsContextAndroid.cpp | [all...] |
/external/webkit/Source/WebCore/platform/graphics/skia/ |
GraphicsContextSkia.cpp | 975 platformContext()->setLineJoin(SkPaint::kMiter_Join); [all...] |
/external/skia/src/gpu/ |
SkGpuDevice.cpp | 691 paint.getStrokeJoin() != SkPaint::kMiter_Join; [all...] |