Lines Matching defs:height
111 int width, int height);
154 int width, int height)
161 Raster srcRas = srcData.getRaster(srcx, srcy, width, height);
163 (WritableRaster) dstData.getRaster(dstx, dsty, width, height);
166 clip = Region.getInstanceXYWH(dstx, dsty, width, height);
168 int span[] = {dstx, dsty, dstx+width, dsty+height};
202 int width, int height)
206 width, height,
247 int width, int height)
263 width, height, cachedSrc);
283 width, height, cachedDst);
294 width, height);
299 dstx, dsty, width, height);
325 int width, int height)
329 srcx, srcy, dstx, dsty, width, height);