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

/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h174 CPDF_Point ptLeftTop = InnerToOuter(CPDF_Point(rect.left, rect.top)); local
177 return CPDF_Rect(ptLeftTop.x, ptRightBottom.y, ptRightBottom.x,
178 ptLeftTop.y);
181 CPDF_Point ptLeftTop = OuterToInner(CPDF_Point(rect.left, rect.top)); local
184 return CLST_Rect(ptLeftTop.x, ptLeftTop.y, ptRightBottom.x,
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h323 CPDF_Point ptLeftTop = InToOut(CPDF_Point(rect.left, rect.top)); local
325 return CPDF_Rect(ptLeftTop.x, ptRightBottom.y, ptRightBottom.x,
326 ptLeftTop.y);
329 CPDF_Point ptLeftTop = OutToIn(CPDF_Point(rect.left, rect.top)); local
331 return CPVT_FloatRect(ptLeftTop.x, ptLeftTop.y, ptRightBottom.x,

Completed in 50 milliseconds