Home
last modified time | relevance | path

Searched refs:SetFy (Results 1 – 7 of 7) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/include/wxSVG/
H A DSVGRadialGradientElement.h47 inline void SetFy(const wxSVGAnimatedLength& n) { m_fy = n; } in SetFy() function
48 inline void SetFy(const wxSVGLength& n) { m_fy.SetBaseVal(n); } in SetFy() function
/dports/graphics/wxsvg/wxsvg-1.5.22/include/wxSVG/
H A DSVGRadialGradientElement.h47 inline void SetFy(const wxSVGAnimatedLength& n) { m_fy = n; } in SetFy() function
48 inline void SetFy(const wxSVGLength& n) { m_fy.SetBaseVal(n); } in SetFy() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_radial_gradient_element.cc128 attributes.SetFy(radial.fy()->CurrentValue()); in SetGradientAttributes()
160 attributes.SetFy(attributes.Cy()); in CollectGradientAttributes()
H A Dradial_gradient_attributes.h73 void SetFy(SVGLength* value) { in SetFy() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_radial_gradient_element.cc127 attributes.SetFy(radial.fy()->CurrentValue()); in SetGradientAttributes()
159 attributes.SetFy(attributes.Cy()); in CollectGradientAttributes()
H A Dradial_gradient_attributes.h73 void SetFy(SVGLength* value) { in SetFy() function
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbcsvgviewer.pas39 procedure SetFy(AValue: single); procedure
68 property y: single read Fy write SetFy {$IFDEF FPC} default 0{$ENDIF};
145 procedure TBCSVGViewer.SetFy(AValue: single); procedure