Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.h137 CFX_PointF GetBTPoint() const { in GetBTPoint() function
146 return CFX_PointF(point.x + GetBTPoint().x, GetBTPoint().y - point.y); in InnerToOuter()
149 return CFX_PointF(point.x - GetBTPoint().x, GetBTPoint().y - point.y); in OuterToInner()
Dfxet_list.cpp608 int32_t nItemIndex = GetItemIndex(GetBTPoint()); in GetTopItem()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp1112 CFX_PointF CPDF_VariableText::GetBTPoint() const { in GetBTPoint() function in CPDF_VariableText
1121 return CFX_PointF(point.x + GetBTPoint().x, GetBTPoint().y - point.y); in InToOut()
1125 return CFX_PointF(point.x - GetBTPoint().x, GetBTPoint().y - point.y); in OutToIn()
Dcpdf_variabletext.h155 CFX_PointF GetBTPoint() const;