gf_subdivide_cubic_hit_test 1039 src/utils/path2d.c 		gf_subdivide_cubic_hit_test(h_x, h_y, x0, y0, xa1, ya1, xa2, ya2, x_m, y_m, wn);
gf_subdivide_cubic_hit_test 1040 src/utils/path2d.c 		gf_subdivide_cubic_hit_test(h_x, h_y, x_m, y_m, xb1, yb1, xb2, yb2, x3, y3, wn);
gf_subdivide_cubic_hit_test 1108 src/utils/path2d.c 			gf_subdivide_cubic_hit_test(x, y, s.x, s.y, c1.x, c1.y, c2.x, c2.y, end->x, end->y, &wn);
gf_subdivide_cubic_hit_test 1114 src/utils/path2d.c 			gf_subdivide_cubic_hit_test(x, y, s.x, s.y, gp->points[i].x, gp->points[i].y, gp->points[i+1].x, gp->points[i+1].y, gp->points[i+2].x, gp->points[i+2].y, &wn);