Home
last modified time | relevance | path

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

/third_party/flutter/skia/gm/
Dnonclosedpaths.cpp109 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw()
132 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw()
/third_party/skia/gm/
Dnonclosedpaths.cpp111 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw()
133 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw()
/third_party/flutter/skia/docs/examples/
DPaint_setStrokeJoin.cpp9 paint.setStrokeJoin((SkPaint::Join) SkPaint::kJoinCount); in draw()
/third_party/skia/docs/examples/
DPaint_setStrokeJoin.cpp9 paint.setStrokeJoin((SkPaint::Join) SkPaint::kJoinCount); in draw()
/third_party/flutter/skia/src/gpu/
DGrStyle.cpp74 GR_STATIC_ASSERT(SkPaint::kJoinCount <= (1 << kJoinBits)); in WriteKey()
DGrTestUtils.cpp248 SkPaint::Join join = SkPaint::Join(random->nextULessThan(SkPaint::kJoinCount)); in randomize_stroke_rec()
/third_party/skia/include/core/
DSkPaint.h360 static constexpr int kJoinCount = kLast_Join + 1; variable
/third_party/flutter/skia/include/core/
DSkPaint.h365 static constexpr int kJoinCount = kLast_Join + 1; variable
/third_party/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()
/third_party/skia/src/core/
DSkStrokerPriv.cpp233 SkASSERT((unsigned)join < SkPaint::kJoinCount); in JoinFactory()
DSkPaint.cpp197 if ((unsigned)jt < kJoinCount) { in setStrokeJoin()
DSkStroke.cpp1387 SkASSERT((unsigned)join < SkPaint::kJoinCount); in setJoin()
/third_party/flutter/skia/src/core/
DSkStrokerPriv.cpp233 SkASSERT((unsigned)join < SkPaint::kJoinCount); in JoinFactory()
DSkPaint.cpp165 if ((unsigned)jt < kJoinCount) { in setStrokeJoin()
DSkStroke.cpp1347 SkASSERT((unsigned)join < SkPaint::kJoinCount); in setJoin()
/third_party/flutter/skia/src/gpu/gl/
DGrGLPath.cpp66 GR_STATIC_ASSERT(SK_ARRAY_COUNT(gSkJoinsToGrGLJoins) == SkPaint::kJoinCount); in join_to_gl_join()
/third_party/flutter/skia/src/svg/
DSkSVGDevice.cpp69 static_assert(SK_ARRAY_COUNT(join_map) == SkPaint::kJoinCount, "missing_join_map_entry");
/third_party/skia/src/svg/
DSkSVGDevice.cpp113 static_assert(SK_ARRAY_COUNT(join_map) == SkPaint::kJoinCount, "missing_join_map_entry");
/third_party/flutter/skia/site/user/api/
DSkPaint_Reference.md96 …static constexpr int <a href='#SkPaint_kJoinCount'>kJoinCount</a> = <a href='#SkPaint_kLast_Join'>…
2340 …static constexpr int <a href='#SkPaint_kJoinCount'>kJoinCount</a> = <a href='#SkPaint_kLast_Join'>…
2397 …lid #dddddd; padding: 8px; '><a name='SkPaint_kJoinCount'><code>SkPaint::kJoinCount</code></a></td>
/third_party/flutter/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2386 static constexpr int kJoinCount = kLast_Join + 1;
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2352 static constexpr int kJoinCount = kLast_Join + 1;