path.c | 277 static INLINE void map_if_relative(VGfloat ox, VGfloat oy, function 414 map_if_relative(ox, oy, relative, &x0, &y0); 428 map_if_relative(ox, oy, relative, &x0, &y0); 440 map_if_relative(ox, oy, relative, &x0, 0); 451 map_if_relative(ox, oy, relative, 0, &y0); 469 map_if_relative(ox, oy, relative, &x1, &y1); 470 map_if_relative(ox, oy, relative, &x2, &y2); 471 map_if_relative(ox, oy, relative, &x3, &y3); 495 map_if_relative(ox, oy, relative, &x1, &y1); 496 map_if_relative(ox, oy, relative, &x3, &y3) [all...] |