Home
last modified time | relevance | path

Searched refs:GetBTPoint (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.cpp143 return CFX_PointF(point.x + GetBTPoint().x, GetBTPoint().y - point.y); in InnerToOuter()
147 return CFX_PointF(point.x - GetBTPoint().x, GetBTPoint().y - point.y); in OuterToInner()
516 int32_t nItemIndex = GetItemIndex(GetBTPoint()); in GetTopItem()
Dcpwl_list_impl.h149 CFX_PointF GetBTPoint() const { in GetBTPoint() function
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp963 CFX_PointF CPDF_VariableText::GetBTPoint() const { in GetBTPoint() function in CPDF_VariableText
972 return CFX_PointF(point.x + GetBTPoint().x, GetBTPoint().y - point.y); in InToOut()
976 return CFX_PointF(point.x - GetBTPoint().x, GetBTPoint().y - point.y); in OutToIn()
Dcpdf_variabletext.h138 CFX_PointF GetBTPoint() const;