Home
last modified time | relevance | path

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

12

/external/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()
/external/skqp/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()
/external/skia/src/gpu/geometry/
DGrStyledShape.cpp591 if (!fShape.isArc() || fStyle.strokeRec().getCap() == SkPaint::kButt_Cap) { in simplify()
736 if (cap != fStyle.strokeRec().getCap() || in simplifyStroke()
748 if (fStyle.strokeRec().getCap() == SkPaint::kButt_Cap) { in simplifyStroke()
755 if (fStyle.strokeRec().getCap() == SkPaint::kRound_Cap) { in simplifyStroke()
771 outset.fX = SkPaint::kButt_Cap == fStyle.strokeRec().getCap() ? 0.f : outset.fY; in simplifyStroke()
777 outset.fY = SkPaint::kButt_Cap == fStyle.strokeRec().getCap() ? 0.f : outset.fX; in simplifyStroke()
787 } else if (fStyle.strokeRec().getCap() == SkPaint::kRound_Cap) { in simplifyStroke()
/external/skqp/src/core/
DSkStroke.h35 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
/external/skia/src/core/
DSkStroke.h35 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
/external/skia/src/gpu/tessellate/
DGrStrokeIterator.h177 switch (fStroke->getCap()) { in finishOpenContour()
210 switch (fStroke->getCap()) { in finishOpenContour()
DGrTessellationPathRenderer.cpp178 stroke.getCap(), 1); in make_op()
/external/skia/include/core/
DSkStrokeRec.h39 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
/external/skqp/include/core/
DSkStrokeRec.h39 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
/external/skqp/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()
/external/skqp/src/gpu/
DGrShape.cpp697 fStyle.strokeRec().getCap() == SkPaint::kButt_Cap)) { in attemptToSimplifyArc()
736 outset.fX = SkPaint::kButt_Cap == fStyle.strokeRec().getCap() ? 0.f : outset.fY; in attemptToSimplifyStrokedLineToRRect()
742 outset.fY = SkPaint::kButt_Cap == fStyle.strokeRec().getCap() ? 0.f : outset.fX; in attemptToSimplifyStrokedLineToRRect()
753 if (fStyle.strokeRec().getCap() == SkPaint::kRound_Cap) { in attemptToSimplifyStrokedLineToRRect()
DGrStyle.cpp80 cap = style.strokeRec().getCap(); in WriteKey()
DGrSoftwarePathRenderer.cpp321 ((args.fShape->style().strokeRec().getCap() << 1) | 1) : 0; in onDrawPath()
DGrBlurUtils.cpp366 ? ((shape->style().strokeRec().getCap() << 1) | 1) in draw_shape_with_mask_filter()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTpmFail.c92 BYTE getCap[sizeof(GET_CAPABILITY_PARAMETERS)]; member
/external/skia/src/gpu/
DGrStyle.cpp80 cap = style.strokeRec().getCap(); in WriteKey()
DGrSoftwarePathRenderer.cpp310 ((args.fShape->style().strokeRec().getCap() << 1) | 1) : 0; in onDrawPath()
DGrBlurUtils.cpp346 ? ((shape.style().strokeRec().getCap() << 1) | 1) in compute_key_and_clip_bounds()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPaint.java218 public Paint.Cap getCap() { in getCap() method in ShadowPaint
/external/skqp/src/sksl/
DSkSLIRGenerator.h154 std::unique_ptr<Expression> getCap(int offset, String name);
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp332 stroke.getJoin(), stroke.getMiter(), stroke.getCap(), SkTMax(strokeDevWidth, 1.f)); in GetStrokeDevWidth()
DGrCCPathCache.cpp147 out[kStrokeCapJoinIdx] = (stroke.getCap() << 16) | stroke.getJoin(); in write()
DGrCCStrokeGeometry.cpp74 fCurrStrokeCapType = stroke.getCap(); in beginPath()
/external/skia/src/utils/
DSkDashPath.cpp229 if (SkPaint::kButt_Cap != rec->getCap()) { in init()
/external/skqp/src/utils/
DSkDashPath.cpp235 if (SkPaint::kButt_Cap != rec->getCap()) { in init()

12