Searched refs:stepy (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 103 GLint sy, dy, stepy, row; in copy_rgba_pixels() local 127 stepy = -1; in copy_rgba_pixels() 133 stepy = 1; in copy_rgba_pixels() 163 for (row = 0; row < height; row++, sy += stepy, dy += stepy) { in copy_rgba_pixels() 250 GLint sy, dy, stepy; in copy_depth_pixels() local 278 stepy = -1; in copy_depth_pixels() 284 stepy = 1; in copy_depth_pixels() 295 for (j = 0; j < height; j++, ssy += stepy) { in copy_depth_pixels() 312 for (j = 0; j < height; j++, sy += stepy, dy += stepy) { in copy_depth_pixels() 351 GLint sy, dy, stepy; in copy_stencil_pixels() local [all …]
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngread.c | 2821 unsigned int startx, stepx, stepy; in png_image_read_and_map() local 2833 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_and_map() 2840 stepx = stepy = 1; in png_image_read_and_map() 2843 for (; y<height; y += stepy) in png_image_read_and_map() 3139 unsigned int startx, stepx, stepy; in png_image_read_composite() local 3151 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_composite() 3159 stepy = 1; in png_image_read_composite() 3162 for (; y<height; y += stepy) in png_image_read_composite() 3299 unsigned int startx, stepx, stepy; in png_image_read_background() local 3311 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_background() [all …]
|
/external/libpng/ |
D | pngread.c | 3086 unsigned int startx, stepx, stepy; in png_image_read_and_map() local 3098 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_and_map() 3105 stepx = stepy = 1; in png_image_read_and_map() 3108 for (; y<height; y += stepy) in png_image_read_and_map() 3403 unsigned int startx, stepx, stepy; in png_image_read_composite() local 3415 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_composite() 3423 stepy = 1; in png_image_read_composite() 3426 for (; y<height; y += stepy) in png_image_read_composite() 3567 unsigned int startx, stepx, stepy; in png_image_read_background() local 3579 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_background() [all …]
|