Home | History | Annotate | Download | only in java

Lines Matching defs:_w

431 _w, _h, _tilew, _tileh,
481 _w = w; _h = h; _tilew = tilew; _tileh = tileh;
486 System.out.format(" --> %d x %d", sf.getScaled(_w),
502 _w = h; _h = w; _tilew = tileh; _tileh = tilew;
509 _w = _w - (_w % TJ.getMCUWidth(_subsamp));
515 _w = _w - (_w % TJ.getMCUHeight(_subsamp));
519 _ntilesw = (_w + _tilew - 1) / _tilew;
536 for (x = 0; x < _w; x += _tilew, tile++) {
538 t[tile].width = Math.min(_tilew, _w - x);
599 _tilew = _w;
603 decomp(null, jpegBuf, jpegSize, null, _w, _h, _subsamp, 0,