/third_party/skia/bench/ |
H A D | BezierBench.cpp | 97 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 D | StrokeBench.cpp | 102 paint.setStrokeCap(SkPaint::kSquare_Cap); in paint_maker()
|
/third_party/skia/docs/examples/ |
H A D | Canvas_drawPoint_2.cpp | 12 paint.setStrokeCap(SkPaint::kSquare_Cap); in REG_FIDDLE()
|
H A D | Path_addRect.cpp | 9 paint.setStrokeCap(SkPaint::kSquare_Cap); in REG_FIDDLE()
|
H A D | RRect_setRectRadii.cpp | 9 paint.setStrokeCap(SkPaint::kSquare_Cap); in REG_FIDDLE()
|
H A D | Path_addRect_3.cpp | 9 paint.setStrokeCap(SkPaint::kSquare_Cap); in REG_FIDDLE()
|
H A D | Paint_053.cpp | 15 for (SkPaint::Cap c : { SkPaint::kButt_Cap, SkPaint::kRound_Cap, SkPaint::kSquare_Cap } ) { in REG_FIDDLE()
|
H A D | zero_off_dashing.cpp | 13 p.setStrokeCap(SkPaint::kSquare_Cap); in REG_FIDDLE()
|
H A D | Canvas_drawPoints.cpp | 19 for (const auto cap : { SkPaint::kRound_Cap, SkPaint::kSquare_Cap, SkPaint::kButt_Cap } ) { in REG_FIDDLE()
|
H A D | Canvas_drawPath.cpp | 19 for (auto cap: { SkPaint::kButt_Cap, SkPaint::kSquare_Cap, SkPaint::kRound_Cap } ) { in REG_FIDDLE()
|
H A D | PaintDump.cpp | 9 case SkPaint::kSquare_Cap: return "SkPaint::kSquare_Cap"; in REG_FIDDLE()
|
/third_party/skia/include/core/ |
H A D | SkPaint.h | 328 kSquare_Cap, //!< adds square enumerator 329 kLast_Cap = kSquare_Cap, //!< largest Cap value
|
/third_party/skia/gm/ |
H A D | dashing.cpp | 338 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 D | circulararcs.cpp | 110 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 D | labyrinth.cpp | 89 draw_labyrinth(canvas, SkPaint::kSquare_Cap); in DEF_SIMPLE_GM()
|
H A D | quadpaths.cpp | 82 {SkPaint::kSquare_Cap, SkPaint::kBevel_Join, "Square"} 212 {SkPaint::kSquare_Cap, SkPaint::kBevel_Join, "Square"}
|
H A D | points.cpp | 93 const SkPaint::Cap caps[] = { SkPaint::kSquare_Cap, SkPaint::kRound_Cap }; in DEF_SIMPLE_GM()
|
H A D | nonclosedpaths.cpp | 89 SkPaint::kButt_Cap, SkPaint::kRound_Cap, SkPaint::kSquare_Cap
|
H A D | linepaths.cpp | 66 {SkPaint::kSquare_Cap, SkPaint::kBevel_Join, "Square"} in draw()
|
/third_party/skia/experimental/skrive/src/ |
H A D | Paint.cpp | 42 SkPaint::kSquare_Cap, // 2 in parse_fill_stroke()
|
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeIterator.h | 194 case SkPaint::kSquare_Cap: in finishOpenContour() 225 case SkPaint::kSquare_Cap: { in finishOpenContour()
|
/third_party/skia/src/core/ |
H A D | SkScan_Hairline.cpp | 463 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 D | SkStrokeRec.cpp | 165 if (SkPaint::kSquare_Cap == cap) { in GetInflationRadius()
|
/third_party/skia/modules/androidkit/src/ |
H A D | Paint.cpp | 55 paint->setStrokeCap(SkPaint::kSquare_Cap); in Paint_SetStrokeCap()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFGraphicState.cpp | 29 case SkPaint::kSquare_Cap: return 2; in to_stroke_cap()
|