Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.h37 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
DSkStroke.cpp1373 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(), this->getJoin(), fResScale); in strokePath()
/external/skia/src/gpu/
DGrStrokeInfo.cpp60 styleKey |= this->getJoin() << kJoinShift; in asUniqueKeyFragment()
DGrSWMaskHelper.cpp136 paint.setStrokeJoin(stroke.getJoin()); in draw()
/external/skia/include/core/
DSkStrokeRec.h40 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPaint.java176 public Paint.Join getJoin() { in getJoin() method in ShadowPaint
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
DOutlineEffect.java75 public int getJoin () { in getJoin() method in OutlineEffect
DOutlineWobbleEffect.java70 shape = new BasicStroke(getWidth(), BasicStroke.CAP_SQUARE, getJoin()).createStrokedShape(shape); in createStrokedShape()
DOutlineZigzagEffect.java120 return new BasicStroke(getWidth(), BasicStroke.CAP_SQUARE, getJoin()).createStrokedShape(result); in createStrokedShape()
/external/skia/src/gpu/batches/
DGrAALinearizingConvexPathRenderer.cpp57 args.fStroke->getJoin() != SkPaint::Join::kRound_Join; in onCanDrawPath()
335 args.fStroke->getJoin(); in onDrawPath()
DGrTessellatingPathRenderer.cpp229 if (stroke.getJoin() == SkPaint::kMiter_Join) { in TessellatingPathBatch()
DGrAAStrokeRectBatch.cpp525 if ((stroke.getWidth() > 0) && (stroke.getJoin() != SkPaint::kMiter_Join || in is_miter()
DGrAADistanceFieldPathRenderer.cpp109 if (SkPaint::kMiter_Join == args.fStroke->getJoin()) { in onCanDrawPath()
/external/skia/src/utils/
DSkDashPath.cpp85 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()
/external/skia/src/gpu/gl/
DGrGLPath.cpp252 GrGLenum join = join_to_gl_join(stroke.getJoin()); in InitPathObjectStroke()
/external/skia/src/effects/
DSkDashPathEffect.cpp50 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()