Searched refs:kCapCount (Results 1 – 10 of 10) sorted by relevance
41 SK_COMPILE_ASSERT(SkPaint::kCapCount <= (1 << kCapBits), miter_shift_will_be_wrong); in ComputeStrokeKey()
227 SkPaint::Cap cap = SkPaint::Cap(random->nextULessThan(SkPaint::kCapCount)); in TestStrokeRec()
215 SK_COMPILE_ASSERT(SkPaint::kCapCount == 3, paint_cap_mismatch); in emitObject()
79 GR_STATIC_ASSERT(SK_ARRAY_COUNT(gSkCapsToGrGLCaps) == SkPaint::kCapCount); in cap_to_gl_cap()
239 SkASSERT((unsigned)cap < SkPaint::kCapCount); in CapFactory()
280 if ((unsigned)ct < kCapCount) { in setStrokeCap()2263 static const char* gStrokeCapStrings[SkPaint::kCapCount] = { "Butt", "Round", "Square" }; in toString()
1516 SkASSERT((unsigned)cap < SkPaint::kCapCount); in setCap()
447 kCapCount, enumerator
44 SK_COMPILE_ASSERT(SK_ARRAY_COUNT(cap_map) == SkPaint::kCapCount, missing_cap_map_entry);
1260 SkPaint::Cap cap = SkPaint::Cap(random->nextULessThan(SkPaint::Cap::kCapCount)); in BATCH_TEST_DEFINE()