Searched refs:SetFy (Results 1 – 7 of 7) sorted by relevance
47 inline void SetFy(const wxSVGAnimatedLength& n) { m_fy = n; } in SetFy() function48 inline void SetFy(const wxSVGLength& n) { m_fy.SetBaseVal(n); } in SetFy() function
128 attributes.SetFy(radial.fy()->CurrentValue()); in SetGradientAttributes()160 attributes.SetFy(attributes.Cy()); in CollectGradientAttributes()
73 void SetFy(SVGLength* value) { in SetFy() function
127 attributes.SetFy(radial.fy()->CurrentValue()); in SetGradientAttributes()159 attributes.SetFy(attributes.Cy()); in CollectGradientAttributes()
39 procedure SetFy(AValue: single); procedure68 property y: single read Fy write SetFy {$IFDEF FPC} default 0{$ENDIF};145 procedure TBCSVGViewer.SetFy(AValue: single); procedure