Home
last modified time | relevance | path

Searched refs:kLast_Join (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/include/core/
DSkPaint.h354 kLast_Join = kBevel_Join, //!< equivalent to the largest value for Join enumerator
360 static constexpr int kJoinCount = kLast_Join + 1;
/third_party/skia/src/effects/
DSkOpPathEffect.cpp171 SkPaint::Join join = buffer.read32LE(SkPaint::kLast_Join); in CreateProc()
/third_party/skia/fuzz/
DFuzzDrawFunctions.cpp52 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kLast_Join); in init_paint()
DFuzzCanvas.cpp854 paint->setStrokeJoin( make_fuzz_enum_range<SkPaint::Join>(fuzz, SkPaint::kLast_Join)); in fuzz_paint()
/third_party/skia/src/core/
DSkPaint.cpp281 paint->setStrokeJoin(safe.checkLE(packed & 0x3, SkPaint::kLast_Join)); in unpack_v68()
/third_party/skia/src/gpu/tessellate/
DStrokeHardwareTessellator.cpp55 kBowtie = SkPaint::kLast_Join + 1 // Double sided round join.
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2352 static constexpr int kJoinCount = kLast_Join + 1;