Lines Matching refs:cy
218 float cx, float cy, in skc_path_ellipse() argument
230 skc_path_move_to_1(path_builder, cx, cy + ry); in skc_path_ellipse()
240 cx + kx, cy + ry, in skc_path_ellipse()
241 cx + rx, cy + ky, in skc_path_ellipse()
242 cx + rx, cy); in skc_path_ellipse()
248 cx + rx, cy - ky, in skc_path_ellipse()
249 cx + kx, cy - ry, in skc_path_ellipse()
250 cx, cy - ry); in skc_path_ellipse()
256 cx - kx, cy - ry, in skc_path_ellipse()
257 cx - rx, cy - ky, in skc_path_ellipse()
258 cx - rx, cy); in skc_path_ellipse()
264 cx - rx, cy + ky, in skc_path_ellipse()
265 cx - kx, cy + ry, in skc_path_ellipse()
266 cx, cy + ry); in skc_path_ellipse()