Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp1189 bool Document::IsEnclosedInRect(CFX_FloatRect rect, CFX_FloatRect LinkRect) { in IsEnclosedInRect() argument
1190 return (rect.left <= LinkRect.left && rect.top <= LinkRect.top && in IsEnclosedInRect()
1191 rect.right >= LinkRect.right && rect.bottom >= LinkRect.bottom); in IsEnclosedInRect()
DDocument.h268 bool IsEnclosedInRect(CFX_FloatRect rect, CFX_FloatRect LinkRect);