Home
last modified time | relevance | path

Searched refs:ystep (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Modules/
Dimgfile.c96 int yfirst, ylast, ystep; in imgfile_read() local
144 ystep = -1; in imgfile_read()
148 ystep = 1; in imgfile_read()
150 for ( y=yfirst; y != ylast && !error_called; y += ystep ) { in imgfile_read()
258 int yfirst, ylast, ystep; in imgfile_readscaled() local
341 ystep = -1; in imgfile_readscaled()
345 ystep = 1; in imgfile_readscaled()
347 for ( y=yfirst; y != ylast && !error_called; y += ystep ) { in imgfile_readscaled()
404 int yfirst, ylast, ystep; in imgfile_write() local
445 ystep = -1; in imgfile_write()
[all …]
Dimageop.c125 int ix, iy, xstep, ystep; in imageop_crop() local
140 ystep = (newy1 < newy2)? 1 : -1; in imageop_crop()
151 newy2 += ystep; in imageop_crop()
153 for( iy = newy1; iy != newy2; iy+=ystep ) { in imageop_crop()
/external/libpng/contrib/examples/
Dpngpixel.c247 png_uint_32 ystart, xstart, ystep, xstep; in main() local
269 ystep = PNG_PASS_ROW_OFFSET(pass); in main()
275 ystep = xstep = 1; in main()
282 for (py = ystart; py < height; py += ystep) in main()
/external/libcups/filter/
Drastertoepson.c81 unsigned type, unsigned xstep, unsigned ystep);
415 unsigned ystep) /* I - Y resolution */ in CompressData() argument
438 if (ystep == 5) in CompressData()
586 putchar((int)ystep); in CompressData()
745 unsigned xstep, ystep; /* X & Y resolutions */ in OutputLine() local
752 ystep = 3600 / header->HWResolution[1]; in OutputLine()
778 CompressData(Planes[plane], bytes, plane, header->cupsCompression, xstep, ystep); in OutputLine()
/external/mesa3d/src/mesa/swrast/
Ds_linetemp.h77 GLint xstep, ystep; in NAME() local
197 ystep = -1; in NAME()
206 ystep = 1; in NAME()
331 y0 += ystep; in NAME()
358 y0 += ystep; in NAME()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c1097 int xstep, ystep; in sp_setup_line() local
1131 ystep = -1; in sp_setup_line()
1134 ystep = 1; in sp_setup_line()
1179 y0 += ystep; in sp_setup_line()
1193 y0 += ystep; in sp_setup_line()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c874 int64_t ystep[MAX_PLANES]; in lp_setup_bin_triangle() local
893 ystep[i] = ((int64_t)plane[i].dcdy) << TILE_ORDER; in lp_setup_bin_triangle()
961 c[i] += ystep[i]; in lp_setup_bin_triangle()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl06.rst575 def mandelhelp(xmin xmax xstep ymin ymax ystep)
576 for y = ymin, y < ymax, ystep in (
DOCamlLangImpl6.rst525 def mandelhelp(xmin xmax xstep ymin ymax ystep)
526 for y = ymin, y < ymax, ystep in (
/external/llvm/docs/tutorial/
DLangImpl06.rst575 def mandelhelp(xmin xmax xstep ymin ymax ystep)
576 for y = ymin, y < ymax, ystep in (
DOCamlLangImpl6.rst525 def mandelhelp(xmin xmax xstep ymin ymax ystep)
526 for y = ymin, y < ymax, ystep in (
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...