HomeSort by relevance Sort by last modified time
    Searched refs:hw_h (Results 1 - 17 of 17) 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 };
1746 int hw_h = ctx->dpyAttr[dpy].yres; local
    [all...]
hwc_mdpcomp.cpp 605 int hw_h = (int)ctx->dpyAttr[mDpy].yres; local
608 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
609 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 304 const int hw_h = ctx->dpyAttr[mDpy].yres; local
343 hwc_rect_t scissorL = {0, 0, lSplit, hw_h };
380 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h };
hwc_utils.cpp 724 int hw_h = ctx->dpyAttr[dpy].yres; local
733 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h };
739 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h };
794 int hw_h = ctx->dpyAttr[dpy].yres; local
796 dst.right > hw_w || dst.bottom > hw_h) {
797 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
1751 int hw_h = ctx->dpyAttr[dpy].yres; local
    [all...]
hwc_mdpcomp.cpp 612 int hw_h = (int)ctx->dpyAttr[mDpy].yres; local
615 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
616 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_fbupdate.cpp 287 const int hw_h = ctx->dpyAttr[mDpy].yres; local
354 hwc_rect_t scissorL = {0, 0, lSplit, hw_h };
390 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h };
hwc_utils.cpp 966 int hw_h = ctx->dpyAttr[dpy].yres; local
1046 int hw_h = ctx->dpyAttr[dpy].yres; local
2162 int hw_h = ctx->dpyAttr[dpy].yres; local
    [all...]
hwc_mdpcomp.cpp 677 int hw_h = (int)ctx->dpyAttr[mDpy].yres; local
680 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
681 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_fbupdate.cpp 293 const int hw_h = ctx->dpyAttr[mDpy].yres; local
360 hwc_rect_t scissorL = {0, 0, lSplit, hw_h };
396 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h };
hwc_utils.cpp 902 int hw_h = ctx->dpyAttr[dpy].yres; local
972 int hw_h = ctx->dpyAttr[dpy].yres; local
2081 int hw_h = ctx->dpyAttr[dpy].yres; local
    [all...]
hwc_mdpcomp.cpp 714 int hw_h = (int)ctx->dpyAttr[mDpy].yres; local
717 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
718 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 780 int hw_h = ctx->dpyAttr[dpy].yres; local
782 dst.right > hw_w || dst.bottom > hw_h) {
783 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
1023 int hw_h = ctx->dpyAttr[dpy].yres; local
    [all...]
hwc_mdpcomp.cpp 275 int hw_h = ctx->dpyAttr[mDpy].yres; local
280 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) {
281 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 3323 const int32_t hw_h = hw->getHeight(); local
3391 uint32_t hw_h = hw->getHeight(); local
    [all...]
SurfaceFlinger_hwc1.cpp 3337 const int32_t hw_h = hw->getHeight(); local
3407 uint32_t hw_h = hw->getHeight(); local
    [all...]
Layer.cpp 1171 const uint32_t hw_h = hw->getHeight(); local
    [all...]

Completed in 275 milliseconds