/external/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()
|
/external/skqp/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()
|
/external/skia/src/gpu/geometry/ |
D | GrStyledShape.cpp | 591 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/ |
D | SkStroke.h | 35 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
|
/external/skia/src/core/ |
D | SkStroke.h | 35 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
|
/external/skia/src/gpu/tessellate/ |
D | GrStrokeIterator.h | 177 switch (fStroke->getCap()) { in finishOpenContour() 210 switch (fStroke->getCap()) { in finishOpenContour()
|
D | GrTessellationPathRenderer.cpp | 178 stroke.getCap(), 1); in make_op()
|
/external/skia/include/core/ |
D | SkStrokeRec.h | 39 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
|
/external/skqp/include/core/ |
D | SkStrokeRec.h | 39 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
|
/external/skqp/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()
|
/external/skqp/src/gpu/ |
D | GrShape.cpp | 697 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()
|
D | GrStyle.cpp | 80 cap = style.strokeRec().getCap(); in WriteKey()
|
D | GrSoftwarePathRenderer.cpp | 321 ((args.fShape->style().strokeRec().getCap() << 1) | 1) : 0; in onDrawPath()
|
D | GrBlurUtils.cpp | 366 ? ((shape->style().strokeRec().getCap() << 1) | 1) in draw_shape_with_mask_filter()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | TpmFail.c | 92 BYTE getCap[sizeof(GET_CAPABILITY_PARAMETERS)]; member
|
/external/skia/src/gpu/ |
D | GrStyle.cpp | 80 cap = style.strokeRec().getCap(); in WriteKey()
|
D | GrSoftwarePathRenderer.cpp | 310 ((args.fShape->style().strokeRec().getCap() << 1) | 1) : 0; in onDrawPath()
|
D | GrBlurUtils.cpp | 346 ? ((shape.style().strokeRec().getCap() << 1) | 1) in compute_key_and_clip_bounds()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPaint.java | 218 public Paint.Cap getCap() { in getCap() method in ShadowPaint
|
/external/skqp/src/sksl/ |
D | SkSLIRGenerator.h | 154 std::unique_ptr<Expression> getCap(int offset, String name);
|
/external/skqp/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 332 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()
|
D | GrCCStrokeGeometry.cpp | 74 fCurrStrokeCapType = stroke.getCap(); in beginPath()
|
/external/skia/src/utils/ |
D | SkDashPath.cpp | 229 if (SkPaint::kButt_Cap != rec->getCap()) { in init()
|
/external/skqp/src/utils/ |
D | SkDashPath.cpp | 235 if (SkPaint::kButt_Cap != rec->getCap()) { in init()
|