Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkPaint.h351 kLast_Join = kBevel_Join, //!< equivalent to the largest value for Join enumerator
357 static constexpr int kJoinCount = kLast_Join + 1;
/external/skia/include/core/
DSkPaint.h383 kLast_Join = kBevel_Join, //!< equivalent to the largest value for Join enumerator
389 static constexpr int kJoinCount = kLast_Join + 1;
/external/skqp/src/effects/
DSkOpPathEffect.cpp119 SkPaint::Join join = buffer.read32LE(SkPaint::kLast_Join); in CreateProc()
/external/skqp/src/core/
DSkPaint.cpp366 paint->setStrokeJoin(safe.checkLE(packed & 0x3, SkPaint::kLast_Join)); in unpack_v68()
434 paint->setStrokeJoin(safe.checkLE((tmp >> 16) & 0xFF, SkPaint::kLast_Join)); in Unflatten_PreV68()
/external/skia/src/effects/
DSkOpPathEffect.cpp169 SkPaint::Join join = buffer.read32LE(SkPaint::kLast_Join); in CreateProc()
/external/skia/src/core/
DSkPaint.cpp250 paint->setStrokeJoin(safe.checkLE(packed & 0x3, SkPaint::kLast_Join)); in unpack_v68()
/external/skia/fuzz/
DFuzzDrawFunctions.cpp53 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kLast_Join); in init_paint()
DFuzzCanvas.cpp845 paint->setStrokeJoin( make_fuzz_enum_range<SkPaint::Join>(fuzz, SkPaint::kLast_Join)); in fuzz_paint()
/external/skqp/fuzz/
DFuzzDrawFunctions.cpp55 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kLast_Join); in init_paint()
DFuzzCanvas.cpp876 paint->setStrokeJoin( make_fuzz_t_range<SkPaint::Join>(fuzz, 0, SkPaint::kLast_Join)); in fuzz_paint()
/external/skia/src/gpu/tessellate/
DGrStrokeHardwareTessellator.cpp50 kBowtie = SkPaint::kLast_Join + 1 // Double sided round join.
/external/skqp/site/user/api/
DSkPaint_Reference.md92 … <a href='#SkPaint_kLast_Join'>kLast_Join</a> = <a href='#SkPaint_kBevel_Join'>kBevel_Join</a>,
96 …int <a href='#SkPaint_kJoinCount'>kJoinCount</a> = <a href='#SkPaint_kLast_Join'>kLast_Join</a> + 1
2360 … <a href='#SkPaint_kLast_Join'>kLast_Join</a> = <a href='#SkPaint_kBevel_Join'>kBevel_Join</a>,
2367 …nt <a href='#SkPaint_kJoinCount'>kJoinCount</a> = <a href='#SkPaint_kLast_Join'>kLast_Join</a> + 1;
2411 …lid #dddddd; padding: 8px; '><a name='SkPaint_kLast_Join'><code>SkPaint::kLast_Join</code></a></td>
/external/skqp/docs/
DSkPaint_Reference.bmh1473 #Const kLast_Join 2
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2360 static constexpr int kJoinCount = kLast_Join + 1;