Searched refs:getContentRect (Results 1 – 2 of 2) sorted by relevance
219 return a.getContentRect().equals(b.getContentRect()) && in pageInfoEquals()368 assertEquals(page.getInfo().getContentRect(), contentRect); in createPageWithFullContentRect()382 assertEquals(page.getInfo().getContentRect(), contentRect); in createPageWithPartialContentRect()396 assertEquals(page.getInfo().getContentRect(), contentRect); in createPageWithEmptyContentRect()414 assertEquals(page.getInfo().getContentRect(), contentRect); in createPageWithInverseContentRect()425 assertEquals(info.getContentRect(), new Rect(0, 0, 100, 200)); in defaultContentRectIsFullRect()
138 public void getContentRect() throws Exception { in getContentRect() method in PrintedPdfDocumentTest