HomeSort by relevance Sort by last modified time
    Searched full:map_if_relative (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/state_trackers/vega/
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...]

Completed in 348 milliseconds