/external/libpng/contrib/examples/ |
pngpixel.c | 245 png_uint_32 ystart, xstart, ystep, xstep; local 266 xstep = PNG_PASS_COL_OFFSET(pass); 273 ystep = xstep = 1; 301 px < width; px += xstep, ++ppx) if (x == px)
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_linetemp.h | 77 GLint xstep, ystep; local 177 xstep = -1; 186 xstep = 1; 318 x0 += xstep; 371 x0 += xstep;
|
/external/mesa3d/src/mesa/swrast/ |
s_linetemp.h | 77 GLint xstep, ystep; local 177 xstep = -1; 186 xstep = 1; 318 x0 += xstep; 371 x0 += xstep;
|
/external/opencv/otherlibs/highgui/ |
grfmt_exr.cpp | 207 int xstep; local 210 xstep = m_native_depth ? 4 : 1; 314 UpSample( data, 3, step / xstep, xsample[0], m_blue->ySampling ); 316 UpSample( data + xstep, 3, step / xstep, xsample[1], m_green->ySampling ); 318 UpSample( data + 2 * xstep, 3, step / xstep, xsample[2], m_red->ySampling ); 321 UpSample( data, 1, step / xstep, xsample[0], m_green->ySampling ); 379 UpSampleY( data, 3, step / xstep, m_blue->ySampling ); 381 UpSampleY( data + xstep, 3, step / xstep, m_green->ySampling ) [all...] |
grfmt_jpeg2000.cpp | 227 int xstep = jas_image_cmpthstep( m_image, cmptlut[i] ); local 229 jas_matrix_t *buffer = jas_matrix_create( yend / ystep, xend / xstep ); 232 if( !jas_image_readcmpt( m_image, cmptlut[i], 0, 0, xend / xstep, yend / ystep, buffer )) 265 int xstep = jas_image_cmpthstep( m_image, cmpt ); local 282 if( xstep == 1 ) 297 else if( xstep == 2 && offset == 0 ) 308 for( x1 = x + xstep; x < x1; x++ ) 327 int xstep = jas_image_cmpthstep( m_image, cmpt ); local 344 if( xstep == 1 ) 359 else if( xstep == 2 && offset == 0 [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 661 int xstep[MAX_PLANES]; local 680 xstep[i] = -(plane[i].dcdx << TILE_ORDER); 743 cx[i] += xstep[i];
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 661 int xstep[MAX_PLANES]; local 680 xstep[i] = -(plane[i].dcdx << TILE_ORDER); 743 cx[i] += xstep[i];
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_setup.c | 1075 int xstep, ystep; local 1099 xstep = -1; 1102 xstep = 1; 1138 x0 += xstep; [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_setup.c | 1075 int xstep, ystep; local 1099 xstep = -1; 1102 xstep = 1; 1138 x0 += xstep; [all...] |
/external/libpng/contrib/libtests/ |
pngvalid.c | 3607 png_uint_32 xin, xout, xstep; local 3633 png_uint_32 xin, xout, xstep; local [all...] |