Searched refs:kLast_Cap (Results 1 – 5 of 5) sorted by relevance
337 kLast_Cap = kSquare_Cap, //!< largest Cap value enumerator343 static constexpr int kCapCount = kLast_Cap + 1;
185 paint->setStrokeCap(safe.checkLE(packed & 0x3, SkPaint::kLast_Cap)); in unpack_v68()
187 SkPaint::Cap cap = buffer.read32LE(SkPaint::kLast_Cap); in CreateProc()
49 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kLast_Cap); in init_paint()
841 paint->setStrokeCap( make_fuzz_enum_range<SkPaint::Cap>(fuzz, SkPaint::kLast_Cap)); in fuzz_paint()