Searched refs:offset_x (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dtransupp.c333 int ci, i, j, offset_x, offset_y; local
359 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) {
360 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
361 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y + y_crop_blocks];
386 int ci, i, j, offset_x, offset_y; local
425 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x
467 int ci, i, j, offset_x, offset_y; local
650 int ci, i, j, offset_x, offset_y; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/pcx/
H A Dpcx.c567 Int offset_x, offset_y; local
572 offset_x = qtohs (ph.x1);
575 if (offset_x < 0 || offset_y < 0)
578 *widthPtr = qtohs (ph.x2) - offset_x + 1;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngget.c618 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;
617 png_get_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) argument
H A Dpngtest.c952 png_int_32 offset_x, offset_y; local
955 if (png_get_oFFs(read_ptr, read_info_ptr, &offset_x, &offset_y,
958 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type);
H A Dpngset.c268 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
275 info_ptr->x_offset = offset_x;
267 png_set_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type) argument
H A Dpngrutil.c1605 png_int_32 offset_x, offset_y; local
1636 offset_x = png_get_int_32(buf);
1639 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type);
H A Dpng.h2310 png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y,
2316 png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y,
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/libpng/
H A DpngtclDecls.h474 png_int_32 *offset_x, png_int_32 *offset_y,
478 png_int_32 offset_x, png_int_32 offset_y,
1158 png_uint_32 (*png_get_oFFsPtr) (png_structp png_ptr, png_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type); /* 142 */
1159 void (*png_set_oFFsPtr) (png_structp png_ptr, png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type); /* 143 */

Completed in 154 milliseconds