Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.cpp129 CFX_PointF ptLeftBottom = InToOut(CFX_PointF(rect.left, rect.bottom)); in InToOut() local
131 return CFX_FloatRect(ptLeftBottom.x, ptLeftBottom.y, ptRightTop.x, in InToOut()
136 CFX_PointF ptLeftBottom = OutToIn(CFX_PointF(rect.left, rect.bottom)); in OutToIn() local
138 return CFX_FloatRect(ptLeftBottom.x, ptLeftBottom.y, ptRightTop.x, in OutToIn()
Dcpwl_edit_impl.cpp980 CFX_PointF ptLeftBottom = VTToEdit(CFX_PointF(rect.left, rect.bottom)); in VTToEdit() local
983 return CFX_FloatRect(ptLeftBottom.x, ptLeftBottom.y, ptRightTop.x, in VTToEdit()