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

/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp546 CPDF_Point ptLeftBottom = InToOut(CPDF_Point(rect.left,rect.bottom)); local
549 return CPDF_Rect(ptLeftBottom.x,ptLeftBottom.y,ptRightTop.x,ptRightTop.y);
554 CPDF_Point ptLeftBottom = OutToIn(CPDF_Point(rect.left,rect.bottom)); local
557 return CPDF_Rect(ptLeftBottom.x,ptLeftBottom.y,ptRightTop.x,ptRightTop.y);
H A Dfxet_edit.cpp2170 CPDF_Point ptLeftBottom = VTToEdit(CPDF_Point(rect.left,rect.bottom)); local
2173 return CPDF_Rect(ptLeftBottom.x,ptLeftBottom.y,ptRightTop.x,ptRightTop.y);
2178 CPDF_Point ptLeftBottom = EditToVT(CPDF_Point(rect.left,rect.bottom)); local
2181 return CPDF_Rect(ptLeftBottom.x,ptLeftBottom.y,ptRightTop.x,ptRightTop.y);

Completed in 69 milliseconds