Searched refs:GetBTPoint (Results 1 – 4 of 4) sorted by relevance
143 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()
149 CFX_PointF GetBTPoint() const { in GetBTPoint() function
963 CFX_PointF CPDF_VariableText::GetBTPoint() const { in GetBTPoint() function in CPDF_VariableText972 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()
138 CFX_PointF GetBTPoint() const;