Searched refs:setLogicalWidth (Results 1 – 2 of 2) sorted by relevance
408 result.setLogicalWidth((srcRect.right - srcRect.left) / mOpts.inSampleSize); in decode()412 result.setLogicalWidth(mOpts.outWidth); in decode()419 result.setLogicalWidth(decodeResult.getWidth()); in decode()422 result.setLogicalWidth(decodeResult.getHeight()); in decode()
49 public void setLogicalWidth(int w) { in setLogicalWidth() method in ReusableBitmap