Lines Matching refs:CY
82 static const SkScalar CY = SkScalarHalf(T + B); in test_intersectline() local
90 { L, CY }, { L - 10, CY }, in test_intersectline()
91 { R, CY }, { R + 10, CY }, in test_intersectline()
113 { L, CY }, { R, CY }, in test_intersectline()
114 { CX, T }, { R, CY }, in test_intersectline()
115 { CX, T }, { L, CY }, in test_intersectline()
116 { L, CY }, { CX, B }, in test_intersectline()
117 { R, CY }, { CX, B }, in test_intersectline()
133 { L - 10, CY }, { CX, CY }, { L, CY }, { CX, CY }, in test_intersectline()
134 { CX, T - 10 }, { CX, CY }, { CX, T }, { CX, CY }, in test_intersectline()
135 { R + 10, CY }, { CX, CY }, { R, CY }, { CX, CY }, in test_intersectline()
136 { CX, B + 10 }, { CX, CY }, { CX, B }, { CX, CY }, in test_intersectline()