Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkPaint.h326 kLast_Cap = kSquare_Cap, //!< largest Cap value enumerator
332 static constexpr int kCapCount = kLast_Cap + 1;
/external/skia/include/core/
DSkPaint.h358 kLast_Cap = kSquare_Cap, //!< largest Cap value enumerator
364 static constexpr int kCapCount = kLast_Cap + 1;
/external/skqp/src/effects/
DSkOpPathEffect.cpp120 SkPaint::Cap cap = buffer.read32LE(SkPaint::kLast_Cap); in CreateProc()
/external/skqp/src/core/
DSkPaint.cpp364 paint->setStrokeCap(safe.checkLE(packed & 0x3, SkPaint::kLast_Cap)); in unpack_v68()
433 paint->setStrokeCap(safe.checkLE((tmp >> 24) & 0xFF, SkPaint::kLast_Cap)); in Unflatten_PreV68()
/external/skia/src/effects/
DSkOpPathEffect.cpp170 SkPaint::Cap cap = buffer.read32LE(SkPaint::kLast_Cap); in CreateProc()
/external/skia/src/core/
DSkPaint.cpp248 paint->setStrokeCap(safe.checkLE(packed & 0x3, SkPaint::kLast_Cap)); in unpack_v68()
/external/skia/fuzz/
DFuzzDrawFunctions.cpp50 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kLast_Cap); in init_paint()
DFuzzCanvas.cpp844 paint->setStrokeCap( make_fuzz_enum_range<SkPaint::Cap>(fuzz, SkPaint::kLast_Cap)); in fuzz_paint()
/external/skqp/fuzz/
DFuzzDrawFunctions.cpp52 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kLast_Cap); in init_paint()
DFuzzCanvas.cpp875 paint->setStrokeCap( make_fuzz_t_range<SkPaint::Cap>(fuzz, 0, SkPaint::kLast_Cap)); in fuzz_paint()
/external/skqp/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
2186 <a href='#SkPaint_kLast_Cap'>kLast_Cap</a> = <a href='#SkPaint_kSquare_Cap'>kSquare_Cap</a>,
2193 …pr int <a href='#SkPaint_kCapCount'>kCapCount</a> = <a href='#SkPaint_kLast_Cap'>kLast_Cap</a> + 1;
2229 …solid #dddddd; padding: 8px; '><a name='SkPaint_kLast_Cap'><code>SkPaint::kLast_Cap</code></a></td>
/external/skqp/docs/
DSkPaint_Reference.bmh1315 #Const kLast_Cap 2
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2356 static constexpr int kCapCount = kLast_Cap + 1;