Searched refs:Rectangle_d (Results 1 – 4 of 4) sorted by relevance
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | rect.h | 55 struct Rectangle_d { struct 96 inline bool IsEmpty(const Rectangle_d& rect) { in IsEmpty() 116 Rectangle_i OuterIntRect(const Rectangle_d& input); 119 Rectangle_d DoubleRect(const double x1, const double y1, const double x2, const double y2); 124 Rectangle_d Intersect(const Rectangle_d& lhs, const Rectangle_d& rhs); 128 Rectangle_d Union(const Rectangle_d& lhs, const Rectangle_d& rhs);
|
D | rect.cc | 49 Rectangle_i OuterIntRect(const Rectangle_d& input) { in OuterIntRect() 53 Rectangle_d DoubleRect(const double x1, const double y1, const double x2, const double y2) { in DoubleRect() 54 Rectangle_d output; in DoubleRect() 74 Rectangle_d Intersect(const Rectangle_d& lhs, const Rectangle_d& rhs) { in Intersect() 75 Rectangle_d output; in Intersect() 95 Rectangle_d Union(const Rectangle_d& lhs, const Rectangle_d& rhs) { in Union() 96 Rectangle_d output; in Union()
|
D | page.h | 110 Rectangle_i ApplyPageTransform(const Rectangle_d& input) const; 279 Rectangle_d GetRawCharBounds(int char_index);
|
D | page.cc | 115 Rectangle_i Page::ApplyPageTransform(const Rectangle_d& input) const { in ApplyPageTransform() 207 Rectangle_d rect = DoubleRect(0, 0, 0, 0); in GetTextBounds() 603 Rectangle_d Page::GetRawCharBounds(const int char_index) { in GetRawCharBounds() 667 Rectangle_d rect_d = DoubleRect(r.left, r.top, r.right, r.bottom); in GetRect()
|