Home
last modified time | relevance | path

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

/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dimage.cpp619 static inline double spline_weight(double value) in spline_weight() function
714 pixel_weight = spline_weight(i - dx)*spline_weight(k - dy); in ResampleBicubic()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dimage.cpp619 static inline double spline_weight(double value) in spline_weight() function
714 pixel_weight = spline_weight(i - dx)*spline_weight(k - dy); in ResampleBicubic()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dimage.cpp619 static inline double spline_weight(double value) in spline_weight() function
714 pixel_weight = spline_weight(i - dx)*spline_weight(k - dy); in ResampleBicubic()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dimage.cpp619 static inline double spline_weight(double value) in spline_weight() function
714 pixel_weight = spline_weight(i - dx)*spline_weight(k - dy); in ResampleBicubic()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dimage.cpp866 static inline double spline_weight(double value) in spline_weight() function
896 precalc.weight[k + 1] = spline_weight(k - dd); in DoCalc()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dimage.cpp796 static inline double spline_weight(double value) in spline_weight() function
833 precalc.weight[k + 1] = spline_weight(k - dd); in ResampleBicubicPrecalc()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dimage.cpp792 static inline double spline_weight(double value) in spline_weight() function
829 precalc.weight[k + 1] = spline_weight(k - dd); in ResampleBicubicPrecalc()