/third_party/libpng/contrib/gregbook/ |
D | readpng2.h | 78 typedef unsigned char uch; typedef 91 uch *image_data; 92 uch **row_pointers; 100 uch bg_red; 101 uch bg_green; 102 uch bg_blue; 110 int readpng2_check_sig(uch *sig, int num); 114 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length);
|
D | readppm.c | 69 uch *image_data = NULL; 83 static uch ppmline[256]; in readpng_init() 133 int readpng_get_bgcolor(uch *red, uch *green, uch *blue) in readpng_get_bgcolor() 143 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) in readpng_get_image() 165 if ((image_data = (uch *)malloc(rowbytes*height)) == NULL) { in readpng_get_image()
|
D | readpng.c | 74 uch *image_data = NULL; 90 uch sig[8]; in readpng_init() 156 int readpng_get_bgcolor(uch *red, uch *green, uch *blue) in readpng_get_bgcolor() 195 *red = (uch)pBackground->red; in readpng_get_bgcolor() 196 *green = (uch)pBackground->green; in readpng_get_bgcolor() 197 *blue = (uch)pBackground->blue; in readpng_get_bgcolor() 208 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) in readpng_get_image() 273 if ((image_data = (uch *)malloc(rowbytes*height)) == NULL) { in readpng_get_image()
|
D | rpng2-win.c | 159 (composite) = (uch)((temp + (temp >> 8)) >> 8); \ 187 static uch inbuf[INBUFSIZE]; 194 static uch *bg_data; 197 uch r, g, b; 264 static uch *dib; 265 static uch *wimage_data; 555 rpng2_info.bg_red = (uch)r; in WinMain() 556 rpng2_info.bg_green = (uch)g; in WinMain() 557 rpng2_info.bg_blue = (uch)b; in WinMain() 659 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height); in rpng2_win_init() [all …]
|
D | writepng.h | 86 typedef unsigned char uch; typedef 99 uch *image_data; 100 uch **row_pointers; 115 uch bg_red; 116 uch bg_green; 117 uch bg_blue;
|
D | readpng.h | 72 typedef unsigned char uch; typedef 83 int readpng_get_bgcolor(uch *bg_red, uch *bg_green, uch *bg_blue); 85 uch *readpng_get_image(double display_exponent, int *pChannels,
|
D | rpng2-x.c | 172 (composite) = (uch)((temp + (temp >> 8)) >> 8); \ 208 static uch inbuf[INBUFSIZE]; 215 static uch *bg_data; 222 uch r, g, b; 579 rpng2_info.bg_red = (uch)r; in main() 580 rpng2_info.bg_green = (uch)g; in main() 581 rpng2_info.bg_blue = (uch)b; in main() 792 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height); in rpng2_x_init() 798 rpng2_info.row_pointers = (uch **)malloc(rpng2_info.height * sizeof(uch *)); in rpng2_x_init() 843 uch *xdata; in rpng2_x_create_window() [all …]
|
D | rpng-win.c | 130 (composite) = (uch)((temp + (temp >> 8)) >> 8); \ 148 static uch bg_red=0, bg_green=0, bg_blue=0; 154 static uch *image_data; 158 static uch *dib; 159 static uch *wimage_data; 409 bg_red = (uch)r; in WinMain() 410 bg_green = (uch)g; in WinMain() 411 bg_blue = (uch)b; in WinMain() 487 uch *dest; in rpng_win_create_window() 506 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) + in rpng_win_create_window() [all …]
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | readpng2.h | 78 typedef unsigned char uch; typedef 91 uch *image_data; 92 uch **row_pointers; 100 uch bg_red; 101 uch bg_green; 102 uch bg_blue; 110 int readpng2_check_sig(uch *sig, int num); 114 int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length);
|
D | readppm.c | 69 uch *image_data = NULL; 83 static uch ppmline[256]; in readpng_init() 133 int readpng_get_bgcolor(uch *red, uch *green, uch *blue) in readpng_get_bgcolor() 143 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) in readpng_get_image() 165 if ((image_data = (uch *)malloc(rowbytes*height)) == NULL) { in readpng_get_image()
|
D | readpng.c | 74 uch *image_data = NULL; 90 uch sig[8]; in readpng_init() 156 int readpng_get_bgcolor(uch *red, uch *green, uch *blue) in readpng_get_bgcolor() 195 *red = (uch)pBackground->red; in readpng_get_bgcolor() 196 *green = (uch)pBackground->green; in readpng_get_bgcolor() 197 *blue = (uch)pBackground->blue; in readpng_get_bgcolor() 208 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) in readpng_get_image() 273 if ((image_data = (uch *)malloc(rowbytes*height)) == NULL) { in readpng_get_image()
|
D | rpng2-win.c | 159 (composite) = (uch)((temp + (temp >> 8)) >> 8); \ 187 static uch inbuf[INBUFSIZE]; 194 static uch *bg_data; 197 uch r, g, b; 264 static uch *dib; 265 static uch *wimage_data; 555 rpng2_info.bg_red = (uch)r; in WinMain() 556 rpng2_info.bg_green = (uch)g; in WinMain() 557 rpng2_info.bg_blue = (uch)b; in WinMain() 659 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height); in rpng2_win_init() [all …]
|
D | writepng.h | 86 typedef unsigned char uch; typedef 99 uch *image_data; 100 uch **row_pointers; 115 uch bg_red; 116 uch bg_green; 117 uch bg_blue;
|
D | readpng.h | 72 typedef unsigned char uch; typedef 83 int readpng_get_bgcolor(uch *bg_red, uch *bg_green, uch *bg_blue); 85 uch *readpng_get_image(double display_exponent, int *pChannels,
|
D | rpng2-x.c | 172 (composite) = (uch)((temp + (temp >> 8)) >> 8); \ 208 static uch inbuf[INBUFSIZE]; 215 static uch *bg_data; 222 uch r, g, b; 579 rpng2_info.bg_red = (uch)r; in main() 580 rpng2_info.bg_green = (uch)g; in main() 581 rpng2_info.bg_blue = (uch)b; in main() 792 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height); in rpng2_x_init() 798 rpng2_info.row_pointers = (uch **)malloc(rpng2_info.height * sizeof(uch *)); in rpng2_x_init() 843 uch *xdata; in rpng2_x_create_window() [all …]
|
D | rpng-win.c | 130 (composite) = (uch)((temp + (temp >> 8)) >> 8); \ 148 static uch bg_red=0, bg_green=0, bg_blue=0; 154 static uch *image_data; 158 static uch *dib; 159 static uch *wimage_data; 409 bg_red = (uch)r; in WinMain() 410 bg_green = (uch)g; in WinMain() 411 bg_blue = (uch)b; in WinMain() 487 uch *dest; in rpng_win_create_window() 506 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) + in rpng_win_create_window() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex2.h | 109 uch *ptr; /* -> uch [csetsize] */ 110 uch mask; /* bit within array */ 111 uch hash; /* hash code */ 116 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) 117 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) 118 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) 136 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex2.h | 112 uch *ptr; /* -> uch [csetsize] */ 113 uch mask; /* bit within array */ 114 uch hash; /* hash code */ 119 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) 120 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) 121 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) 139 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | deflate.h | 216 uch depth[2*L_CODES+1]; 319 extern uch ZLIB_INTERNAL _length_code[]; 320 extern uch ZLIB_INTERNAL _dist_code[]; 322 extern const uch ZLIB_INTERNAL _length_code[]; 323 extern const uch ZLIB_INTERNAL _dist_code[]; 327 { uch cc = (c); \ 334 { uch len = (uch)(length); \
|
/third_party/zlib/ |
D | deflate.h | 216 uch depth[2*L_CODES+1]; 314 extern uch ZLIB_INTERNAL _length_code[]; 315 extern uch ZLIB_INTERNAL _dist_code[]; 317 extern const uch ZLIB_INTERNAL _length_code[]; 318 extern const uch ZLIB_INTERNAL _dist_code[]; 322 { uch cc = (c); \ 330 { uch len = (uch)(length); \
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | deflate.h | 216 uch depth[2*L_CODES+1]; 319 extern uch ZLIB_INTERNAL _length_code[]; 320 extern uch ZLIB_INTERNAL _dist_code[]; 322 extern const uch ZLIB_INTERNAL _length_code[]; 323 extern const uch ZLIB_INTERNAL _dist_code[]; 327 { uch cc = (c); \ 334 { uch len = (uch)(length); \
|
/third_party/skia/third_party/externals/zlib/ |
D | deflate.h | 216 uch depth[2*L_CODES+1]; 314 extern uch ZLIB_INTERNAL _length_code[]; 315 extern uch ZLIB_INTERNAL _dist_code[]; 317 extern const uch ZLIB_INTERNAL _length_code[]; 318 extern const uch ZLIB_INTERNAL _dist_code[]; 322 { uch cc = (c); \ 330 { uch len = (uch)(length); \
|
/third_party/node/deps/zlib/ |
D | deflate.h | 216 uch depth[2*L_CODES+1]; 314 extern uch ZLIB_INTERNAL _length_code[]; 315 extern uch ZLIB_INTERNAL _dist_code[]; 317 extern const uch ZLIB_INTERNAL _length_code[]; 318 extern const uch ZLIB_INTERNAL _dist_code[]; 322 { uch cc = (c); \ 330 { uch len = (uch)(length); \
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | deflate.h | 216 uch depth[2*L_CODES+1]; 314 extern uch ZLIB_INTERNAL _length_code[]; 315 extern uch ZLIB_INTERNAL _dist_code[]; 317 extern const uch ZLIB_INTERNAL _length_code[]; 318 extern const uch ZLIB_INTERNAL _dist_code[]; 322 { uch cc = (c); \ 330 { uch len = (uch)(length); \
|
/third_party/libwebsockets/win32port/zlib/ |
D | deflate.h | 210 uch depth[2*L_CODES+1]; 312 extern uch ZLIB_INTERNAL _length_code[]; 313 extern uch ZLIB_INTERNAL _dist_code[]; 315 extern const uch ZLIB_INTERNAL _length_code[]; 316 extern const uch ZLIB_INTERNAL _dist_code[]; 320 { uch cc = (c); \ 327 { uch len = (length); \
|