Home
last modified time | relevance | path

Searched refs:Intersect (Results 1 – 4 of 4) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Drect.h123 Rectangle_i Intersect(const Rectangle_i& lhs, const Rectangle_i& rhs);
124 Rectangle_d Intersect(const Rectangle_d& lhs, const Rectangle_d& rhs);
Drect.cc62 Rectangle_i Intersect(const Rectangle_i& lhs, const Rectangle_i& rhs) { in Intersect() function
74 Rectangle_d Intersect(const Rectangle_d& lhs, const Rectangle_d& rhs) { in Intersect() function
Dtext_test.cc166 copy = Intersect(copy, page_rect); in TEST()
Dpage.cc128 output = Intersect(output, Dimensions()); in ApplyPageTransform()