Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.h145 CFX_PointF InnerToOuter(const CFX_PointF& point) const { in InnerToOuter() function
151 CFX_FloatRect InnerToOuter(const CLST_Rect& rect) const { in InnerToOuter() function
152 CFX_PointF ptLeftTop = InnerToOuter(CFX_PointF(rect.left, rect.top)); in InnerToOuter()
154 InnerToOuter(CFX_PointF(rect.right, rect.bottom)); in InnerToOuter()
Dfxet_list.cpp380 return InnerToOuter(CLST_Rect(rcItem)); in GetItemRectInternal()
574 return InnerToOuter(CFX_ListContainer::GetContentRect()); in GetContentRectInternal()