Searched refs:aX34 (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tests/ |
D | PathOpsAsWindingTest.cpp | 33 SkScalar aX34 = rect.fLeft + rect.width() * 3 / 4; in build_squircle() local 37 path.cubicTo(aX34, rect.fTop, rect.fRight, aY14, rect.fRight, rect.centerY()); in build_squircle() 38 path.cubicTo(rect.fRight, aY34, aX34, rect.fBottom, rect.centerX(), rect.fBottom); in build_squircle()
|
/external/skia/tests/ |
D | PathOpsAsWindingTest.cpp | 33 SkScalar aX34 = rect.fLeft + rect.width() * 3 / 4; in build_squircle() local 37 path.cubicTo(aX34, rect.fTop, rect.fRight, aY14, rect.fRight, rect.centerY()); in build_squircle() 38 path.cubicTo(rect.fRight, aY34, aX34, rect.fBottom, rect.centerX(), rect.fBottom); in build_squircle()
|