Home
last modified time | relevance | path

Searched refs:ApplyPageTransform (Results 1 – 2 of 2) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dpage.cc108 Point_i Page::ApplyPageTransform(const Point_d& input) const { in ApplyPageTransform() function in pdfClient::Page
115 Rectangle_i Page::ApplyPageTransform(const Rectangle_d& input) const { in ApplyPageTransform() function in pdfClient::Page
116 return ApplyPageTransform(OuterIntRect(input)); in ApplyPageTransform()
119 Rectangle_i Page::ApplyPageTransform(const Rectangle_i& input) const { in ApplyPageTransform() function in pdfClient::Page
223 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 …]
Dpage.h109 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;