Searched refs:kCapCount (Results 1 – 10 of 10) sorted by relevance
189 static_assert(SkPaint::kCapCount == 3, "paint_cap_mismatch"); in emitObject()
75 GR_STATIC_ASSERT(SkPaint::kCapCount <= (1 << kCapBits)); in WriteKey()
234 SkPaint::Cap cap = SkPaint::Cap(random->nextULessThan(SkPaint::kCapCount)); in randomize_stroke_rec()
218 SkASSERT((unsigned)cap < SkPaint::kCapCount); in CapFactory()
300 if ((unsigned)ct < kCapCount) { in setStrokeCap()2164 static const char* gStrokeCapStrings[SkPaint::kCapCount] = { "Butt", "Round", "Square" }; in toString()
1325 SkASSERT((unsigned)cap < SkPaint::kCapCount); in setCap()
79 GR_STATIC_ASSERT(SK_ARRAY_COUNT(gSkCapsToGrGLCaps) == SkPaint::kCapCount); in cap_to_gl_cap()
415 static constexpr int kCapCount = kLast_Cap + 1; variable
46 static_assert(SK_ARRAY_COUNT(cap_map) == SkPaint::kCapCount, "missing_cap_map_entry");
1218 SkPaint::Cap cap = SkPaint::Cap(random->nextULessThan(SkPaint::kCapCount)); in DRAW_OP_TEST_DEFINE()