Home
last modified time | relevance | path

Searched refs:kLast_Cap (Results 1 – 6 of 6) 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/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/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2348 static constexpr int kCapCount = kLast_Cap + 1;