Home
last modified time | relevance | path

Searched refs:x_off (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXfixes.h212 int x_off, int y_off, XserverRegion region);
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta_blit_resolve.c78 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/
Dhwc_utils.h266 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
Dhwc_utils.cpp1120 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()
Dhwc_mdpcomp.cpp426 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/
Dhwc_mdpcomp.cpp518 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()
Dhwc_utils.h290 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
Dhwc_utils.cpp1108 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/
Dhwc_utils.h345 hwc_rect_t moveRect(const hwc_rect_t& rect, const int& x_off, const int& y_off);
Dhwc_utils.cpp1332 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()
Dhwc_mdpcomp.cpp526 int x_off = dst.left - src.left; in calculateDirtyRect() local
536 updatingRect = moveRect(surfDamage.rects[i], x_off, y_off); in calculateDirtyRect()