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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 276 int hw_w = ctx->dpyAttr[mDpy].xres; 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 };
960 int hw_w = ctx->dpyAttr[mDpy].xres; local
966 if(dst.left > hw_w/2) {
968 } else if(dst.right <= hw_w/2) {
981 int hw_w = ctx->dpyAttr[mDpy].xres; local
984 if(dst.left > hw_w/2) {
989 } else if (dst.right <= hw_w/2) {
    [all...]
hwc_utils.cpp 780 int hw_w = ctx->dpyAttr[dpy].xres; local
783 dst.right > hw_w || dst.bottom > hw_h) {
784 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
1024 int hw_w = ctx->dpyAttr[dpy].xres; local
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 740 int hw_w = ctx->dpyAttr[dpy].xres; local
743 dst.right > hw_w || dst.bottom > hw_h) {
744 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
981 int hw_w = ctx->dpyAttr[dpy].xres; local
    [all...]
hwc_mdpcomp.cpp 268 int hw_w = ctx->dpyAttr[mDpy].xres; 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...]
  /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 };
1739 int hw_w = ctx->dpyAttr[dpy].xres; local
    [all...]
hwc_mdpcomp.cpp 594 int hw_w = (int)ctx->dpyAttr[mDpy].xres; local
597 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 };
1749 int hw_w = ctx->dpyAttr[dpy].xres; local
    [all...]
hwc_mdpcomp.cpp 605 int hw_w = (int)ctx->dpyAttr[mDpy].xres; local
608 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 3121 const uint32_t hw_w = hw->getWidth(); local
3189 const uint32_t hw_w = hw->getWidth(); local
    [all...]

Completed in 329 milliseconds