Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_clippath.cpp84 CFX_FloatRect old_rect(point0.x, point0.y, point2.x, point2.y); in AppendPath() local
86 if (old_rect.Contains(new_rect)) in AppendPath()
Dcpdf_contentparser.cpp226 CFX_FloatRect old_rect(point0.x, point0.y, point2.x, point2.y); in CheckClip() local
227 if (old_rect.Contains(pObj->GetRect())) in CheckClip()