Searched defs:ptLeftTop (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h197 CPDF_Rect InnerToOuter(const CLST_Rect & rect) const{CPDF_Point ptLeftTop = InnerToOuter(CPDF_Point(rect.left,rect.top)); local
199 return CPDF_Rect(ptLeftTop.x,ptRightBottom.y,ptRightBottom.x,ptLeftTop.y);}
200 CLST_Rect OuterToInner(const CPDF_Rect & rect) const{CPDF_Point ptLeftTop = OuterToInner(CPDF_Point(rect.left,rect.top)); local
202 return CLST_Rect(ptLeftTop.x,ptLeftTop.y,ptRightBottom.x,ptRightBottom.y);}
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h383 CPDF_Point ptLeftTop = InToOut(CPDF_Point(rect.left, rect.top)); local
385 return CPDF_Rect(ptLeftTop.x, ptRightBottom.y, ptRightBottom.x, ptLeftTop.y);
389 CPDF_Point ptLeftTop = OutToIn(CPDF_Point(rect.left, rect.top)); local
391 return CPVT_FloatRect(ptLeftTop.x, ptLeftTop.y, ptRightBottom.x, ptRightBottom.y);

Completed in 1307 milliseconds