Searched refs:DoubleRect (Results 1 – 3 of 3) sorted by relevance
/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/ |
D | page.cc | 207 Rectangle_d rect = DoubleRect(0, 0, 0, 0); in GetTextBounds() 214 rect = DoubleRect(x1, y1, x2, y2); in GetTextBounds() 216 rect = Union(rect, DoubleRect(x1, y1, x2, y2)); in GetTextBounds() 225 rect = DoubleRect(0, 0, 0, 0); in GetTextBounds() 606 return DoubleRect(x1, y1, x2, y2); in GetRawCharBounds() 667 Rectangle_d rect_d = DoubleRect(r.left, r.top, r.right, r.bottom); in GetRect()
|
D | rect.cc | 53 Rectangle_d DoubleRect(const double x1, const double y1, const double x2, const double y2) { in DoubleRect() function 81 return DoubleRect(0, 0, 0, 0); in Intersect()
|
D | rect.h | 119 Rectangle_d DoubleRect(const double x1, const double y1, const double x2, const double y2);
|