HomeSort by relevance Sort by last modified time
    Searched defs:GetBTPoint (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/pwl/
cpwl_list_impl.h 149 CFX_PointF GetBTPoint() const {
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.cpp 963 CFX_PointF CPDF_VariableText::GetBTPoint() const {
972 return CFX_PointF(point.x + GetBTPoint().x, GetBTPoint().y - point.y);
976 return CFX_PointF(point.x - GetBTPoint().x, GetBTPoint().y - point.y);

Completed in 963 milliseconds