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

  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 191 CPDF_Point GetBTPoint() const{return CPDF_Point(m_rcPlate.left,m_rcPlate.top);}
194 CPDF_Point InnerToOuter(const CPDF_Point & point) const{return CPDF_Point(point.x + GetBTPoint().x,GetBTPoint().y - point.y);}
195 CPDF_Point OuterToInner(const CPDF_Point & point) const{return CPDF_Point(point.x - GetBTPoint().x,GetBTPoint().y - point.y);}
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 368 CPDF_Point GetBTPoint() const
378 return CPDF_Point(point.x + GetBTPoint().x, GetBTPoint().y - point.y);
382 return CPDF_Point(point.x - GetBTPoint().x, GetBTPoint().y - point.y);

Completed in 114 milliseconds