Lines Matching refs:y2
365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3;
466 y2 = data[3];
470 map_if_relative(ox, oy, relative, &x2, &y2);
475 py = y2;
479 matrix_map_point(matrix, x2, y2, &x2, &y2);
482 x2, y2, x3, y3);
501 y2 = (y3 + 2*y1) / 3.f;
510 matrix_map_point(matrix, x2, y2, &x2, &y2);
513 x2, y2, x3, y3);
531 y2 = (y3 + 2*y1) / 3.f;
540 matrix_map_point(matrix, x2, y2, &x2, &y2);
543 x2, y2, x3, y3);
555 y2 = data[1];
558 map_if_relative(ox, oy, relative, &x2, &y2);
563 py = y2;
567 matrix_map_point(matrix, x2, y2, &x2, &y2);
570 x2, y2, x3, y3);
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3;
1041 y2 = (y3 + 2*y1) / 3.f;
1050 data[3] = y2;
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3;
1071 y2 = (y3 + 2*y1) / 3.f;
1080 data[3] = y2;
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3;
1095 y2 = data[1];
1098 map_if_relative(pd->ox, pd->oy, relative, &x2, &y2);
1103 pd->py = y2;
1107 data[3] = y2;
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3;
1341 y2 = data[3];
1345 map_if_relative(ox, oy, relative, &x2, &y2);
1348 floatsEqual(x1, x2) && floatsEqual(y1, y2) &&
1349 floatsEqual(x2, x3) && floatsEqual(y2, y3)) {
1363 py = y2;
1367 matrix_map_point(matrix, x2, y2, &x2, &y2);
1369 stroker_curve_to((struct stroker *)&stroker, x1, y1, x2, y2, x3, y3);
1386 y2 = (y3 + 2*y1) / 3.f;
1391 floatsEqual(x1, x2) && floatsEqual(y1, y2) &&
1392 floatsEqual(x2, x3) && floatsEqual(y2, y3)) {
1408 matrix_map_point(matrix, x2, y2, &x2, &y2);
1410 stroker_curve_to((struct stroker *)&stroker, x1, y1, x2, y2, x3, y3);
1426 y2 = (y3 + 2*y1) / 3.f;
1431 floatsEqual(x1, x2) && floatsEqual(y1, y2) &&
1432 floatsEqual(x2, x3) && floatsEqual(y2, y3)) {
1448 matrix_map_point(matrix, x2, y2, &x2, &y2);
1450 stroker_curve_to((struct stroker *)&stroker, x1, y1, x2, y2, x3, y3);
1460 y2 = data[1];
1463 map_if_relative(ox, oy, relative, &x2, &y2);
1466 floatsEqual(x1, x2) && floatsEqual(y1, y2) &&
1467 floatsEqual(x2, x3) && floatsEqual(y2, y3)) {
1481 py = y2;
1485 matrix_map_point(matrix, x2, y2, &x2, &y2);
1487 stroker_curve_to((struct stroker *)&stroker, x1, y1, x2, y2, x3, y3);
1668 static INLINE void line_bounds(VGfloat *line /*x1,y1,x2,y2*/,