Home
last modified time | relevance | path

Searched refs:kMiter_Join (Results 1 – 25 of 27) sorted by relevance

12

/external/skia/bench/
DStrokeBench.cpp96 DEF_BENCH( return new StrokeRRectBench(SkPaint::kMiter_Join, draw_rect); )
100 DEF_BENCH( return new StrokeRRectBench(SkPaint::kMiter_Join, draw_rrect); )
104 DEF_BENCH( return new StrokeRRectBench(SkPaint::kMiter_Join, draw_oval); )
DBezierBench.cpp97 DEF_BENCH( return new BezierBench(SkPaint::kRound_Cap, SkPaint::kMiter_Join, 50, draw_quad); )
101 DEF_BENCH( return new BezierBench(SkPaint::kRound_Cap, SkPaint::kMiter_Join, 50, draw_cubic); )
/external/skia/samplecode/
DSampleStrokePath.cpp92 { SkPaint::kFill_Style, SkPaint::kMiter_Join, 0 },
93 { SkPaint::kStroke_Style, SkPaint::kMiter_Join, 0 },
94 { SkPaint::kStroke_Style, SkPaint::kMiter_Join, 10 },
95 { SkPaint::kStrokeAndFill_Style, SkPaint::kMiter_Join, 10 },
DSampleStrokeRect.cpp46 SkPaint::kMiter_Join, in onDrawContent()
DSampleFuzz.cpp179 case 1: paint.setStrokeJoin(SkPaint::kMiter_Join); break; in do_fuzz()
DSamplePath.cpp182 SkPaint::kMiter_Join, in onDrawContent()
DSamplePathFuzz.cpp288 SkPaint::Join join = (SkPaint::Join) fRand.nextRangeU(SkPaint::kMiter_Join, in makePaint()
/external/skia/gm/
Dstrokerect.cpp31 paint.setStrokeJoin(SkPaint::kMiter_Join); in draw_path()
67 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join in onDraw()
Dpolygons.cpp105 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join in onDraw()
139 paint.setStrokeJoin(SkPaint::kMiter_Join); in onDraw()
Dnonclosedpaths.cpp86 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join in onDraw()
/external/skia/experimental/StrokePathRenderer/
DGrStrokePathRenderer.cpp99 if ((join == SkPaint::kMiter_Join) && (miterLimit <= SK_Scalar1)) {
103 const bool isMiter = (join == SkPaint::kMiter_Join);
168 case SkPaint::kMiter_Join:
/external/skia/tests/
DStrokeTest.cpp64 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join in test_strokerect()
76 bool isMiter = SkPaint::kMiter_Join == joins[i]; in test_strokerect()
DPaintTest.cpp196 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? in DEF_TEST()
229 SkPaint::kMiter_Join, in DEF_TEST()
DEmptyPathTest.cpp64 SkPaint::kMiter_Join, in iter_paint()
/external/skia/src/c/
Dsk_paint.cpp28 { MITER_SK_STROKE_JOIN, SkPaint::kMiter_Join },
/external/skia/include/core/
DSkPaint.h455 kMiter_Join, //!< connect path segments with a sharp join enumerator
460 kDefault_Join = kMiter_Join
/external/skia/src/pdf/
DSkPDFGraphicState.cpp219 SK_COMPILE_ASSERT(SkPaint::kMiter_Join == 0, paint_join_mismatch); in emitObject()
/external/skia/src/gpu/gl/
DGrGLPath.cpp63 GR_STATIC_ASSERT(0 == SkPaint::kMiter_Join); in join_to_gl_join()
/external/skia/src/utils/
DSkDashPath.cpp84 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()
/external/skia/src/effects/
DSkDashPathEffect.cpp49 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()
/external/skia/src/core/
DSkStroke.cpp373 if (join == SkPaint::kMiter_Join) { in SkPathStroker()
1723 if (SkPaint::kMiter_Join == join && fMiterLimit < SK_ScalarSqrt2) { in strokeRect()
1728 case SkPaint::kMiter_Join: in strokeRect()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp193 join = SkPaint::kMiter_Join; in SkRasterizeStroke()
/external/skia/src/gpu/
DGrAARectRenderer.cpp371 if ((width > 0) && (stroke.getJoin() != SkPaint::kMiter_Join || in strokeAARect()
/external/skia/src/svg/
DSkSVGDevice.cpp379 if (paint.getStrokeJoin() == SkPaint::kMiter_Join) { in addPaint()
/external/skia/src/device/xps/
DSkXPSDevice.cpp1098 SkPaint::kMiter_Join != paint.getStrokeJoin() || in rect_must_be_pathed()
1099 (SkPaint::kMiter_Join == paint.getStrokeJoin() && in rect_must_be_pathed()

12