Home
last modified time | relevance | path

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

12

/external/skia/samplecode/
DSampleStrokePath.cpp91 { SkPaint::kFill_Style, SkPaint::kMiter_Join, 0 },
92 { SkPaint::kStroke_Style, SkPaint::kMiter_Join, 0 },
93 { SkPaint::kStroke_Style, SkPaint::kMiter_Join, 10 },
94 { SkPaint::kStrokeAndFill_Style, SkPaint::kMiter_Join, 10 },
DSampleStrokeRect.cpp44 SkPaint::kMiter_Join, in onDrawContent()
DSampleFuzz.cpp177 case 1: paint.setStrokeJoin(SkPaint::kMiter_Join); break; in do_fuzz()
/external/skia/bench/
DBezierBench.cpp98 DEF_BENCH( return new BezierBench(SkPaint::kRound_Cap, SkPaint::kMiter_Join, 50, draw_quad); )
102 DEF_BENCH( return new BezierBench(SkPaint::kRound_Cap, SkPaint::kMiter_Join, 50, draw_cubic); )
DStrokeBench.cpp101 paint.setStrokeJoin(SkPaint::kMiter_Join); in paint_maker()
/external/skia/gm/
Dstrokerect.cpp32 paint.setStrokeJoin(SkPaint::kMiter_Join); in draw_path()
68 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()
Dstroke_rect_shader.cpp40 paint.setStrokeJoin(SkPaint::kMiter_Join);
Dnonclosedpaths.cpp86 SkPaint::kMiter_Join, SkPaint::kRound_Join, SkPaint::kBevel_Join in onDraw()
Dconvex_all_line_paths.cpp286 SkPaint::kMiter_Join }; in drawPath()
328 p.setStrokeJoin(SkPaint::kMiter_Join); in onDraw()
/external/skia/src/gpu/ops/
DGrAALinearizingConvexPathRenderer.cpp167 if (SkPaint::kMiter_Join == join && w > 1.f) { in AAFlatteningConvexPathOp()
336 SkPaint::Join join = fill ? SkPaint::Join::kMiter_Join : stroke.getJoin(); in onDrawPath()
367 SkPaint::Join join = SkPaint::kMiter_Join; in DRAW_OP_TEST_DEFINE()
373 join = SkPaint::kMiter_Join; in DRAW_OP_TEST_DEFINE()
DGrNonAAStrokeRectOp.cpp46 (stroke.getJoin() == SkPaint::kMiter_Join && stroke.getMiter() > SK_ScalarSqrt2); in allowed_stroke()
208 paint.setStrokeJoin(SkPaint::kMiter_Join); in DRAW_OP_TEST_DEFINE()
DGrAAStrokeRectOp.cpp37 if (stroke.getJoin() == SkPaint::kMiter_Join) { in allowed_stroke()
610 miterStroke ? SkPaint::kMiter_Join : SkPaint::kBevel_Join, 1.f); in DRAW_OP_TEST_DEFINE()
/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.cpp194 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? in DEF_TEST()
227 SkPaint::kMiter_Join, in DEF_TEST()
DEmptyPathTest.cpp70 SkPaint::kMiter_Join, in iter_paint()
/external/skia/experimental/svg/model/
DSkSVGRenderContext.cpp92 return SkPaint::kMiter_Join; in toSkJoin()
99 return SkPaint::kMiter_Join; in toSkJoin()
/external/skia/src/core/
DSkStrokeRec.cpp148 if (SkPaint::kMiter_Join == join) { in get_inflation_bounds()
/external/skia/include/core/
DSkPaint.h421 kMiter_Join, //!< connect path segments with a sharp join enumerator
426 kDefault_Join = kMiter_Join
/external/skia/src/pdf/
DSkPDFGraphicState.cpp193 static_assert(SkPaint::kMiter_Join == 0, "paint_join_mismatch"); in emitObject()
/external/skia/src/c/
Dsk_paint.cpp31 { MITER_SK_STROKE_JOIN, SkPaint::kMiter_Join },
/external/skia/src/gpu/
DGrStyle.cpp89 if (SkPaint::kMiter_Join == join) { in WriteKey()
/external/skia/src/gpu/gl/
DGrGLPath.cpp63 GR_STATIC_ASSERT(0 == SkPaint::kMiter_Join); in join_to_gl_join()
/external/skia/src/utils/
DSkDashPath.cpp79 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()

12