Home | History | Annotate | Download | only in dec

Lines Matching full:crop

564 // crop options. Also updates the input data pointer, so that it points to the
567 // Returns true if the crop window is not empty.
580 if (y_start >= y_end) return 0; // Crop window is empty.
587 return 1; // Non-empty crop window.