Searched defs:bitmapWidth (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()
128 int bitmapWidth = (int) (width * scale); in createDrawableBitmap() local174 int bitmapWidth = Math.round(bounds.width()); in createViewBitmap() local
112 final int bitmapWidth = bitmap.getWidth(); in draw() local245 int bitmapWidth = bitmap.getWidth(); in scaleCanvasToBounds() local
154 int bitmapWidth = mWidth / 2; in createRedEyeFrame() local
361 final int bitmapWidth; field in PageContentRepository.RenderSpec365 public RenderSpec(int bitmapWidth, int bitmapHeight, in RenderSpec()
409 final int bitmapWidth = getIntrinsicWidth(); in draw() local
876 int bitmapWidth = bitmap.getWidth(); in scaleDownIfNecessary() local