Home
last modified time | relevance | path

Searched refs:ptLeftBottom (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp223 CFX_PointF ptLeftBottom = InToOut(CFX_PointF(rect.left, rect.bottom)); in InToOut() local
225 return CFX_FloatRect(ptLeftBottom.x, ptLeftBottom.y, ptRightTop.x, in InToOut()
230 CFX_PointF ptLeftBottom = OutToIn(CFX_PointF(rect.left, rect.bottom)); in OutToIn() local
232 return CFX_FloatRect(ptLeftBottom.x, ptLeftBottom.y, ptRightTop.x, in OutToIn()
Dfxet_edit.cpp1313 CFX_PointF ptLeftBottom = VTToEdit(CFX_PointF(rect.left, rect.bottom)); in VTToEdit() local
1316 return CFX_FloatRect(ptLeftBottom.x, ptLeftBottom.y, ptRightTop.x, in VTToEdit()