Searched refs:kJoinCount (Results 1 – 22 of 22) sorted by relevance
/third_party/flutter/skia/gm/ |
D | nonclosedpaths.cpp | 109 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw() 132 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw()
|
/third_party/skia/gm/ |
D | nonclosedpaths.cpp | 111 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw() 133 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw()
|
/third_party/flutter/skia/docs/examples/ |
D | Paint_setStrokeJoin.cpp | 9 paint.setStrokeJoin((SkPaint::Join) SkPaint::kJoinCount); in draw()
|
/third_party/skia/docs/examples/ |
D | Paint_setStrokeJoin.cpp | 9 paint.setStrokeJoin((SkPaint::Join) SkPaint::kJoinCount); in draw()
|
/third_party/flutter/skia/src/gpu/ |
D | GrStyle.cpp | 74 GR_STATIC_ASSERT(SkPaint::kJoinCount <= (1 << kJoinBits)); in WriteKey()
|
D | GrTestUtils.cpp | 248 SkPaint::Join join = SkPaint::Join(random->nextULessThan(SkPaint::kJoinCount)); in randomize_stroke_rec()
|
/third_party/skia/include/core/ |
D | SkPaint.h | 360 static constexpr int kJoinCount = kLast_Join + 1; variable
|
/third_party/flutter/skia/include/core/ |
D | SkPaint.h | 365 static constexpr int kJoinCount = kLast_Join + 1; variable
|
/third_party/skia/src/gpu/ |
D | GrStyle.cpp | 74 static_assert(SkPaint::kJoinCount <= (1 << kJoinBits)); in WriteKey()
|
D | GrTestUtils.cpp | 253 SkPaint::Join join = SkPaint::Join(random->nextULessThan(SkPaint::kJoinCount)); in randomize_stroke_rec()
|
/third_party/skia/src/core/ |
D | SkStrokerPriv.cpp | 233 SkASSERT((unsigned)join < SkPaint::kJoinCount); in JoinFactory()
|
D | SkPaint.cpp | 197 if ((unsigned)jt < kJoinCount) { in setStrokeJoin()
|
D | SkStroke.cpp | 1387 SkASSERT((unsigned)join < SkPaint::kJoinCount); in setJoin()
|
/third_party/flutter/skia/src/core/ |
D | SkStrokerPriv.cpp | 233 SkASSERT((unsigned)join < SkPaint::kJoinCount); in JoinFactory()
|
D | SkPaint.cpp | 165 if ((unsigned)jt < kJoinCount) { in setStrokeJoin()
|
D | SkStroke.cpp | 1347 SkASSERT((unsigned)join < SkPaint::kJoinCount); in setJoin()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 66 GR_STATIC_ASSERT(SK_ARRAY_COUNT(gSkJoinsToGrGLJoins) == SkPaint::kJoinCount); in join_to_gl_join()
|
/third_party/flutter/skia/src/svg/ |
D | SkSVGDevice.cpp | 69 static_assert(SK_ARRAY_COUNT(join_map) == SkPaint::kJoinCount, "missing_join_map_entry");
|
/third_party/skia/src/svg/ |
D | SkSVGDevice.cpp | 113 static_assert(SK_ARRAY_COUNT(join_map) == SkPaint::kJoinCount, "missing_join_map_entry");
|
/third_party/flutter/skia/site/user/api/ |
D | SkPaint_Reference.md | 96 …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/ |
D | documumentation_examples_map.txt | 2386 static constexpr int kJoinCount = kLast_Join + 1;
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 2352 static constexpr int kJoinCount = kLast_Join + 1;
|