Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:bufWidth

1869                 uint32_t bufWidth  = buf->getWidth();
1875 swap(bufWidth, bufHeight);
1884 (bufWidth == front.requested.w &&
1910 bufWidth, bufHeight, item.mTransform, item.mScalingMode,
1922 if (front.active.w != bufWidth ||
1926 "bufWidth=%d, bufHeight=%d, front.active.{w=%d, h=%d}",
1927 name, bufWidth, bufHeight, front.active.w, front.active.h);
2103 uint32_t bufWidth = mActiveBuffer->getWidth();
2105 if (bufWidth != uint32_t(oldActiveBuffer->width) ||