Home
last modified time | relevance | path

Searched defs:interpolateLinear (Results 1 – 7 of 7) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/vendor/github.com/disintegration/gift/
H A Dtransform.go296 func interpolateLinear(xf, yf float32, bounds image.Rectangle, pixGetter *pixelGetter, bgpx pixel) … func
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_cubic_curve.cpp447 qreal KisCubicCurve::interpolateLinear(qreal normalizedValue, const QVector<qreal> &transfer) in interpolateLinear() function in KisCubicCurve
/dports/www/osrm-backend/osrm-backend-5.26.0/src/util/
H A Dcoordinate_calculation.cpp330 Coordinate interpolateLinear(double factor, const Coordinate from, const Coordinate to) in interpolateLinear() function
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/
H A Dtest_imgwarp_strict.cpp373 void interpolateLinear(float x, float* coeffs) in interpolateLinear() function
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/meshoptimizer/tools/
H A Dgltfpack.cpp2092 Attr interpolateLinear(const Attr& l, const Attr& r, float t, cgltf_animation_path_type type) in interpolateLinear() function
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/meshoptimizer/tools/
H A Dgltfpack.cpp2092 Attr interpolateLinear(const Attr& l, const Attr& r, float t, cgltf_animation_path_type type) in interpolateLinear() function
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dimgwarp.cpp146 static inline void interpolateLinear( float x, float* coeffs ) in interpolateLinear() function