Lines Matching refs:CX
75 static const SkScalar CX = SkScalarHalf(L + R); in test_intersectline() local
86 { CX, T }, { CX, T - 10 }, in test_intersectline()
87 { CX, B }, { CX, B + 10 }, in test_intersectline()
106 { CX, T }, { CX, B }, in test_intersectline()
108 { CX, T }, { R, CY }, in test_intersectline()
109 { CX, T }, { L, CY }, in test_intersectline()
110 { L, CY }, { CX, B }, in test_intersectline()
111 { R, CY }, { CX, B }, in test_intersectline()
127 { L - 10, CY }, { CX, CY }, { L, CY }, { CX, CY }, in test_intersectline()
128 { CX, T - 10 }, { CX, CY }, { CX, T }, { CX, CY }, in test_intersectline()
129 { R + 10, CY }, { CX, CY }, { R, CY }, { CX, CY }, in test_intersectline()
130 { CX, B + 10 }, { CX, CY }, { CX, B }, { CX, CY }, in test_intersectline()