Home
last modified time | relevance | path

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

/external/skqp/gm/
Dnonclosedpaths.cpp104 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw()
127 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw()
/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/skqp/src/gpu/
DGrStyle.cpp74 GR_STATIC_ASSERT(SkPaint::kJoinCount <= (1 << kJoinBits)); in WriteKey()
DGrTestUtils.cpp246 SkPaint::Join join = SkPaint::Join(random->nextULessThan(SkPaint::kJoinCount)); in randomize_stroke_rec()
/external/skqp/include/core/
DSkPaint.h357 static constexpr int kJoinCount = kLast_Join + 1; variable
/external/skia/src/gpu/
DGrStyle.cpp74 static_assert(SkPaint::kJoinCount <= (1 << kJoinBits)); in WriteKey()
DGrTestUtils.cpp253 SkPaint::Join join = SkPaint::Join(random->nextULessThan(SkPaint::kJoinCount)); in randomize_stroke_rec()
/external/skia/include/core/
DSkPaint.h389 static constexpr int kJoinCount = kLast_Join + 1; variable
/external/skqp/src/core/
DSkStrokerPriv.cpp233 SkASSERT((unsigned)join < SkPaint::kJoinCount); in JoinFactory()
DSkPaint.cpp229 if ((unsigned)jt < kJoinCount) { in setStrokeJoin()
DSkStroke.cpp1351 SkASSERT((unsigned)join < SkPaint::kJoinCount); in setJoin()
/external/skia/src/core/
DSkStrokerPriv.cpp233 SkASSERT((unsigned)join < SkPaint::kJoinCount); in JoinFactory()
DSkPaint.cpp166 if ((unsigned)jt < kJoinCount) { in setStrokeJoin()
DSkStroke.cpp1387 SkASSERT((unsigned)join < SkPaint::kJoinCount); in setJoin()
/external/skqp/src/gpu/gl/
DGrGLPath.cpp66 GR_STATIC_ASSERT(SK_ARRAY_COUNT(gSkJoinsToGrGLJoins) == SkPaint::kJoinCount); in join_to_gl_join()
/external/skqp/src/svg/
DSkSVGDevice.cpp66 static_assert(SK_ARRAY_COUNT(join_map) == SkPaint::kJoinCount, "missing_join_map_entry");
/external/skia/src/svg/
DSkSVGDevice.cpp114 static_assert(SK_ARRAY_COUNT(join_map) == SkPaint::kJoinCount, "missing_join_map_entry");
/external/skqp/docs/
DSkPaint_Reference.bmh1482 #Const kJoinCount 3
1540 paint.setStrokeJoin((SkPaint::Join) SkPaint::kJoinCount);
/external/skqp/site/user/api/
DSkPaint_Reference.md96 …static constexpr int <a href='#SkPaint_kJoinCount'>kJoinCount</a> = <a href='#SkPaint_kLast_Join'>…
2367 …static constexpr int <a href='#SkPaint_kJoinCount'>kJoinCount</a> = <a href='#SkPaint_kLast_Join'>…
2424 …lid #dddddd; padding: 8px; '><a name='SkPaint_kJoinCount'><code>SkPaint::kJoinCount</code></a></td>
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2360 static constexpr int kJoinCount = kLast_Join + 1;