Home
last modified time | relevance | path

Searched refs:stepy (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_copypix.c92 GLint sy, dy, stepy, row; in copy_rgba_pixels() local
116 stepy = -1; in copy_rgba_pixels()
122 stepy = 1; in copy_rgba_pixels()
152 for (row = 0; row < height; row++, sy += stepy, dy += stepy) { in copy_rgba_pixels()
239 GLint sy, dy, stepy; in copy_depth_pixels() local
267 stepy = -1; in copy_depth_pixels()
273 stepy = 1; in copy_depth_pixels()
284 for (j = 0; j < height; j++, ssy += stepy) { in copy_depth_pixels()
301 for (j = 0; j < height; j++, sy += stepy, dy += stepy) { in copy_depth_pixels()
340 GLint sy, dy, stepy; in copy_stencil_pixels() local
[all …]
/external/pdfium/third_party/libpng16/
Dpngread.c2960 unsigned int startx, stepx, stepy; in png_image_read_and_map() local
2972 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_and_map()
2979 stepx = stepy = 1; in png_image_read_and_map()
2982 for (; y<height; y += stepy) in png_image_read_and_map()
3278 unsigned int startx, stepx, stepy; in png_image_read_composite() local
3290 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_composite()
3298 stepy = 1; in png_image_read_composite()
3301 for (; y<height; y += stepy) in png_image_read_composite()
3438 unsigned int startx, stepx, stepy; in png_image_read_background() local
3450 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_background()
[all …]
/external/skia/third_party/libpng/
Dpngread.c2950 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/libpng/
Dpngread.c2959 unsigned int startx, stepx, stepy; in png_image_read_and_map() local
2971 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_and_map()
2978 stepx = stepy = 1; in png_image_read_and_map()
2981 for (; y<height; y += stepy) in png_image_read_and_map()
3277 unsigned int startx, stepx, stepy; in png_image_read_composite() local
3289 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_composite()
3297 stepy = 1; in png_image_read_composite()
3300 for (; y<height; y += stepy) in png_image_read_composite()
3436 unsigned int startx, stepx, stepy; in png_image_read_background() local
3448 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_background()
[all …]