Home
last modified time | relevance | path

Searched refs:kJoinCount (Results 1 – 9 of 9) sorted by relevance

/external/skia/gm/
Dnonclosedpaths.cpp111 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw()
133 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw()
/external/skia/docs/examples/
DPaint_setStrokeJoin.cpp9 paint.setStrokeJoin((SkPaint::Join) SkPaint::kJoinCount); in draw()
/external/skia/include/core/
DSkPaint.h368 static constexpr int kJoinCount = kLast_Join + 1; variable
/external/skia/src/gpu/ganesh/
DGrStyle.cpp74 static_assert(SkPaint::kJoinCount <= (1 << kJoinBits)); in WriteKey()
DGrTestUtils.cpp254 SkPaint::Join join = SkPaint::Join(random->nextULessThan(SkPaint::kJoinCount)); in randomize_stroke_rec()
/external/skia/src/core/
DSkPaint.cpp190 if ((unsigned)jt < kJoinCount) { in setStrokeJoin()
DSkStrokerPriv.cpp233 SkASSERT((unsigned)join < SkPaint::kJoinCount); in JoinFactory()
DSkStroke.cpp1387 SkASSERT((unsigned)join < SkPaint::kJoinCount); in setJoin()
/external/skia/src/svg/
DSkSVGDevice.cpp151 static_assert(std::size(join_map) == SkPaint::kJoinCount, "missing_join_map_entry");