Home
last modified time | relevance | path

Searched refs:SetFormSize (Results 1 – 9 of 9) sorted by relevance

/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/core/
H A Difwl_form.h54 FWL_Error SetFormSize(FWL_FORMSIZE eFormSize);
H A Dfwl_formimp.h77 FWL_Error SetFormSize(FWL_FORMSIZE eFormSize);
H A Dfwl_formimp.cpp51 FWL_Error IFWL_Form::SetFormSize(FWL_FORMSIZE eFormSize) { in SetFormSize() function in IFWL_Form
52 return static_cast<CFWL_FormImp*>(GetImpl())->SetFormSize(eFormSize); in SetFormSize()
377 FWL_Error CFWL_FormImp::SetFormSize(FWL_FORMSIZE eFormSize) { in SetFormSize() function in CFWL_FormImp
/dports/devel/upp/upp/bazaar/FormEditor/
H A DFormView.hpp89 SetFormSize(_Layouts[index].GetFormSize()); in SelectLayout()
178 void SetFormSize(const Size& sz);
H A DFormViewPos.cpp4 void FormView::SetFormSize(const Size& sz) in SetFormSize() function in FormView
H A DFormEdit.hpp218 _View.SetFormSize(_View.GetCurrentLayout()->GetFormSize()); in UpdateLayoutList()
H A DFormViewInput.cpp209 SetFormSize( Size(r2.Width(), r2.Height()) ); in ProcessLeftDrag()
H A DFormEdit.cpp856 _View.SetFormSize(Size(~dlg.Width, ~dlg.Height)); in OpenLayoutProperties()
/dports/x11-toolkits/vdk/vdk-2.5.1/include/vdk/
H A Dforms.h397 void SetFormSize(VDKPoint p) in SetFormSize() function