/third_party/skia/src/effects/ |
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/flutter/skia/src/effects/ |
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/ |
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/flutter/skia/src/core/ |
D | SkStroke.h | 35 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
|
/third_party/skia/src/core/ |
D | SkStroke.h | 35 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
|
/third_party/skia/src/gpu/tessellate/ |
D | StrokeIterator.h | 179 switch (fStroke->getCap()) { in finishOpenContour() 212 switch (fStroke->getCap()) { in finishOpenContour()
|
/third_party/flutter/skia/include/core/ |
D | SkStrokeRec.h | 39 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
|
/third_party/skia/include/core/ |
D | SkStrokeRec.h | 39 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 263 GrGLenum cap = cap_to_gl_cap(stroke.getCap()); in InitPathObjectStroke() 297 if (stroke.needToApply() && stroke.getCap() != SkPaint::kButt_Cap) { in GrGLPath()
|
/third_party/flutter/skia/src/gpu/geometry/ |
D | GrShape.cpp | 695 fStyle.strokeRec().getCap() == SkPaint::kButt_Cap)) { in attemptToSimplifyArc() 734 outset.fX = SkPaint::kButt_Cap == fStyle.strokeRec().getCap() ? 0.f : outset.fY; in attemptToSimplifyStrokedLineToRRect() 740 outset.fY = SkPaint::kButt_Cap == fStyle.strokeRec().getCap() ? 0.f : outset.fX; in attemptToSimplifyStrokedLineToRRect() 751 if (fStyle.strokeRec().getCap() == SkPaint::kRound_Cap) { in attemptToSimplifyStrokedLineToRRect()
|
/third_party/flutter/skia/src/gpu/ |
D | GrStyle.cpp | 80 cap = style.strokeRec().getCap(); in WriteKey()
|
D | GrSoftwarePathRenderer.cpp | 320 ((args.fShape->style().strokeRec().getCap() << 1) | 1) : 0; in onDrawPath()
|
D | GrBlurUtils.cpp | 363 ? ((shape->style().strokeRec().getCap() << 1) | 1) in draw_shape_with_mask_filter()
|
/third_party/skia/src/gpu/ |
D | GrStyle.cpp | 80 cap = style.strokeRec().getCap(); in WriteKey()
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLIRGenerator.h | 129 std::unique_ptr<Expression> getCap(int offset, String name);
|
/third_party/skia/src/gpu/ops/ |
D | TessellationPathRenderer.cpp | 136 stroke.getCap(), 1); in onDrawPath()
|
D | StrokeTessellateOp.cpp | 63 stroke.getCap(), 1); in StrokeTessellateOp()
|
D | SoftwarePathRenderer.cpp | 316 ((args.fShape->style().strokeRec().getCap() << 1) | 1) : 0; in onDrawPath()
|
D | DashOp.cpp | 1140 SkPaint::Cap cap = style.strokeRec().getCap(); in MakeDashLineOp() 1210 SkPaint::Cap cap = style.strokeRec().getCap(); in CanDrawDashLine()
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 371 stroke.getJoin(), stroke.getMiter(), stroke.getCap(), SkTMax(strokeDevWidth, 1.f)); in GetStrokeDevWidth()
|
D | GrCCPathCache.cpp | 147 out[kStrokeCapJoinIdx] = (stroke.getCap() << 16) | stroke.getJoin(); in write()
|
/third_party/skia/experimental/graphite/src/ |
D | Device.cpp | 300 StrokeParams stroke(style.getWidth(), style.getMiter(), style.getJoin(), style.getCap()); in drawShape()
|
/third_party/skia/src/utils/ |
D | SkDashPath.cpp | 229 if (SkPaint::kButt_Cap != rec->getCap()) { in init()
|
/third_party/flutter/skia/src/utils/ |
D | SkDashPath.cpp | 227 if (SkPaint::kButt_Cap != rec->getCap()) { in init()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDashOp.cpp | 61 SkPaint::Cap cap = style.strokeRec().getCap(); in CanDrawDashLine() 700 SkPaint::Cap cap = style.strokeRec().getCap(); in MakeDashLineOp()
|