Home
last modified time | relevance | path

Searched refs:getCap (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/src/effects/
DSkDashPathEffect.cpp192 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/
DSkDashPathEffect.cpp192 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/
DGrStyledShape.cpp591 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/
DSkStroke.h35 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
/third_party/skia/src/core/
DSkStroke.h35 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
/third_party/skia/src/gpu/tessellate/
DStrokeIterator.h179 switch (fStroke->getCap()) { in finishOpenContour()
212 switch (fStroke->getCap()) { in finishOpenContour()
/third_party/flutter/skia/include/core/
DSkStrokeRec.h39 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
/third_party/skia/include/core/
DSkStrokeRec.h39 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
/third_party/flutter/skia/src/gpu/gl/
DGrGLPath.cpp263 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/
DGrShape.cpp695 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/
DGrStyle.cpp80 cap = style.strokeRec().getCap(); in WriteKey()
DGrSoftwarePathRenderer.cpp320 ((args.fShape->style().strokeRec().getCap() << 1) | 1) : 0; in onDrawPath()
DGrBlurUtils.cpp363 ? ((shape->style().strokeRec().getCap() << 1) | 1) in draw_shape_with_mask_filter()
/third_party/skia/src/gpu/
DGrStyle.cpp80 cap = style.strokeRec().getCap(); in WriteKey()
/third_party/flutter/skia/src/sksl/
DSkSLIRGenerator.h129 std::unique_ptr<Expression> getCap(int offset, String name);
/third_party/skia/src/gpu/ops/
DTessellationPathRenderer.cpp136 stroke.getCap(), 1); in onDrawPath()
DStrokeTessellateOp.cpp63 stroke.getCap(), 1); in StrokeTessellateOp()
DSoftwarePathRenderer.cpp316 ((args.fShape->style().strokeRec().getCap() << 1) | 1) : 0; in onDrawPath()
DDashOp.cpp1140 SkPaint::Cap cap = style.strokeRec().getCap(); in MakeDashLineOp()
1210 SkPaint::Cap cap = style.strokeRec().getCap(); in CanDrawDashLine()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp371 stroke.getJoin(), stroke.getMiter(), stroke.getCap(), SkTMax(strokeDevWidth, 1.f)); in GetStrokeDevWidth()
DGrCCPathCache.cpp147 out[kStrokeCapJoinIdx] = (stroke.getCap() << 16) | stroke.getJoin(); in write()
/third_party/skia/experimental/graphite/src/
DDevice.cpp300 StrokeParams stroke(style.getWidth(), style.getMiter(), style.getJoin(), style.getCap()); in drawShape()
/third_party/skia/src/utils/
DSkDashPath.cpp229 if (SkPaint::kButt_Cap != rec->getCap()) { in init()
/third_party/flutter/skia/src/utils/
DSkDashPath.cpp227 if (SkPaint::kButt_Cap != rec->getCap()) { in init()
/third_party/flutter/skia/src/gpu/ops/
DGrDashOp.cpp61 SkPaint::Cap cap = style.strokeRec().getCap(); in CanDrawDashLine()
700 SkPaint::Cap cap = style.strokeRec().getCap(); in MakeDashLineOp()

12