Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h167 CPDF_Point InnerToOuter(const CPDF_Point& point) const { in InnerToOuter() function
173 CPDF_Rect InnerToOuter(const CLST_Rect& rect) const { in InnerToOuter() function
174 CPDF_Point ptLeftTop = InnerToOuter(CPDF_Point(rect.left, rect.top)); in InnerToOuter()
176 InnerToOuter(CPDF_Point(rect.right, rect.bottom)); in InnerToOuter()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp163 return InnerToOuter(CFX_ListContainer::GetContentRect()); in GetContentRect()
258 return InnerToOuter(rcItem); in GetItemRect()