Home
last modified time | relevance | path

Searched refs:ResizeFunc (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/devil/devil-1.7.8/examples/opengl_example/
H A Dgltest.h23 void ResizeFunc(int NewWidth, int NewHeight);
H A Dgltest.c167 void ResizeFunc(int NewWidth, int NewHeight) in ResizeFunc() function
/dports/graphics/devil/devil-1.7.8/examples/volume_example/
H A D3dtest.h10 void ResizeFunc(int NewWidth, int NewHeight);
H A D3dtest.c99 void ResizeFunc(int NewWidth, int NewHeight) in ResizeFunc() function
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp3163 typedef void (*ResizeFunc)( const Mat& src, Mat& dst, typedef
3692 static ResizeFunc linear_tab[] = in resize()
3726 static ResizeFunc cubic_tab[] = in resize()
3754 static ResizeFunc lanczos4_tab[] = in resize()
3917 ResizeFunc func=0; in resize()