Home | History | Annotate | Download | only in surfaceflinger

Lines Matching full:reqheight

3133         Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3181 uint32_t reqWidth, reqHeight;
3190 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3194 sourceCrop(sourceCrop), reqWidth(reqWidth), reqHeight(reqHeight),
3208 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3231 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3244 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3255 static_cast<int32_t>(reqHeight) != hw_h;
3283 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation);
3314 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3328 if ((reqWidth > hw_w) || (reqHeight > hw_h)) {
3330 reqWidth, reqHeight, hw_w, hw_h);
3335 reqHeight = (!reqHeight) ? hw_h : reqHeight;
3348 err = native_window_set_buffers_dimensions(window, reqWidth, reqHeight);
3375 hw, sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, true,
3416 uint32_t* pixels = new uint32_t[reqWidth*reqHeight];
3417 getRenderEngine().readPixels(0, 0, reqWidth, reqHeight, pixels);
3418 checkScreenshot(reqWidth, reqHeight, reqWidth, pixels,