/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | ppm2tiff.c | 57 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro 301 if (strneq(cp, "1d", 2)) in processG3Options() 303 else if (strneq(cp, "2d", 2)) in processG3Options() 305 else if (strneq(cp, "fill", 4)) in processG3Options() 320 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions() 335 } else if (strneq(opt, "g3", 2)) { in processCompressOptions() 340 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions() 345 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
|
A D | tiffdither.c | 45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro 164 if (strneq(cp, "1d", 2)) in processG3Options() 166 else if (strneq(cp, "2d", 2)) in processG3Options() 168 else if (strneq(cp, "fill", 4)) in processG3Options() 183 else if (strneq(opt, "g3", 2)) { in processCompressOptions() 188 else if (strneq(opt, "lzw", 3)) { in processCompressOptions() 193 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
|
A D | pal2rgb.c | 45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro 239 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions() 254 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions() 259 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
|
A D | tiff2bw.c | 45 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro 310 else if (strneq(opt, "jpeg", 4)) { in processCompressOptions() 325 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions() 330 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
|
A D | tiffcp.c | 64 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro 344 if (strneq(cp, "1d", 2)) in processG3Options() 346 else if (strneq(cp, "2d", 2)) in processG3Options() 348 else if (strneq(cp, "fill", 4)) in processG3Options() 363 } else if (strneq(opt, "jpeg", 4)) { in processCompressOptions() 378 } else if (strneq(opt, "g3", 2)) { in processCompressOptions() 383 } else if (strneq(opt, "lzw", 3)) { in processCompressOptions() 388 } else if (strneq(opt, "zip", 3)) { in processCompressOptions() 391 } else if (strneq(opt, "lzma", 4)) { in processCompressOptions() 394 } else if (strneq(opt, "jbig", 4)) { in processCompressOptions() [all …]
|
A D | tiffmedian.c | 62 #define strneq(a,b,n) (strncmp(a,b,n) == 0) macro 305 else if (strneq(opt, "lzw", 3)) { in processCompressOptions() 310 } else if (strneq(opt, "zip", 3)) { in processCompressOptions()
|
A D | tiffcrop.c | 156 #define strneq(a,b,n) (strncmp((a),(b),(n)) == 0) macro 1410 if (strneq(cp, "1d", 2)) in processG3Options() 1412 else if (strneq(cp, "2d", 2)) in processG3Options() 1414 else if (strneq(cp, "fill", 4)) in processG3Options() 1427 if (strneq(opt, "none",4)) in processCompressOptions() 1435 else if (strneq(opt, "jpeg", 4)) in processCompressOptions() 1444 else if (strneq(cp + 1, "raw", 3 )) in processCompressOptions() 1446 else if (strneq(cp + 1, "rgb", 3 )) in processCompressOptions() 1453 else if (strneq(opt, "g3", 2)) in processCompressOptions() 1462 else if (strneq(opt, "lzw", 3)) in processCompressOptions() [all …]
|