Searched refs:x_off (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | Xfixes.h | 212 int x_off, int y_off, XserverRegion region);
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta_blit_resolve.c | 78 float x_off, y_off, x_scale, y_scale; member 751 &push.x_off, &push.x_scale); in vk_meta_blit_image() 828 .x_off = regions[r].srcOffset.x - regions[r].dstOffset.x, in vk_meta_resolve_image()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.h | 266 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
|
D | hwc_utils.cpp | 1120 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off) in moveRect() argument 1127 res.left = rect.left + x_off; in moveRect() 1129 res.right = rect.right + x_off; in moveRect()
|
D | hwc_mdpcomp.cpp | 426 int x_off = dst.left - src.left; in calculateDirtyRect() local 436 updatingRect = moveRect(surfDamage.rects[i], x_off, y_off); in calculateDirtyRect()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 518 int x_off = dst.left - src.left; in generateROI() local 520 updatingRect = moveRect(layer->dirtyRect, x_off, y_off); in generateROI() 633 int x_off = dst.left - src.left; in generateROI() local 635 updatingRect = moveRect(layer->dirtyRect, x_off, y_off); in generateROI()
|
D | hwc_utils.h | 290 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
|
D | hwc_utils.cpp | 1108 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off) in moveRect() argument 1115 res.left = rect.left + x_off; in moveRect() 1117 res.right = rect.right + x_off; in moveRect()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.h | 345 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
|
D | hwc_utils.cpp | 1332 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off) in moveRect() argument 1339 res.left = rect.left + x_off; in moveRect() 1341 res.right = rect.right + x_off; in moveRect()
|
D | hwc_mdpcomp.cpp | 526 int x_off = dst.left - src.left; in calculateDirtyRect() local 536 updatingRect = moveRect(surfDamage.rects[i], x_off, y_off); in calculateDirtyRect()
|