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

  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.cpp 270 int hw_w = ctx->dpyAttr[mDpy].xres; local
276 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) {
277 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
944 int hw_w = ctx->dpyAttr[mDpy].xres; local
950 if(dst.left > hw_w/2) {
952 } else if(dst.right <= hw_w/2) {
965 int hw_w = ctx->dpyAttr[mDpy].xres; local
968 if(dst.left > hw_w/2) {
973 } else if (dst.right <= hw_w/2) {
    [all...]
hwc_utils.cpp 734 int hw_w = ctx->dpyAttr[dpy].xres; local
737 dst.right > hw_w || dst.bottom > hw_h) {
738 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
963 int hw_w = ctx->dpyAttr[dpy].xres; local
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 275 int hw_w = ctx->dpyAttr[mDpy].xres; local
281 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) {
282 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
955 int hw_w = ctx->dpyAttr[mDpy].xres; local
961 if(dst.left > hw_w/2) {
963 } else if(dst.right <= hw_w/2) {
976 int hw_w = ctx->dpyAttr[mDpy].xres; local
979 if(dst.left > hw_w/2) {
984 } else if (dst.right <= hw_w/2) {
    [all...]
hwc_utils.cpp 773 int hw_w = ctx->dpyAttr[dpy].xres; local
776 dst.right > hw_w || dst.bottom > hw_h) {
777 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
1017 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 267 int hw_w = ctx->dpyAttr[mDpy].xres; local
273 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) {
274 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 2930 const uint32_t hw_w = hw->getWidth(); local
2975 const uint32_t hw_w = hw->getWidth(); local
    [all...]

Completed in 372 milliseconds