Searched refs:IntRect (Results 1 – 7 of 7) sorted by relevance
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | page_test.cc | 69 page->NotifyInvalidRect(pdfClient::IntRect(100, 100, 200, 200)); in TEST() 86 page->NotifyInvalidRect(pdfClient::IntRect(100, 100, 200, 200)); in TEST() 87 page->NotifyInvalidRect(pdfClient::IntRect(400, 100, 500, 200)); in TEST() 88 page->NotifyInvalidRect(pdfClient::IntRect(100, 400, 200, 500)); in TEST() 104 page->NotifyInvalidRect(pdfClient::IntRect(100, 100, 200, 200)); in TEST() 105 page->NotifyInvalidRect(pdfClient::IntRect(400, 100, 500, 200)); in TEST() 106 page->NotifyInvalidRect(pdfClient::IntRect(100, 400, 200, 500)); in TEST() 108 page->NotifyInvalidRect(pdfClient::IntRect(400, 400, 500, 500)); in TEST() 122 page->NotifyInvalidRect(pdfClient::IntRect(-100, 100, 200, 200)); in TEST() 123 page->NotifyInvalidRect(pdfClient::IntRect(400, -100, 500, 200)); in TEST() [all …]
|
D | rect.cc | 32 Rectangle_i IntRect(const int x1, const int y1, const int x2, const int y2) { in IntRect() function 41 Rectangle_i IntRect(const Point_i& p1, const Point_i& p2) { in IntRect() function 42 return IntRect(p1.x, p1.y, p2.x, p2.y); in IntRect() 50 return IntRect(floor(input.left), floor(input.top), ceil(input.right), ceil(input.bottom)); in OuterIntRect() 69 return IntRect(0, 0, 0, 0); in Intersect()
|
D | rect.h | 107 Rectangle_i IntRect(const int x1, const int y1, const int x2, const int y2); 110 Rectangle_i IntRect(const Point_i& p1, const Point_i& p2);
|
D | form_widget_info.cc | 28 const Rectangle_i kDefaultRect = IntRect(-1, -1, -1, -1);
|
D | page.cc | 50 static const Rectangle_i kEmptyIntRectangle = IntRect(0, 0, 0, 0); 77 return IntRect(0, 0, Width(), Height()); in Dimensions() 126 Rectangle_i output = IntRect(output1, output2); in ApplyPageTransform()
|
D | form_filler.cc | 92 static const Rectangle_i kDefaultAnnotationRect = IntRect(-1, -1, -1, -1); 455 Rectangle_i rect = IntRect(left, top, right, bottom); in Invalidate()
|
D | pdf_document_jni.cc | 128 dimensions = pdfClient::IntRect(0, 0, 612, 792); // Default to Letter size. in Java_android_graphics_pdf_PdfDocumentProxy_getPageDimensions()
|