Lines Matching refs:CX
81 static const SkScalar CX = SkScalarHalf(L + R); in test_intersectline() local
92 { CX, T }, { CX, T - 10 }, in test_intersectline()
93 { CX, B }, { CX, B + 10 }, in test_intersectline()
113 { CX, T }, { CX, B }, in test_intersectline()
115 { CX, T }, { R, CY }, in test_intersectline()
116 { CX, T }, { L, CY }, in test_intersectline()
117 { L, CY }, { CX, B }, in test_intersectline()
118 { R, CY }, { CX, B }, in test_intersectline()
135 { L - 10, CY }, { CX, CY }, { L, CY }, { CX, CY }, in test_intersectline()
136 { CX, T - 10 }, { CX, CY }, { CX, T }, { CX, CY }, in test_intersectline()
137 { R + 10, CY }, { CX, CY }, { R, CY }, { CX, CY }, in test_intersectline()
138 { CX, B + 10 }, { CX, CY }, { CX, B }, { CX, CY }, in test_intersectline()