Home
last modified time | relevance | path

Searched refs:kJoinCount (Results 1 – 10 of 10) sorted by relevance

/external/skia/gm/
Dnonclosedpaths.cpp104 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw()
127 SetLocation(canvas, counter, SkPaint::kJoinCount * numWidths); in onDraw()
/external/skia/src/gpu/
DGrStrokeInfo.cpp56 static_assert(SkPaint::kJoinCount <= (1 << kJoinBits), "cap_shift_will_be_wrong"); in asUniqueKeyFragment()
DGrTestUtils.cpp227 SkPaint::Join join = SkPaint::Join(random->nextULessThan(SkPaint::kJoinCount)); in randomize_stroke_rec()
/external/skia/src/pdf/
DSkPDFGraphicState.cpp210 static_assert(SkPaint::kJoinCount == 3, "paint_join_mismatch"); in emitObject()
/external/skia/src/core/
DSkStrokerPriv.cpp249 SkASSERT((unsigned)join < SkPaint::kJoinCount); in JoinFactory()
DSkPaint.cpp352 if ((unsigned)jt < kJoinCount) { in setStrokeJoin()
2266 static const char* gJoinStrings[SkPaint::kJoinCount] = { "Miter", "Round", "Bevel" }; in toString()
DSkStroke.cpp1314 SkASSERT((unsigned)join < SkPaint::kJoinCount); in setJoin()
/external/skia/src/gpu/gl/
DGrGLPath.cpp66 GR_STATIC_ASSERT(SK_ARRAY_COUNT(gSkJoinsToGrGLJoins) == SkPaint::kJoinCount); in join_to_gl_join()
/external/skia/include/core/
DSkPaint.h425 kJoinCount, enumerator
/external/skia/src/svg/
DSkSVGDevice.cpp58 static_assert(SK_ARRAY_COUNT(join_map) == SkPaint::kJoinCount, "missing_join_map_entry");