Searched refs:GetBTPoint (Results 1 – 4 of 4) sorted by relevance
141 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()
150 CFX_PointF GetBTPoint() const { in GetBTPoint() function
909 CFX_PointF CPDF_VariableText::GetBTPoint() const { in GetBTPoint() function in CPDF_VariableText918 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()
137 CFX_PointF GetBTPoint() const;