Searched refs:isMiter (Results 1 – 2 of 2) sorted by relevance
76 bool isMiter = SkPaint::kMiter_Join == joins[i]; in test_strokerect() local78 REPORTER_ASSERT(reporter, fillPath.isNestedFillRects(nested) == isMiter); in test_strokerect()79 if (isMiter) { in test_strokerect()
103 const bool isMiter = (join == SkPaint::kMiter_Join);105 SkScalar invMiterLimit = isMiter ? SK_Scalar1 / miterLimit : 0;110 const int extraVerts = isMiter || isBevel ? 1 : 0;