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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.cpp 298 const int hw_h = ctx->dpyAttr[mDpy].yres; local
337 hwc_rect_t scissorL = {0, 0, lSplit, hw_h };
374 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h };
hwc_utils.cpp 737 int hw_h = ctx->dpyAttr[dpy].yres; local
746 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h };
752 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h };
807 int hw_h = ctx->dpyAttr[dpy].yres; local
809 dst.right > hw_w || dst.bottom > hw_h) {
810 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
1740 int hw_h = ctx->dpyAttr[dpy].yres; local
    [all...]
hwc_mdpcomp.cpp 592 int hw_h = (int)ctx->dpyAttr[mDpy].yres; local
595 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
596 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 301 const int hw_h = ctx->dpyAttr[mDpy].yres; local
334 hwc_rect_t scissorL = {0, 0, lSplit, hw_h };
371 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h };
hwc_utils.cpp 690 int hw_h = ctx->dpyAttr[dpy].yres; local
699 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h };
705 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h };
760 int hw_h = ctx->dpyAttr[dpy].yres; local
762 dst.right > hw_w || dst.bottom > hw_h) {
763 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
1681 int hw_h = ctx->dpyAttr[dpy].yres; local
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 781 int hw_h = ctx->dpyAttr[dpy].yres; local
783 dst.right > hw_w || dst.bottom > hw_h) {
784 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
1025 int hw_h = ctx->dpyAttr[dpy].yres; local
    [all...]
hwc_mdpcomp.cpp 277 int hw_h = ctx->dpyAttr[mDpy].yres; local
282 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) {
283 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 741 int hw_h = ctx->dpyAttr[dpy].yres; local
743 dst.right > hw_w || dst.bottom > hw_h) {
744 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
982 int hw_h = ctx->dpyAttr[dpy].yres; local
    [all...]
hwc_mdpcomp.cpp 269 int hw_h = ctx->dpyAttr[mDpy].yres; local
274 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) {
275 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 3078 const uint32_t hw_h = hw->getHeight(); local
3146 const uint32_t hw_h = hw->getHeight(); local
    [all...]
Layer.cpp 739 const uint32_t hw_h = hw->getHeight(); local
753 position[i].y = hw_h - position[i].y;
    [all...]

Completed in 110 milliseconds