Searched refs:pageHeight (Results 1 – 3 of 3) sorted by relevance
42 double pageWidth, pageHeight; in _mupdf_get_hdr() local55 &pageHeight); in _mupdf_get_hdr()62 imageHeight = (unsigned int) (pageHeight * zoom); in _mupdf_get_hdr()73 pageWidth, pageHeight, image_info->pdf_render_resolution, zoom, size); in _mupdf_get_hdr()
102 int pageHeight = getMeasuredHeight(); in focusSearch() local103 int dy = (direction == View.FOCUS_FORWARD) ? pageHeight : -pageHeight; in focusSearch()
81 val pageHeight = view.height in transformPage() constant92 val yPosition = position * pageHeight in transformPage()