Searched refs:y_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 758 &push.y_off, &push.y_scale); in vk_meta_blit_image() 829 .y_off = regions[r].srcOffset.y - regions[r].dstOffset.y, 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 1128 res.top = rect.top + y_off; in moveRect() 1130 res.bottom = rect.bottom + y_off; in moveRect()
|
D | hwc_mdpcomp.cpp | 427 int y_off = dst.top - src.top; in calculateDirtyRect() local 436 updatingRect = moveRect(surfDamage.rects[i], x_off, y_off); in calculateDirtyRect()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_mdpcomp.cpp | 519 int y_off = dst.top - src.top; in generateROI() local 520 updatingRect = moveRect(layer->dirtyRect, x_off, y_off); in generateROI() 634 int y_off = dst.top - src.top; 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 1116 res.top = rect.top + y_off; in moveRect() 1118 res.bottom = rect.bottom + y_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 1340 res.top = rect.top + y_off; in moveRect() 1342 res.bottom = rect.bottom + y_off; in moveRect()
|
D | hwc_mdpcomp.cpp | 527 int y_off = dst.top - src.top; in calculateDirtyRect() local 536 updatingRect = moveRect(surfDamage.rects[i], x_off, y_off); in calculateDirtyRect()
|