Searched refs:LinkRect (Results 1 – 2 of 2) sorted by relevance
180 bool IsEnclosedInRect(CFX_FloatRect rect, CFX_FloatRect LinkRect);
1542 bool Document::IsEnclosedInRect(CFX_FloatRect rect, CFX_FloatRect LinkRect) in IsEnclosedInRect() argument1544 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()