Searched refs:getCap (Results 1 - 19 of 19) sorted by relevance
/third_party/skia/src/effects/ |
H A D | SkDashPathEffect.cpp | 192 if (SkPaint::kButt_Cap != rec.getCap()) { in onAsPoints() 224 } else if (SkPaint::kRound_Cap != rec.getCap()) { in onAsPoints() 233 if (SkPaint::kRound_Cap == rec.getCap()) { in onAsPoints() 287 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles in onAsPoints() 336 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles in onAsPoints()
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrStyledShape.cpp | 591 if (!fShape.isArc() || fStyle.strokeRec().getCap() == SkPaint::kButt_Cap) { in simplify() 727 if (cap != fStyle.strokeRec().getCap() || in simplifyStroke() 739 if (fStyle.strokeRec().getCap() == SkPaint::kButt_Cap) { in simplifyStroke() 746 if (fStyle.strokeRec().getCap() == SkPaint::kRound_Cap) { in simplifyStroke() 762 outset.fX = SkPaint::kButt_Cap == fStyle.strokeRec().getCap() ? 0.f : outset.fY; in simplifyStroke() 768 outset.fY = SkPaint::kButt_Cap == fStyle.strokeRec().getCap() ? 0.f : outset.fX; in simplifyStroke() 778 } else if (fStyle.strokeRec().getCap() == SkPaint::kRound_Cap) { in simplifyStroke()
|
/third_party/skia/src/core/ |
H A D | SkStroke.h | 35 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function in SkStroke
|
H A D | SkStroke.cpp | 1451 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(), this->getJoin(), 1480 if (SkPaint::kButt_Cap != this->getCap()) {
|
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeIterator.h | 179 switch (fStroke->getCap()) { in finishOpenContour() 212 switch (fStroke->getCap()) { in finishOpenContour()
|
H A D | StrokeHardwareTessellator.cpp | 302 switch (stroke.getCap()) { in writeCaps()
|
/third_party/skia/include/core/ |
H A D | SkStrokeRec.h | 39 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function in SkStrokeRec
|
/third_party/skia/src/gpu/ |
H A D | GrStyle.cpp | 80 cap = style.strokeRec().getCap(); in WriteKey()
|
H A D | GrBlurUtils.cpp | 361 ? ((shape.style().strokeRec().getCap() << 1) | 1) in compute_key_and_clip_bounds()
|
/third_party/skia/src/gpu/ops/ |
H A D | StrokeTessellateOp.cpp | 63 stroke.getCap(), 1); in StrokeTessellateOp()
|
H A D | TessellationPathRenderer.cpp | 136 stroke.getCap(), 1); in onDrawPath()
|
H A D | SoftwarePathRenderer.cpp | 316 ((args.fShape->style().strokeRec().getCap() << 1) | 1) : 0; in onDrawPath()
|
H A D | DashOp.cpp | 1160 SkPaint::Cap cap = style.strokeRec().getCap(); 1230 SkPaint::Cap cap = style.strokeRec().getCap();
|
H A D | GrOvalOpFactory.cpp | 1044 if (arcParams->fUseCenter || stroke.getCap() == SkPaint::kSquare_Cap) { 1051 if (arcParams->fUseCenter || stroke.getCap() != SkPaint::kButt_Cap) { 1137 style.strokeRec().getCap() == SkPaint::kRound_Cap; 3348 if (style.strokeRec().getCap() != SkPaint::kButt_Cap ||
|
H A D | AAHairLinePathRenderer.cpp | 769 SkScalar capLength = SkPaint::kButt_Cap != stroke.getCap() ? hairlineCoverage * 0.5f : 0.0f; in Make()
|
/third_party/skia/src/utils/ |
H A D | SkDashPath.cpp | 229 if (SkPaint::kButt_Cap != rec->getCap()) {
|
/third_party/skia/experimental/graphite/src/ |
H A D | Device.cpp | 300 StrokeParams stroke(style.getWidth(), style.getMiter(), style.getJoin(), style.getCap()); in drawShape()
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext.cpp | 1686 SkASSERT(SkPaint::kRound_Cap != stroke.getCap()); in drawStrokedLine() 1707 if (SkPaint::kButt_Cap == stroke.getCap()) { in drawStrokedLine() 1734 shape.style().strokeRec().getCap() != SkPaint::kRound_Cap) { in drawSimpleShape()
|
/third_party/skia/tests/ |
H A D | GrStyledShapeTest.cpp | 2345 if (style.strokeRec().getWidth() >= 0 && style.strokeRec().getCap() != SkPaint::kButt_Cap) { in DEF_TEST()
|
Completed in 29 milliseconds