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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 274 int hw_w = ctx->dpyAttr[mDpy].xres; 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 };
964 int hw_w = ctx->dpyAttr[mDpy].xres; local
970 if(dst.left > hw_w/2) {
972 } else if(dst.right <= hw_w/2) {
985 int hw_w = ctx->dpyAttr[mDpy].xres; local
988 if(dst.left > hw_w/2) {
993 } else if (dst.right <= hw_w/2) {
    [all...]
hwc_utils.cpp 779 int hw_w = ctx->dpyAttr[dpy].xres; local
782 dst.right > hw_w || dst.bottom > hw_h) {
783 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
1022 int hw_w = ctx->dpyAttr[dpy].xres; local
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.cpp 297 const int hw_w = ctx->dpyAttr[mDpy].xres; local
374 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h };
hwc_utils.cpp 736 int hw_w = ctx->dpyAttr[dpy].xres; local
752 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h };
806 int hw_w = ctx->dpyAttr[dpy].xres; local
809 dst.right > hw_w || dst.bottom > hw_h) {
810 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
1745 int hw_w = ctx->dpyAttr[dpy].xres; local
    [all...]
hwc_mdpcomp.cpp 606 int hw_w = (int)ctx->dpyAttr[mDpy].xres; local
609 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 303 const int hw_w = ctx->dpyAttr[mDpy].xres; local
380 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h };
hwc_utils.cpp 723 int hw_w = ctx->dpyAttr[dpy].xres; local
739 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h };
793 int hw_w = ctx->dpyAttr[dpy].xres; local
796 dst.right > hw_w || dst.bottom > hw_h) {
797 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
1750 int hw_w = ctx->dpyAttr[dpy].xres; local
    [all...]
hwc_mdpcomp.cpp 613 int hw_w = (int)ctx->dpyAttr[mDpy].xres; local
616 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_fbupdate.cpp 286 const int hw_w = ctx->dpyAttr[mDpy].xres; local
390 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h };
hwc_utils.cpp 965 int hw_w = ctx->dpyAttr[dpy].xres; local
1045 int hw_w = ctx->dpyAttr[dpy].xres; local
2161 int hw_w = ctx->dpyAttr[dpy].xres; local
    [all...]
hwc_mdpcomp.cpp 678 int hw_w = (int)ctx->dpyAttr[mDpy].xres; local
681 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_fbupdate.cpp 292 const int hw_w = ctx->dpyAttr[mDpy].xres; local
396 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h };
hwc_utils.cpp 901 int hw_w = ctx->dpyAttr[dpy].xres; local
971 int hw_w = ctx->dpyAttr[dpy].xres; local
2080 int hw_w = ctx->dpyAttr[dpy].xres; local
    [all...]
hwc_mdpcomp.cpp 715 int hw_w = (int)ctx->dpyAttr[mDpy].xres; local
718 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 3547 const int32_t hw_w = hw->getWidth(); local
3615 uint32_t hw_w = hw->getWidth(); local
    [all...]
SurfaceFlinger_hwc1.cpp 3440 const int32_t hw_w = hw->getWidth(); local
3510 uint32_t hw_w = hw->getWidth(); local
    [all...]

Completed in 197 milliseconds