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

  /external/pixman/pixman/
pixman-trap.c 207 int x_off,
210 pixman_fixed_t x_off_fixed = pixman_int_to_fixed (x_off);
234 int16_t x_off,
252 x_off_fixed = pixman_int_to_fixed (x_off);
319 int16_t x_off,
337 pixman_rasterize_trapezoid (image, trap, x_off, y_off);
348 int x_off,
383 pixman_line_fixed_edge_init (&l, bpp, t, &trap->left, x_off, y_off);
384 pixman_line_fixed_edge_init (&r, bpp, t, &trap->right, x_off, y_off);
697 int32_t x_off,
    [all...]
pixman.c 406 pixman_fixed_t x_off, y_off; local
452 x_off = - pixman_fixed_e - ((params[0] - pixman_fixed_1) >> 1);
460 x_off = - pixman_fixed_e - ((params[0] - pixman_fixed_1) >> 1);
469 x_off = - pixman_fixed_1 / 2;
477 x_off = - pixman_fixed_e;
489 x_off = 0;
539 if (!IS_16_16 (transformed.x1 + x_off - 8 * pixman_fixed_e) ||
541 !IS_16_16 (transformed.x2 + x_off + 8 * pixman_fixed_e + width) ||
    [all...]
pixman.h     [all...]
pixman-bits-image.c 362 int x_off = (params[0] - pixman_fixed_1) >> 1; local
374 x1 = pixman_fixed_to_int (x - pixman_fixed_e - x_off);
445 int x_off = ((cwidth << 16) - pixman_fixed_1) >> 1; local
466 x1 = pixman_fixed_to_int (x - pixman_fixed_e - x_off);
741 int x_off = ((cwidth << 16) - pixman_fixed_1) >> 1; local
789 x1 = pixman_fixed_to_int (x - pixman_fixed_e - x_off);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 243 self.x_off = event.x
263 return x - self.x_off, y - self.y_off
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 243 self.x_off = event.x
263 return x - self.x_off, y - self.y_off
  /external/chromium_org/third_party/mesa/src/src/glx/
dri_glx.c 226 int x_off, y_off; local
236 x_off = x;
241 x_off = 0;
251 xrects[i].x = rects[i].x1 + x_off;
  /external/mesa3d/src/glx/
dri_glx.c 226 int x_off, y_off; local
236 x_off = x;
241 x_off = 0;
251 xrects[i].x = rects[i].x1 + x_off;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 499 int x_off = dst.left - src.left; local
501 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
613 int x_off = dst.left - src.left; local
615 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
    [all...]
hwc_utils.h 266 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 510 int x_off = dst.left - src.left; local
512 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
625 int x_off = dst.left - src.left; local
627 updatingRect = moveRect(layer->dirtyRect, x_off, y_off);
    [all...]
hwc_utils.h 286 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
hwc_utils.cpp     [all...]

Completed in 424 milliseconds