Lines Matching defs:crop
382 /* the window is clipped to the size of the buffer's crop rectangle; pixels
383 * outside the crop rectangle are treated as if they are completely
666 * native_window_set_crop(..., crop)
668 * Depending on the scaling mode, a buffer's crop region is scaled and/or
669 * cropped to match the surface's size. This function sets the crop in
672 * The specified crop region applies to all buffers queued after it is called.
674 * If 'crop' is NULL, subsequently queued buffers won't be cropped.
676 * An error is returned if for instance the crop region is invalid, out of the
681 android_native_rect_t const * crop)
683 return window->perform(window, NATIVE_WINDOW_SET_CROP, crop);
687 * native_window_set_post_transform_crop(..., crop)
689 * Depending on the scaling mode, a buffer's crop region is scaled and/or
690 * cropped to match the surface's size. This function sets the crop in
693 * The specified crop region applies to all buffers queued after it is called.
695 * If 'crop' is NULL, subsequently queued buffers won't be cropped.
697 * An error is returned if for instance the crop region is invalid, out of the
702 android_native_rect_t const * crop)
704 return window->perform(window, NATIVE_WINDOW_SET_POST_TRANSFORM_CROP, crop);
711 * sets the post-transform crop for compatibility while multi-project commits
767 * Calling this function will reset the window crop to a NULL value, which
792 * Calling this function will reset the window crop to a NULL value, which