Lines Matching refs:scaledh
141 int scaledh = sf.getScaled(h);151 dstBuf = new byte[pitch * scaledh];159 int height = doTile ? tileh : scaledh;173 int height = doTile ? Math.min(tileh, h - y) : scaledh;240 saveImage(tempStr, dstBuf, scaledw, scaledh, pf);