Home | History | Annotate | Download | only in image

Lines Matching full:width

67      * of samples, the width, height and bands number of image data.
72 * the width of image data.
85 * of samples, the width, height and bands number of image data.
90 * the width of image data.
154 return new BandedSampleModel(dataType, width, height, scanlineStride, indices, offsets);
264 if (x < 0 || y < 0 || x >= this.width || y >= this.height) {
274 if (x < 0 || y < 0 || x >= this.width || y >= this.height) {
284 if (x < 0 || y < 0 || x >= this.width || y >= this.height) {
385 if (x < 0 || y < 0 || x >= this.width || y >= this.height) {
395 if (x < 0 || y < 0 || x >= this.width || y >= this.height) {
405 if (x < 0 || y < 0 || x >= this.width || y >= this.height) {