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 188 virtual void SetPlateRect(const CPDF_Rect & rect){m_rcPlate = rect;}
324 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 1042 void CFX_Edit::SetPlateRect(const CPDF_Rect & rect, FX_BOOL bPaint/* = TRUE*/)
1044 m_pVT->SetPlateRect(rect);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 337 virtual void SetPlateRect(const CPDF_Rect & rect)
408 void SetPlateRect(const CPDF_Rect & rect)
410 CPDF_EditContainer::SetPlateRect(rect);

Completed in 46 milliseconds