Lines Matching refs:width
73 * will be the same as the width. Each band will be stored in
76 * @param w The width (in pixels) of the region of
96 * @param w The width (in pixels) of the region of
117 * width and height. The new BandedSampleModel will have the same
122 * @param w the width of the resulting <code>BandedSampleModel</code>
125 * width and height.
173 return new BandedSampleModel(this.dataType, width, height,
257 if ((x < 0) || (y < 0) || (x >= width) || (y >= height)) {
374 if ((x < 0) || (y < 0) || (x >= width) || (y >= height)) {
402 * @param w The width of the pixel rectangle
414 if (x < 0 || x >= width || w > width || x1 < 0 || x1 > width ||
459 if ((x < 0) || (y < 0) || (x >= width) || (y >= height)) {
483 if ((x < 0) || (y < 0) || (x >= width) || (y >= height)) {
507 if ((x < 0) || (y < 0) || (x >= width) || (y >= height)) {
524 * @param w The width of the pixel rectangle
536 if ((x < 0) || (y < 0) || (x + w > width) || (y + h > height)) {
597 if ((x < 0) || (y < 0) || (x >= width) || (y >= height)) {
672 if ((x < 0) || (y < 0) || (x >= width) || (y >= height)) {
690 * @param w The width of the pixel rectangle
701 if (x < 0 || x >= width || w > width || x1 < 0 || x1 > width ||
739 if ((x < 0) || (y < 0) || (x >= width) || (y >= height)) {
763 if ((x < 0) || (y < 0) || (x >= width) || (y >= height)) {
787 if ((x < 0) || (y < 0) || (x >= width) || (y >= height)) {
802 * @param w The width of the pixel rectangle
812 if ((x < 0) || (y < 0) || (x + w > width) || (y + h > height)) {