Searched refs:map_if_relative (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath.c277 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(o
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpath.c277 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(o
[all...]

Completed in 429 milliseconds