Searched defs:bitmapHeight (Results 1 – 8 of 8) sorted by relevance
29 oneway void renderPage(int pageIndex, int bitmapWidth, int bitmapHeight, in renderPage()
105 public void renderPage(int pageIndex, int bitmapWidth, int bitmapHeight, in renderPage()
129 int bitmapHeight = (int) (height * scale); in createDrawableBitmap() local175 int bitmapHeight = Math.round(bounds.height()); in createViewBitmap() local
113 final int bitmapHeight = bitmap.getHeight(); in draw() local246 int bitmapHeight = bitmap.getHeight(); in scaleCanvasToBounds() local
155 int bitmapHeight = mHeight / 2; in createRedEyeFrame() local
362 final int bitmapHeight; field in PageContentRepository.RenderSpec365 public RenderSpec(int bitmapWidth, int bitmapHeight, in RenderSpec()
410 final int bitmapHeight = getIntrinsicHeight(); in draw() local
877 int bitmapHeight = bitmap.getHeight(); in scaleDownIfNecessary() local