Searched refs:ApplyPageTransform (Results 1 – 2 of 2) sorted by relevance
108 Point_i Page::ApplyPageTransform(const Point_d& input) const { in ApplyPageTransform() function in pdfClient::Page115 Rectangle_i Page::ApplyPageTransform(const Rectangle_d& input) const { in ApplyPageTransform() function in pdfClient::Page116 return ApplyPageTransform(OuterIntRect(input)); in ApplyPageTransform()119 Rectangle_i Page::ApplyPageTransform(const Rectangle_i& input) const { in ApplyPageTransform() function in pdfClient::Page223 rects->push_back(ApplyPageTransform(rect)); in GetTextBounds()231 rects->push_back(ApplyPageTransform(rect)); in GetTextBounds()306 auto tPoint = ApplyPageTransform(point); in GetGotoLinks()311 auto tPoint = ApplyPageTransform(point); in GetGotoLinks()345 Rectangle_i transformed_widget_rect = ApplyPageTransform(result.widget_rect()); in GetFormWidgetInfo()361 Rectangle_i transformed_widget_rect = ApplyPageTransform(result.widget_rect()); in GetFormWidgetInfo()[all …]
109 Point_i ApplyPageTransform(const Point_d& input) const;110 Rectangle_i ApplyPageTransform(const Rectangle_d& input) const;111 Rectangle_i ApplyPageTransform(const Rectangle_i& input) const;