/external/python/cpython2/Modules/ |
D | imgfile.c | 96 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 …]
|
D | imageop.c | 125 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/ |
D | pngpixel.c | 247 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/ |
D | rastertoepson.c | 81 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/ |
D | s_linetemp.h | 77 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/ |
D | sp_setup.c | 1097 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/ |
D | lp_setup_tri.c | 874 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/ |
D | LangImpl06.rst | 575 def mandelhelp(xmin xmax xstep ymin ymax ystep) 576 for y = ymin, y < ymax, ystep in (
|
D | OCamlLangImpl6.rst | 525 def mandelhelp(xmin xmax xstep ymin ymax ystep) 526 for y = ymin, y < ymax, ystep in (
|
/external/llvm/docs/tutorial/ |
D | LangImpl06.rst | 575 def mandelhelp(xmin xmax xstep ymin ymax ystep) 576 for y = ymin, y < ymax, ystep in (
|
D | OCamlLangImpl6.rst | 525 def mandelhelp(xmin xmax xstep ymin ymax ystep) 526 for y = ymin, y < ymax, ystep in (
|
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |