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

  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 195 CPDF_Point OuterToInner(const CPDF_Point & point) const{return CPDF_Point(point.x - GetBTPoint().x,GetBTPoint().y - point.y);}
199 CLST_Rect OuterToInner(const CPDF_Rect & rect) const{CPDF_Point ptLeftTop = OuterToInner(CPDF_Point(rect.left,rect.top));
200 CPDF_Point ptRightBottom = OuterToInner(CPDF_Point(rect.right,rect.bottom));
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 212 CPDF_Point pt = OuterToInner(point);

Completed in 578 milliseconds