HomeSort by relevance Sort by last modified time
    Searched refs:ptLeftTop (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 196 CPDF_Rect InnerToOuter(const CLST_Rect & rect) const{CPDF_Point ptLeftTop = InnerToOuter(CPDF_Point(rect.left,rect.top));
198 return CPDF_Rect(ptLeftTop.x,ptRightBottom.y,ptRightBottom.x,ptLeftTop.y);}
199 CLST_Rect OuterToInner(const CPDF_Rect & rect) const{CPDF_Point ptLeftTop = OuterToInner(CPDF_Point(rect.left,rect.top));
201 return CLST_Rect(ptLeftTop.x,ptLeftTop.y,ptRightBottom.x,ptRightBottom.y);}
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 386 CPDF_Point ptLeftTop = InToOut(CPDF_Point(rect.left, rect.top));
388 return CPDF_Rect(ptLeftTop.x, ptRightBottom.y, ptRightBottom.x, ptLeftTop.y);
392 CPDF_Point ptLeftTop = OutToIn(CPDF_Point(rect.left, rect.top));
394 return CPVT_FloatRect(ptLeftTop.x, ptLeftTop.y, ptRightBottom.x, ptRightBottom.y);

Completed in 5075 milliseconds