Searched refs:ptRightBottom (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_list.h | 175 CPDF_Point ptRightBottom = in InnerToOuter() local 177 return CPDF_Rect(ptLeftTop.x, ptRightBottom.y, ptRightBottom.x, in InnerToOuter() 182 CPDF_Point ptRightBottom = in OuterToInner() local 184 return CLST_Rect(ptLeftTop.x, ptLeftTop.y, ptRightBottom.x, in OuterToInner() 185 ptRightBottom.y); in OuterToInner()
|
/external/pdfium/core/src/fpdfdoc/ |
D | pdf_vt.h | 324 CPDF_Point ptRightBottom = InToOut(CPDF_Point(rect.right, rect.bottom)); in InToOut() local 325 return CPDF_Rect(ptLeftTop.x, ptRightBottom.y, ptRightBottom.x, in InToOut() 330 CPDF_Point ptRightBottom = OutToIn(CPDF_Point(rect.right, rect.bottom)); in OutToIn() local 331 return CPVT_FloatRect(ptLeftTop.x, ptLeftTop.y, ptRightBottom.x, in OutToIn() 332 ptRightBottom.y); in OutToIn()
|