Home
last modified time | relevance | path

Searched refs:kLast_Cap (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/include/core/
DSkPaint.h329 kLast_Cap = kSquare_Cap, //!< largest Cap value enumerator
335 static constexpr int kCapCount = kLast_Cap + 1;
/third_party/flutter/skia/include/core/
DSkPaint.h334 kLast_Cap = kSquare_Cap, //!< largest Cap value enumerator
340 static constexpr int kCapCount = kLast_Cap + 1;
/third_party/flutter/skia/src/effects/
DSkOpPathEffect.cpp120 SkPaint::Cap cap = buffer.read32LE(SkPaint::kLast_Cap); in CreateProc()
/third_party/flutter/skia/src/core/
DSkPaint.cpp298 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/
DSkOpPathEffect.cpp172 SkPaint::Cap cap = buffer.read32LE(SkPaint::kLast_Cap); in CreateProc()
/third_party/skia/fuzz/
DFuzzDrawFunctions.cpp49 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kLast_Cap); in init_paint()
DFuzzCanvas.cpp853 paint->setStrokeCap( make_fuzz_enum_range<SkPaint::Cap>(fuzz, SkPaint::kLast_Cap)); in fuzz_paint()
/third_party/skia/src/core/
DSkPaint.cpp279 paint->setStrokeCap(safe.checkLE(packed & 0x3, SkPaint::kLast_Cap)); in unpack_v68()
/third_party/flutter/skia/fuzz/
DFuzzDrawFunctions.cpp52 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kLast_Cap); in init_paint()
DFuzzCanvas.cpp860 paint->setStrokeCap( make_fuzz_enum_range<SkPaint::Cap>(fuzz, SkPaint::kLast_Cap)); in fuzz_paint()
/third_party/flutter/skia/site/user/api/
DSkPaint_Reference.md83 <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/
Ddocumumentation_examples_map.txt2382 static constexpr int kCapCount = kLast_Cap + 1;
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2348 static constexpr int kCapCount = kLast_Cap + 1;