Home
last modified time | relevance | path

Searched refs:NotifySizeChanged (Results 1 – 5 of 5) sorted by relevance

/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/core/
H A Dcfwl_widgetmgr.h78 void NotifySizeChanged(IFWL_Widget* pForm, FX_FLOAT fx, FX_FLOAT fy);
H A Dfwl_noteimp.cpp542 pWidgetMgr->NotifySizeChanged(pMsg->m_pDstTarget, (FX_FLOAT)pMsg->m_iWidth, in DoSize()
H A Dcfwl_widgetmgr.cpp387 void CFWL_WidgetMgr::NotifySizeChanged(IFWL_Widget* pForm, in NotifySizeChanged() function in CFWL_WidgetMgr
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/image/
H A Duimagestate.pas87 procedure NotifySizeChanged; procedure
598 if GetSize <> APrevSize then NotifySizeChanged;
722 procedure TImageState.NotifySizeChanged; procedure
H A Duimagediff.pas2275 if (imgState.Width <> imgState.Height) then imgState.NotifySizeChanged;
2282 if (imgState.Width <> imgState.Height) then imgState.NotifySizeChanged;