Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.cpp141 return CFX_PointF(point.x + GetBTPoint().x, GetBTPoint().y - point.y); in InnerToOuter()
145 return CFX_PointF(point.x - GetBTPoint().x, GetBTPoint().y - point.y); in OuterToInner()
521 int32_t nItemIndex = GetItemIndex(GetBTPoint()); in GetTopItem()
Dcpwl_list_impl.h150 CFX_PointF GetBTPoint() const { in GetBTPoint() function
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp909 CFX_PointF CPDF_VariableText::GetBTPoint() const { in GetBTPoint() function in CPDF_VariableText
918 return CFX_PointF(point.x + GetBTPoint().x, GetBTPoint().y - point.y); in InToOut()
922 return CFX_PointF(point.x - GetBTPoint().x, GetBTPoint().y - point.y); in OutToIn()
Dcpdf_variabletext.h137 CFX_PointF GetBTPoint() const;