Home
last modified time | relevance | path

Searched refs:getJoin (Results 1 – 25 of 32) sorted by relevance

12

/external/skia/src/core/
DSkStroke.h38 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
/external/skqp/src/core/
DSkStroke.h38 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
/external/skia/include/core/
DSkStrokeRec.h40 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
/external/skqp/include/core/
DSkStrokeRec.h40 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
/external/skqp/src/gpu/ops/
DGrAALinearizingConvexPathRenderer.cpp71 stroke.getJoin() == SkPaint::Join::kRound_Join) { in onCanDrawPath()
345 SkPaint::Join join = fill ? SkPaint::Join::kMiter_Join : stroke.getJoin(); in onDrawPath()
DGrStrokeRectOp.cpp36 if (stroke.getJoin() == SkPaint::kBevel_Join) { in allowed_stroke()
40 if (stroke.getJoin() == SkPaint::kMiter_Join) { in allowed_stroke()
/external/skia/src/gpu/ops/
DGrAALinearizingConvexPathRenderer.cpp71 stroke.getJoin() == SkPaint::Join::kRound_Join) { in onCanDrawPath()
349 SkPaint::Join join = fill ? SkPaint::Join::kMiter_Join : stroke.getJoin(); in onDrawPath()
DGrStrokeRectOp.cpp37 if (stroke.getJoin() == SkPaint::kBevel_Join) { in allowed_stroke()
41 if (stroke.getJoin() == SkPaint::kMiter_Join) { in allowed_stroke()
/external/skia/src/gpu/
DGrStyle.cpp87 join = style.strokeRec().getJoin(); in WriteKey()
/external/skqp/src/gpu/
DGrStyle.cpp87 join = style.strokeRec().getJoin(); in WriteKey()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPaint.java222 public Paint.Join getJoin() { in getJoin() method in ShadowPaint
/external/skia/src/gpu/gl/
DGrGLPath.cpp261 GrGLenum join = join_to_gl_join(stroke.getJoin()); in InitPathObjectStroke()
/external/skia/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()
DGrCCPerFlushResources.cpp355 float r = SkStrokeRec::GetInflationRadius(stroke.getJoin(), stroke.getMiter(), in renderShapeInAtlas()
DGrCCStrokeGeometry.cpp73 fCurrStrokeJoinVerb = join_verb_from_join(stroke.getJoin()); in beginPath()
/external/skqp/src/gpu/gl/
DGrGLPath.cpp261 GrGLenum join = join_to_gl_join(stroke.getJoin()); in InitPathObjectStroke()
/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.cpp73 fCurrStrokeJoinVerb = join_verb_from_join(stroke.getJoin()); in beginPath()
DGrCCPerFlushResources.cpp352 float r = SkStrokeRec::GetInflationRadius(stroke.getJoin(), stroke.getMiter(), in renderShapeInAtlas()
/external/skqp/src/effects/
DSkDashPathEffect.cpp53 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()
/external/skia/src/effects/
DSkDashPathEffect.cpp53 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()
/external/skia/src/utils/
DSkDashPath.cpp82 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()
/external/skqp/src/utils/
DSkDashPath.cpp82 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()

12