Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/javascript/
DDocument.h180 bool IsEnclosedInRect(CFX_FloatRect rect, CFX_FloatRect LinkRect);
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp1542 bool Document::IsEnclosedInRect(CFX_FloatRect rect, CFX_FloatRect LinkRect) in IsEnclosedInRect() argument
1544 if (rect.left <= LinkRect.left in IsEnclosedInRect()
1545 && rect.top <= LinkRect.top in IsEnclosedInRect()
1546 && rect.right >= LinkRect.right in IsEnclosedInRect()
1547 && rect.bottom >= LinkRect.bottom) in IsEnclosedInRect()