HomeSort by relevance Sort by last modified time
    Searched refs:hw_h (Results 1 - 12 of 12) 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 593 int hw_h = (int)ctx->dpyAttr[mDpy].yres; local
596 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
597 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 };
1750 int hw_h = ctx->dpyAttr[dpy].yres; local
    [all...]
hwc_mdpcomp.cpp 604 int hw_h = (int)ctx->dpyAttr[mDpy].yres; local
607 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
608 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
    [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 3122 const uint32_t hw_h = hw->getHeight(); local
3190 const uint32_t hw_h = hw->getHeight(); local
    [all...]
Layer.cpp 786 const uint32_t hw_h = hw->getHeight(); local
800 position[i].y = hw_h - position[i].y;
    [all...]

Completed in 196 milliseconds