/external/jpeg/ |
transupp.c | 192 int ci, i, j, offset_x, offset_y; local 215 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) { 216 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y]; 217 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; 240 int ci, i, j, offset_x, offset_y; local 265 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) 304 int ci, i, j, offset_x, offset_y; local 473 int ci, i, j, offset_x, offset_y; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbvideo.h | 177 *x += this->offset_x;
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_sysvideo.h | 285 int offset_x; member in struct:SDL_VideoDevice
|
SDL_video.c | 211 video->offset_x = 0; 708 video->offset_x = 0; 715 video->offset_x = (mode->w-width)/2; 718 video->offset_x*mode->format->BytesPerPixel; 1066 rects[i].x += video->offset_x; 1071 rects[i].x -= video->offset_x; [all...] |
SDL_surface.c | 426 hw_srcrect.x += current_video->offset_x; 432 hw_dstrect.x += current_video->offset_x; 592 hw_rect.x += current_video->offset_x;
|
/external/libpng/ |
pngget.c | 618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) 623 && offset_x != NULL && offset_y != NULL && unit_type != NULL) 625 *offset_x = info_ptr->x_offset;
|
pngtest.c | 1015 png_int_32 offset_x, offset_y; local 1018 if (png_get_oFFs(read_ptr, read_info_ptr, &offset_x, &offset_y, 1021 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type); [all...] |
pngset.c | 274 png_int_32 offset_x, png_int_32 offset_y, int unit_type) 281 info_ptr->x_offset = offset_x; [all...] |
pngrutil.c | 1610 png_int_32 offset_x, offset_y; local [all...] |