Home
last modified time | relevance | path

Searched refs:kSquare_Cap (Results 1 - 25 of 51) sorted by relevance

123

/third_party/skia/bench/
H A DBezierBench.cpp97 DEF_BENCH( return new BezierBench(SkPaint::kSquare_Cap, SkPaint::kBevel_Join, 10, draw_quad); )
101 DEF_BENCH( return new BezierBench(SkPaint::kSquare_Cap, SkPaint::kBevel_Join, 10, draw_cubic); )
H A DStrokeBench.cpp102 paint.setStrokeCap(SkPaint::kSquare_Cap); in paint_maker()
/third_party/skia/docs/examples/
H A DCanvas_drawPoint_2.cpp12 paint.setStrokeCap(SkPaint::kSquare_Cap); in REG_FIDDLE()
H A DPath_addRect.cpp9 paint.setStrokeCap(SkPaint::kSquare_Cap); in REG_FIDDLE()
H A DRRect_setRectRadii.cpp9 paint.setStrokeCap(SkPaint::kSquare_Cap); in REG_FIDDLE()
H A DPath_addRect_3.cpp9 paint.setStrokeCap(SkPaint::kSquare_Cap); in REG_FIDDLE()
H A DPaint_053.cpp15 for (SkPaint::Cap c : { SkPaint::kButt_Cap, SkPaint::kRound_Cap, SkPaint::kSquare_Cap } ) { in REG_FIDDLE()
H A Dzero_off_dashing.cpp13 p.setStrokeCap(SkPaint::kSquare_Cap); in REG_FIDDLE()
H A DCanvas_drawPoints.cpp19 for (const auto cap : { SkPaint::kRound_Cap, SkPaint::kSquare_Cap, SkPaint::kButt_Cap } ) { in REG_FIDDLE()
H A DCanvas_drawPath.cpp19 for (auto cap: { SkPaint::kButt_Cap, SkPaint::kSquare_Cap, SkPaint::kRound_Cap } ) { in REG_FIDDLE()
H A DPaintDump.cpp9 case SkPaint::kSquare_Cap: return "SkPaint::kSquare_Cap"; in REG_FIDDLE()
/third_party/skia/include/core/
H A DSkPaint.h328 kSquare_Cap, //!< adds square enumerator
329 kLast_Cap = kSquare_Cap, //!< largest Cap value
/third_party/skia/gm/
H A Ddashing.cpp338 for (auto cap : {SkPaint::kRound_Cap, SkPaint::kSquare_Cap}) {
357 paint.setStrokeCap(SkPaint::kSquare_Cap);
389 paint.setStrokeCap(SkPaint::kSquare_Cap);
606 for (auto cap : {SkPaint::kButt_Cap, SkPaint::kSquare_Cap, SkPaint::kRound_Cap}) { in DEF_SIMPLE_GM()
633 for (auto c : {SkPaint::kButt_Cap, SkPaint::kSquare_Cap, SkPaint::kRound_Cap}) { in DEF_SIMPLE_GM()
H A Dcirculararcs.cpp110 p->setStrokeCap(SkPaint::kSquare_Cap); in DEF_ARC_GM()
134 p->setStrokeCap(SkPaint::kSquare_Cap); in DEF_ARC_GM()
327 for (auto cap : {SkPaint::kRound_Cap, SkPaint::kButt_Cap, SkPaint::kSquare_Cap}) { in DEF_SIMPLE_GM()
H A Dlabyrinth.cpp89 draw_labyrinth(canvas, SkPaint::kSquare_Cap); in DEF_SIMPLE_GM()
H A Dquadpaths.cpp82 {SkPaint::kSquare_Cap, SkPaint::kBevel_Join, "Square"}
212 {SkPaint::kSquare_Cap, SkPaint::kBevel_Join, "Square"}
H A Dpoints.cpp93 const SkPaint::Cap caps[] = { SkPaint::kSquare_Cap, SkPaint::kRound_Cap }; in DEF_SIMPLE_GM()
H A Dnonclosedpaths.cpp89 SkPaint::kButt_Cap, SkPaint::kRound_Cap, SkPaint::kSquare_Cap
H A Dlinepaths.cpp66 {SkPaint::kSquare_Cap, SkPaint::kBevel_Join, "Square"} in draw()
/third_party/skia/experimental/skrive/src/
H A DPaint.cpp42 SkPaint::kSquare_Cap, // 2 in parse_fill_stroke()
/third_party/skia/src/gpu/tessellate/
H A DStrokeIterator.h194 case SkPaint::kSquare_Cap: in finishOpenContour()
225 case SkPaint::kSquare_Cap: { in finishOpenContour()
/third_party/skia/src/core/
H A DSkScan_Hairline.cpp463 SkASSERT(SkPaint::kSquare_Cap == capStyle || SkPaint::kRound_Cap == capStyle);
465 const SkScalar capOutset = SkPaint::kSquare_Cap == capStyle ? 0.5f : SK_ScalarPI / 8;
655 hair_path<SkPaint::kSquare_Cap>(path, clip, blitter, SkScan::HairLineRgn);
659 hair_path<SkPaint::kSquare_Cap>(path, clip, blitter, SkScan::AntiHairLineRgn);
H A DSkStrokeRec.cpp165 if (SkPaint::kSquare_Cap == cap) { in GetInflationRadius()
/third_party/skia/modules/androidkit/src/
H A DPaint.cpp55 paint->setStrokeCap(SkPaint::kSquare_Cap); in Paint_SetStrokeCap()
/third_party/skia/src/pdf/
H A DSkPDFGraphicState.cpp29 case SkPaint::kSquare_Cap: return 2; in to_stroke_cap()

Completed in 11 milliseconds

123