Searched refs:kLast_Cap (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/include/core/ |
D | SkPaint.h | 329 kLast_Cap = kSquare_Cap, //!< largest Cap value enumerator 335 static constexpr int kCapCount = kLast_Cap + 1;
|
/third_party/flutter/skia/include/core/ |
D | SkPaint.h | 334 kLast_Cap = kSquare_Cap, //!< largest Cap value enumerator 340 static constexpr int kCapCount = kLast_Cap + 1;
|
/third_party/flutter/skia/src/effects/ |
D | SkOpPathEffect.cpp | 120 SkPaint::Cap cap = buffer.read32LE(SkPaint::kLast_Cap); in CreateProc()
|
/third_party/flutter/skia/src/core/ |
D | SkPaint.cpp | 298 paint->setStrokeCap(safe.checkLE(packed & 0x3, SkPaint::kLast_Cap)); in unpack_v68() 366 paint->setStrokeCap(safe.checkLE((tmp >> 24) & 0xFF, SkPaint::kLast_Cap)); in Unflatten_PreV68()
|
/third_party/skia/src/effects/ |
D | SkOpPathEffect.cpp | 172 SkPaint::Cap cap = buffer.read32LE(SkPaint::kLast_Cap); in CreateProc()
|
/third_party/skia/fuzz/ |
D | FuzzDrawFunctions.cpp | 49 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kLast_Cap); in init_paint()
|
D | FuzzCanvas.cpp | 853 paint->setStrokeCap( make_fuzz_enum_range<SkPaint::Cap>(fuzz, SkPaint::kLast_Cap)); in fuzz_paint()
|
/third_party/skia/src/core/ |
D | SkPaint.cpp | 279 paint->setStrokeCap(safe.checkLE(packed & 0x3, SkPaint::kLast_Cap)); in unpack_v68()
|
/third_party/flutter/skia/fuzz/ |
D | FuzzDrawFunctions.cpp | 52 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kLast_Cap); in init_paint()
|
D | FuzzCanvas.cpp | 860 paint->setStrokeCap( make_fuzz_enum_range<SkPaint::Cap>(fuzz, SkPaint::kLast_Cap)); in fuzz_paint()
|
/third_party/flutter/skia/site/user/api/ |
D | SkPaint_Reference.md | 83 <a href='#SkPaint_kLast_Cap'>kLast_Cap</a> = <a href='#SkPaint_kSquare_Cap'>kSquare_Cap</a>, 87 …xpr int <a href='#SkPaint_kCapCount'>kCapCount</a> = <a href='#SkPaint_kLast_Cap'>kLast_Cap</a> + 1 2159 <a href='#SkPaint_kLast_Cap'>kLast_Cap</a> = <a href='#SkPaint_kSquare_Cap'>kSquare_Cap</a>, 2166 …pr int <a href='#SkPaint_kCapCount'>kCapCount</a> = <a href='#SkPaint_kLast_Cap'>kLast_Cap</a> + 1; 2202 …solid #dddddd; padding: 8px; '><a name='SkPaint_kLast_Cap'><code>SkPaint::kLast_Cap</code></a></td>
|
/third_party/flutter/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 2382 static constexpr int kCapCount = kLast_Cap + 1;
|
/third_party/skia/tools/fiddle/ |
D | documumentation_examples_map.txt | 2348 static constexpr int kCapCount = kLast_Cap + 1;
|