Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:CPDF_Point

304     CPVT_WordPlace							SearchWordPlace(const CPDF_Point & point) const;

368 CPDF_Point GetBTPoint() const
370 return CPDF_Point(m_rcPlate.left, m_rcPlate.top);
372 CPDF_Point GetETPoint() const
374 return CPDF_Point(m_rcPlate.right, m_rcPlate.bottom);
376 inline CPDF_Point InToOut(const CPDF_Point & point) const
378 return CPDF_Point(point.x + GetBTPoint().x, GetBTPoint().y - point.y);
380 inline CPDF_Point OutToIn(const CPDF_Point & point) const
382 return CPDF_Point(point.x - GetBTPoint().x, GetBTPoint().y - point.y);
386 CPDF_Point ptLeftTop = InToOut(CPDF_Point(rect.left, rect.top));
387 CPDF_Point ptRightBottom = InToOut(CPDF_Point(rect.right, rect.bottom));
392 CPDF_Point ptLeftTop = OutToIn(CPDF_Point(rect.left, rect.top));
393 CPDF_Point ptRightBottom = OutToIn(CPDF_Point(rect.right, rect.bottom));
525 CPVT_WordPlace SearchWordPlace(const CPDF_Point & point) const;
526 CPVT_WordPlace GetUpWordPlace(const CPVT_WordPlace & place, const CPDF_Point & point) const;
527 CPDF_Point & point) const;