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

/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_list.h152 CFX_PointF ptLeftTop = InnerToOuter(CFX_PointF(rect.left, rect.top)); local
155 return CFX_FloatRect(ptLeftTop.x, ptRightBottom.y, ptRightBottom.x,
156 ptLeftTop.y);
159 CFX_PointF ptLeftTop = OuterToInner(CFX_PointF(rect.left, rect.top)); local
162 return CLST_Rect(ptLeftTop.x, ptLeftTop.y, ptRightBottom.x,
/external/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.cpp1129 CFX_PointF ptLeftTop = InToOut(CFX_PointF(rect.left, rect.top)); local
1131 return CFX_FloatRect(ptLeftTop.x, ptRightBottom.y, ptRightBottom.x,
1132 ptLeftTop.y);
1136 CFX_PointF ptLeftTop = OutToIn(CFX_PointF(rect.left, rect.top)); local
1138 return CPVT_FloatRect(ptLeftTop.x, ptLeftTop.y, ptRightBottom.x,

Completed in 141 milliseconds