HomeSort by relevance Sort by last modified time
    Searched defs:SetPlateRect (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 187 virtual void SetPlateRect(const CPDF_Rect & rect){m_rcPlate = rect;}
323 virtual void SetPlateRect(const CPDF_Rect & rect);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 722 void CFX_ListCtrl::SetPlateRect(const CPDF_Rect & rect)
724 CFX_ListContainer::SetPlateRect(rect);
fxet_edit.cpp 1059 void CFX_Edit::SetPlateRect(const CPDF_Rect & rect, FX_BOOL bPaint/* = TRUE*/)
1061 m_pVT->SetPlateRect(rect);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 340 virtual void SetPlateRect(const CPDF_Rect & rect)
411 void SetPlateRect(const CPDF_Rect & rect)
413 CPDF_EditContainer::SetPlateRect(rect);

Completed in 49 milliseconds