Lines Matching refs:CY
74 static const SkScalar CY = SkScalarHalf(T + B); in test_intersectline() local
82 { L, CY }, { L - 10, CY }, in test_intersectline()
83 { R, CY }, { R + 10, CY }, in test_intersectline()
105 { L, CY }, { R, CY }, in test_intersectline()
106 { CX, T }, { R, CY }, in test_intersectline()
107 { CX, T }, { L, CY }, in test_intersectline()
108 { L, CY }, { CX, B }, in test_intersectline()
109 { R, CY }, { CX, B }, in test_intersectline()
125 { L - 10, CY }, { CX, CY }, { L, CY }, { CX, CY }, in test_intersectline()
126 { CX, T - 10 }, { CX, CY }, { CX, T }, { CX, CY }, in test_intersectline()
127 { R + 10, CY }, { CX, CY }, { R, CY }, { CX, CY }, in test_intersectline()
128 { CX, B + 10 }, { CX, CY }, { CX, B }, { CX, CY }, in test_intersectline()