Searched refs:data_type (Results 1 – 11 of 11) sorted by relevance
70 #define gs_bitmap_common(data_type) \ argument71 data_type * data; /* pointer to the data */ \93 #define gs_tile_bitmap_common(data_type) \ argument94 gs_bitmap_common(data_type); \120 #define gs_depth_bitmap_common(data_type) \ argument121 gs_bitmap_common(data_type); \132 #define gs_tile_depth_bitmap_common(data_type) \ argument133 gs_tile_bitmap_common(data_type); \
76 #define gx_bitmap_common(data_type) gs_bitmap_common(data_type) argument89 #define gx_tile_bitmap_common(data_type) gs_tile_bitmap_common(data_type) argument134 #define gx_strip_bitmap_common(data_type)\ argument135 gx_tile_bitmap_common(data_type);\
351 pxeDataType_t data_type; in pclxl_flush_points() local392 data_type = eUByte; in pclxl_flush_points()394 data_type = eSByte; in pclxl_flush_points()399 useb:px_put_np(s, count, data_type); in pclxl_flush_points()428 data_type = eUByte; in pclxl_flush_points()430 data_type = eSByte; in pclxl_flush_points()
18 Set png_ptr->zstream.data_type to Z_BINARY, to avoid unnecessary detection
362 png_ptr->zstream.data_type = Z_BINARY; in png_write_compressed_data_out()528 png_ptr->zstream.data_type = Z_BINARY; in png_write_IHDR()1877 png_ptr->zstream.data_type = Z_BINARY; in png_write_finish_row()
1381 Set png_ptr->zstream.data_type to Z_BINARY, to avoid unnecessary detection
98 int data_type; /* best guess about the data type: ascii or binary */ member
934 if (s->strm->data_type == Z_UNKNOWN) set_data_type(s);1134 s->strm->data_type = bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII;
15 - Fix trees.c to update strm->data_type (no one ever noticed!)59 - Fix strm->data_type on inflate() return to correctly indicate EOB100 - Set strm->data_type on return from inflate
1081 strm->data_type = state->bits + (state->last ? 64 : 0) +
370 strm->data_type = Z_UNKNOWN;