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

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

Completed in 314 milliseconds