Home | History | Annotate | Download | only in tests

Lines Matching refs:crop

149         const android_native_rect_t& crop(crops[i]);
151 crop.left, crop.top, crop.right, crop.bottom).string());
153 ASSERT_EQ(NO_ERROR, native_window_set_crop(mANW.get(), &crop));
164 fillYV12BufferRect(img, texWidth, texHeight, buf->getStride(), crop);
564 // ie NATIVE_WINDOW_SCALING_MODE_CROP should crop
581 // The crop is in the shape of (320, 180) === 16 x 9
589 // crop should be the same as crop (same aspect ratio)
600 // crop should be the same height, but have cropped left and right borders
612 // crop should be the same width, but have cropped top and bottom borders