HomeSort by relevance Sort by last modified time
    Searched refs:diff_y (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 550 float diff_y = (float)src_h / (float)dst_h; local
570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y,
571 (float) src_w - offset_w*diff_x, (float) src_h - offset_h*diff_y,
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 550 float diff_y = (float)src_h / (float)dst_h; local
570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y,
571 (float) src_w - offset_w*diff_x, (float) src_h - offset_h*diff_y,

Completed in 170 milliseconds