HomeSort by: relevance | last modified time | path
    Searched refs:filter_width (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/pixman/dist/pixman/
pixman-filter.c 320 filter_width (pixman_kernel_t reconstruct, pixman_kernel_t sample, double size) function
458 width = filter_width (reconstruct_x, sample_x, sx);
461 height = filter_width (reconstruct_y, sample_y, sy);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Rotate.c 91 dst_box.x1 -= crtc->filter_width >> 1;
92 dst_box.x2 += crtc->filter_width >> 1;
478 crtc->filter_width = new_width;
xf86Crtc.h 347 int filter_width; /* ABI 2 */ member in struct:_xf86Crtc
xf86Crtc.c 108 crtc->filter_width = 0;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Rotate.c 130 dst_box.x1 -= crtc->filter_width >> 1;
131 dst_box.x2 += crtc->filter_width >> 1;
512 crtc->filter_width = new_width;
xf86Crtc.h 322 int filter_width; /* ABI 2 */ member in struct:_xf86Crtc
xf86Crtc.c 112 crtc->filter_width = 0;
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_kms.c 466 extents->x1 -= xf86_crtc->filter_width >> 1;
467 extents->x2 += xf86_crtc->filter_width >> 1;
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_kms.c 413 extents->x1 -= xf86_crtc->filter_width >> 1;
414 extents->x2 += xf86_crtc->filter_width >> 1;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display.c 2910 crtc->filter_width = filter->width;
2913 crtc->filter_width = 0;
8611 box->x1 -= crtc->filter_width >> 1;
8612 box->x2 += crtc->filter_width >> 1;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_display.c 2165 crtc->filter_width = filter->width;
2168 crtc->filter_width = 0;
6603 box->x1 -= crtc->filter_width >> 1;
6604 box->x2 += crtc->filter_width >> 1;

Completed in 91 milliseconds