Lines Matching refs:CX
83 static const SkScalar CX = SkScalarHalf(L + R); in test_intersectline() local
94 { CX, T }, { CX, T - 10 }, in test_intersectline()
95 { CX, B }, { CX, B + 10 }, in test_intersectline()
115 { CX, T }, { CX, B }, in test_intersectline()
117 { CX, T }, { R, CY }, in test_intersectline()
118 { CX, T }, { L, CY }, in test_intersectline()
119 { L, CY }, { CX, B }, in test_intersectline()
120 { R, CY }, { CX, B }, in test_intersectline()
137 { L - 10, CY }, { CX, CY }, { L, CY }, { CX, CY }, in test_intersectline()
138 { CX, T - 10 }, { CX, CY }, { CX, T }, { CX, CY }, in test_intersectline()
139 { R + 10, CY }, { CX, CY }, { R, CY }, { CX, CY }, in test_intersectline()
140 { CX, B + 10 }, { CX, CY }, { CX, B }, { CX, CY }, in test_intersectline()