Lines Matching refs:x0

296       VGfloat x0 = sx;
298 matrix_map_point(matrix, x0, y0, &x0, &y0);
299 polygon_vertex_append(current, x0, y0);
365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3;
412 x0 = data[0];
414 map_if_relative(ox, oy, relative, &x0, &y0);
415 sx = x0;
417 ox = x0;
419 px = x0;
421 matrix_map_point(matrix, x0, y0, &x0, &y0);
422 polygon_vertex_append(current, x0, y0);
426 x0 = data[0];
428 map_if_relative(ox, oy, relative, &x0, &y0);
429 ox = x0;
431 px = x0;
433 matrix_map_point(matrix, x0, y0, &x0, &y0);
434 polygon_vertex_append(current, x0, y0);
438 x0 = data[0];
440 map_if_relative(ox, oy, relative, &x0, 0);
441 ox = x0;
442 px = x0;
444 matrix_map_point(matrix, x0, y0, &x0, &y0);
445 polygon_vertex_append(current, x0, y0);
449 x0 = ox;
453 px = x0;
455 matrix_map_point(matrix, x0, y0, &x0, &y0);
456 polygon_vertex_append(current, x0, y0);
461 x0 = ox;
477 matrix_map_point(matrix, x0, y0, &x0, &y0);
481 bezier_init(&bezier, x0, y0, x1, y1,
489 x0 = ox;
502 x1 = (x0 + 2*x1) / 3.f;
508 matrix_map_point(matrix, x0, y0, &x0, &y0);
512 bezier_init(&bezier, x0, y0, x1, y1,
520 x0 = ox;
532 x1 = (x0 + 2*x1) / 3.f;
538 matrix_map_point(matrix, x0, y0, &x0, &y0);
542 bezier_init(&bezier, x0, y0, x1, y1,
550 x0 = ox;
565 matrix_map_point(matrix, x0, y0, &x0, &y0);
569 bezier_init(&bezier, x0, y0, x1, y1,
582 x0 = ox;
592 x0, y0, x1, y1, rh, rv, rot);
594 arc_init(&arc, command, x0, y0, x1, y1,
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3;
1029 x0 = pd->ox;
1042 x1 = (x0 + 2*x1) / 3.f;
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3;
1060 x0 = pd->ox;
1072 x1 = (x0 + 2*x1) / 3.f;
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3;
1090 x0 = pd->ox;
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3;
1280 VGfloat x0 = sx;
1282 matrix_map_point(matrix, x0, y0, &x0, &y0);
1283 stroker_line_to((struct stroker *)&stroker, x0, y0);
1288 x0 = data[0];
1290 map_if_relative(ox, oy, relative, &x0, &y0);
1291 sx = x0;
1293 ox = x0;
1295 px = x0;
1297 matrix_map_point(matrix, x0, y0, &x0, &y0);
1298 stroker_move_to((struct stroker *)&stroker, x0, y0);
1302 x0 = data[0];
1304 map_if_relative(ox, oy, relative, &x0, &y0);
1305 ox = x0;
1307 px = x0;
1309 matrix_map_point(matrix, x0, y0, &x0, &y0);
1310 stroker_line_to((struct stroker *)&stroker, x0, y0);
1314 x0 = data[0];
1316 map_if_relative(ox, oy, relative, &x0, 0);
1317 ox = x0;
1318 px = x0;
1320 matrix_map_point(matrix, x0, y0, &x0, &y0);
1321 stroker_line_to((struct stroker *)&stroker, x0, y0);
1325 x0 = ox;
1329 px = x0;
1331 matrix_map_point(matrix, x0, y0, &x0, &y0);
1332 stroker_line_to((struct stroker *)&stroker, x0, y0);
1336 x0 = ox;
1365 matrix_map_point(matrix, x0, y0, &x0, &y0);
1374 x0 = ox;
1387 x1 = (x0 + 2*x1) / 3.f;
1406 matrix_map_point(matrix, x0, y0, &x0, &y0);
1415 x0 = ox;
1427 x1 = (x0 + 2*x1) / 3.f;
1446 matrix_map_point(matrix, x0, y0, &x0, &y0);
1455 x0 = ox;
1483 matrix_map_point(matrix, x0, y0, &x0, &y0);
1498 x0 = ox;
1514 arc_init(&arc, command, x0, y0, x1, y1,