Home
last modified time | relevance | path

Searched refs:isMiter (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DStrokeTest.cpp76 bool isMiter = SkPaint::kMiter_Join == joins[i]; in test_strokerect() local
78 REPORTER_ASSERT(reporter, fillPath.isNestedFillRects(nested) == isMiter); in test_strokerect()
79 if (isMiter) { in test_strokerect()
/external/skia/experimental/StrokePathRenderer/
DGrStrokePathRenderer.cpp103 const bool isMiter = (join == SkPaint::kMiter_Join);
105 SkScalar invMiterLimit = isMiter ? SK_Scalar1 / miterLimit : 0;
110 const int extraVerts = isMiter || isBevel ? 1 : 0;