Home
last modified time | relevance | path

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

/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dimage.cpp614 static inline double spline_cube(double value) in spline_cube() function
621 return (spline_cube(value + 2) - in spline_weight()
622 4 * spline_cube(value + 1) + in spline_weight()
623 6 * spline_cube(value) - in spline_weight()
624 4 * spline_cube(value - 1)) / 6; in spline_weight()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dimage.cpp614 static inline double spline_cube(double value) in spline_cube() function
621 return (spline_cube(value + 2) - in spline_weight()
622 4 * spline_cube(value + 1) + in spline_weight()
623 6 * spline_cube(value) - in spline_weight()
624 4 * spline_cube(value - 1)) / 6; in spline_weight()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dimage.cpp614 static inline double spline_cube(double value) in spline_cube() function
621 return (spline_cube(value + 2) - in spline_weight()
622 4 * spline_cube(value + 1) + in spline_weight()
623 6 * spline_cube(value) - in spline_weight()
624 4 * spline_cube(value - 1)) / 6; in spline_weight()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dimage.cpp614 static inline double spline_cube(double value) in spline_cube() function
621 return (spline_cube(value + 2) - in spline_weight()
622 4 * spline_cube(value + 1) + in spline_weight()
623 6 * spline_cube(value) - in spline_weight()
624 4 * spline_cube(value - 1)) / 6; in spline_weight()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dimage.cpp861 static inline double spline_cube(double value) in spline_cube() function
868 return (spline_cube(value + 2) - in spline_weight()
869 4 * spline_cube(value + 1) + in spline_weight()
870 6 * spline_cube(value) - in spline_weight()
871 4 * spline_cube(value - 1)) / 6; in spline_weight()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dimage.cpp791 static inline double spline_cube(double value) in spline_cube() function
798 return (spline_cube(value + 2) - in spline_weight()
799 4 * spline_cube(value + 1) + in spline_weight()
800 6 * spline_cube(value) - in spline_weight()
801 4 * spline_cube(value - 1)) / 6; in spline_weight()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dimage.cpp787 static inline double spline_cube(double value) in spline_cube() function
794 return (spline_cube(value + 2) - in spline_weight()
795 4 * spline_cube(value + 1) + in spline_weight()
796 6 * spline_cube(value) - in spline_weight()
797 4 * spline_cube(value - 1)) / 6; in spline_weight()