Searched refs:stepy (Results 1 – 4 of 4) 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/third_party/lpng_v163/ |
D | 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 | 2950 unsigned int startx, stepx, stepy; in png_image_read_and_map() local 2962 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_and_map() 2969 stepx = stepy = 1; in png_image_read_and_map() 2972 for (; y<height; y += stepy) in png_image_read_and_map() 3268 unsigned int startx, stepx, stepy; in png_image_read_composite() local 3280 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_composite() 3288 stepy = 1; in png_image_read_composite() 3291 for (; y<height; y += stepy) in png_image_read_composite() 3428 unsigned int startx, stepx, stepy; in png_image_read_background() local 3440 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_background() [all …]
|
/external/libgdx/gdx/jni/gdx2d/ |
D | gdx2d.c | 426 int32_t stepx, stepy; in gdx2d_draw_line() local 434 if (dy < 0) { dy = -dy; stepy = -1; } else { stepy = 1; } in gdx2d_draw_line() 449 y0 += stepy; in gdx2d_draw_line() 469 y0 += stepy; in gdx2d_draw_line()
|