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

  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 546 CPDF_Point ptLeftBottom = InToOut(CPDF_Point(rect.left,rect.bottom));
549 return CPDF_Rect(ptLeftBottom.x,ptLeftBottom.y,ptRightTop.x,ptRightTop.y);
554 CPDF_Point ptLeftBottom = OutToIn(CPDF_Point(rect.left,rect.bottom));
557 return CPDF_Rect(ptLeftBottom.x,ptLeftBottom.y,ptRightTop.x,ptRightTop.y);
fxet_edit.cpp     [all...]

Completed in 49 milliseconds