Searched refs:kJoinCount (Results 1 – 10 of 10) sorted by relevance
/external/skia/gm/ |
D | nonclosedpaths.cpp | 104 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw() 127 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw()
|
/external/skia/src/gpu/ |
D | GrStrokeInfo.cpp | 56 static_assert(SkPaint::kJoinCount <= (1 << kJoinBits), "cap_shift_will_be_wrong"); in asUniqueKeyFragment()
|
D | GrTestUtils.cpp | 227 SkPaint::Join join = SkPaint::Join(random->nextULessThan(SkPaint::kJoinCount)); in randomize_stroke_rec()
|
/external/skia/src/pdf/ |
D | SkPDFGraphicState.cpp | 210 static_assert(SkPaint::kJoinCount == 3, "paint_join_mismatch"); in emitObject()
|
/external/skia/src/core/ |
D | SkStrokerPriv.cpp | 249 SkASSERT((unsigned)join < SkPaint::kJoinCount); in JoinFactory()
|
D | SkPaint.cpp | 352 if ((unsigned)jt < kJoinCount) { in setStrokeJoin() 2266 static const char* gJoinStrings[SkPaint::kJoinCount] = { "Miter", "Round", "Bevel" }; in toString()
|
D | SkStroke.cpp | 1314 SkASSERT((unsigned)join < SkPaint::kJoinCount); in setJoin()
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 66 GR_STATIC_ASSERT(SK_ARRAY_COUNT(gSkJoinsToGrGLJoins) == SkPaint::kJoinCount); in join_to_gl_join()
|
/external/skia/include/core/ |
D | SkPaint.h | 425 kJoinCount, enumerator
|
/external/skia/src/svg/ |
D | SkSVGDevice.cpp | 58 static_assert(SK_ARRAY_COUNT(join_map) == SkPaint::kJoinCount, "missing_join_map_entry");
|