Home
last modified time | relevance | path

Searched refs:yfactor (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpixel.c51 _mesa_PixelZoom( GLfloat xfactor, GLfloat yfactor ) in _mesa_PixelZoom() argument
58 ctx->Pixel.ZoomY == yfactor) in _mesa_PixelZoom()
63 ctx->Pixel.ZoomY = yfactor; in _mesa_PixelZoom()
Ddlist.c3265 save_PixelZoom(GLfloat xfactor, GLfloat yfactor) in save_PixelZoom() argument
3273 n[2].f = yfactor; in save_PixelZoom()
3276 CALL_PixelZoom(ctx->Exec, (xfactor, yfactor)); in save_PixelZoom()
/external/opencv3/modules/imgproc/test/
Dtest_imgwarp.cpp234 int yfactor = cvtest::randInt(rng) % 10 + 1; in get_test_array_types_and_sizes() local
237 yfactor = xfactor; in get_test_array_types_and_sizes()
241 sz.height = sizes[INPUT][0].height / yfactor; in get_test_array_types_and_sizes()
244 sizes[INPUT][0].height = sz.height * yfactor; in get_test_array_types_and_sizes()
/external/opencv/cv/src/
D_cvipp.h203 double xfactor, double yfactor, int interpolation ))
Dcvimgwarp.cpp619 double xfactor, double yfactor, int interpolation );
/external/mesa3d/include/GL/
Dgl.h1219 GLAPI void GLAPIENTRY glPixelZoom( GLfloat xfactor, GLfloat yfactor );