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/
DGrPath.cpp40 SK_COMPILE_ASSERT(SkPaint::kJoinCount <= (1 << kJoinBits), cap_shift_will_be_wrong); in ComputeStrokeKey()
DGrTestUtils.cpp228 SkPaint::Join join = SkPaint::Join(random->nextULessThan(SkPaint::kJoinCount)); in TestStrokeRec()
/external/skia/src/pdf/
DSkPDFGraphicState.cpp222 SK_COMPILE_ASSERT(SkPaint::kJoinCount == 3, paint_join_mismatch); in emitObject()
/external/skia/src/gpu/gl/
DGrGLPath.cpp66 GR_STATIC_ASSERT(SK_ARRAY_COUNT(gSkJoinsToGrGLJoins) == SkPaint::kJoinCount); in join_to_gl_join()
/external/skia/src/core/
DSkStrokerPriv.cpp249 SkASSERT((unsigned)join < SkPaint::kJoinCount); in JoinFactory()
DSkPaint.cpp290 if ((unsigned)jt < kJoinCount) { in setStrokeJoin()
2268 static const char* gJoinStrings[SkPaint::kJoinCount] = { "Miter", "Round", "Bevel" }; in toString()
DSkStroke.cpp1521 SkASSERT((unsigned)join < SkPaint::kJoinCount); in setJoin()
/external/skia/include/core/
DSkPaint.h459 kJoinCount, enumerator
/external/skia/src/svg/
DSkSVGDevice.cpp57 SK_COMPILE_ASSERT(SK_ARRAY_COUNT(join_map) == SkPaint::kJoinCount, missing_join_map_entry);