HomeSort by relevance Sort by last modified time
    Searched refs:getCap (Results 1 - 25 of 41) sorted by null

1 2

  /external/skia/src/core/
SkStroke.h 35 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; }
  /external/skqp/src/core/
SkStroke.h 35 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; }
  /external/skia/include/core/
SkStrokeRec.h 39 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; }
  /external/skqp/include/core/
SkStrokeRec.h 39 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; }
  /external/skia/src/effects/
SkDashPathEffect.cpp 192 if (SkPaint::kButt_Cap != rec.getCap()) {
224 } else if (SkPaint::kRound_Cap != rec.getCap()) {
233 if (SkPaint::kRound_Cap == rec.getCap()) {
287 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles
336 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles
  /external/skqp/src/effects/
SkDashPathEffect.cpp 192 if (SkPaint::kButt_Cap != rec.getCap()) {
224 } else if (SkPaint::kRound_Cap != rec.getCap()) {
233 if (SkPaint::kRound_Cap == rec.getCap()) {
287 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles
336 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles
  /external/skia/src/gpu/gl/
GrGLPath.cpp 263 GrGLenum cap = cap_to_gl_cap(stroke.getCap());
297 if (stroke.needToApply() && stroke.getCap() != SkPaint::kButt_Cap) {
  /external/skqp/src/gpu/gl/
GrGLPath.cpp 263 GrGLenum cap = cap_to_gl_cap(stroke.getCap());
297 if (stroke.needToApply() && stroke.getCap() != SkPaint::kButt_Cap) {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPaint.java 218 public Paint.Cap getCap() {
  /external/skia/src/gpu/
GrShape.cpp 697 fStyle.strokeRec().getCap() == SkPaint::kButt_Cap)) {
736 outset.fX = SkPaint::kButt_Cap == fStyle.strokeRec().getCap() ? 0.f : outset.fY;
742 outset.fY = SkPaint::kButt_Cap == fStyle.strokeRec().getCap() ? 0.f : outset.fX;
753 if (fStyle.strokeRec().getCap() == SkPaint::kRound_Cap) {
GrStyle.cpp 80 cap = style.strokeRec().getCap();
GrBlurUtils.cpp 366 ? ((shape->style().strokeRec().getCap() << 1) | 1)
GrSoftwarePathRenderer.cpp 324 ((args.fShape->style().strokeRec().getCap() << 1) | 1) : 0;
  /external/skia/src/sksl/
SkSLIRGenerator.h 154 std::unique_ptr<Expression> getCap(int offset, String name);
  /external/skqp/src/gpu/
GrShape.cpp 697 fStyle.strokeRec().getCap() == SkPaint::kButt_Cap)) {
736 outset.fX = SkPaint::kButt_Cap == fStyle.strokeRec().getCap() ? 0.f : outset.fY;
742 outset.fY = SkPaint::kButt_Cap == fStyle.strokeRec().getCap() ? 0.f : outset.fX;
753 if (fStyle.strokeRec().getCap() == SkPaint::kRound_Cap) {
GrStyle.cpp 80 cap = style.strokeRec().getCap();
GrBlurUtils.cpp 366 ? ((shape->style().strokeRec().getCap() << 1) | 1)
GrSoftwarePathRenderer.cpp 321 ((args.fShape->style().strokeRec().getCap() << 1) | 1) : 0;
  /external/skqp/src/sksl/
SkSLIRGenerator.h 154 std::unique_ptr<Expression> getCap(int offset, String name);
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 332 stroke.getJoin(), stroke.getMiter(), stroke.getCap(), SkTMax(strokeDevWidth, 1.f));
GrCCPathCache.cpp 147 out[kStrokeCapJoinIdx] = (stroke.getCap() << 16) | stroke.getJoin();
  /external/skqp/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 332 stroke.getJoin(), stroke.getMiter(), stroke.getCap(), SkTMax(strokeDevWidth, 1.f));
GrCCPathCache.cpp 147 out[kStrokeCapJoinIdx] = (stroke.getCap() << 16) | stroke.getJoin();
  /external/skia/src/utils/
SkDashPath.cpp 235 if (SkPaint::kButt_Cap != rec->getCap()) {
  /external/skqp/src/utils/
SkDashPath.cpp 235 if (SkPaint::kButt_Cap != rec->getCap()) {

Completed in 929 milliseconds

1 2