Lines Matching refs:CX
36 static const SkScalar CX = SkScalarHalf(L + R); in test_intersectline() local
47 { CX, T }, { CX, T - 10 }, in test_intersectline()
48 { CX, B }, { CX, B + 10 }, in test_intersectline()
67 { CX, T }, { CX, B }, in test_intersectline()
69 { CX, T }, { R, CY }, in test_intersectline()
70 { CX, T }, { L, CY }, in test_intersectline()
71 { L, CY }, { CX, B }, in test_intersectline()
72 { R, CY }, { CX, B }, in test_intersectline()
88 { L - 10, CY }, { CX, CY }, { L, CY }, { CX, CY }, in test_intersectline()
89 { CX, T - 10 }, { CX, CY }, { CX, T }, { CX, CY }, in test_intersectline()
90 { R + 10, CY }, { CX, CY }, { R, CY }, { CX, CY }, in test_intersectline()
91 { CX, B + 10 }, { CX, CY }, { CX, B }, { CX, CY }, in test_intersectline()