Home
last modified time | relevance | path

Searched refs:iscompressed (Results 1 – 25 of 70) sorted by relevance

123

/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/SOIL2/
H A Dstbi_pvr_c.h85 if ( iscompressed ) in stbi__pvr_info()
86 *iscompressed = 0; in stbi__pvr_info()
113 if ( iscompressed ) in stbi__pvr_info()
114 *iscompressed = 1; in stbi__pvr_info()
118 if ( iscompressed ) in stbi__pvr_info()
119 *iscompressed = 1; in stbi__pvr_info()
163 res = stbi__pvr_info(&s, x, y, comp, iscompressed); in stbi__pvr_info_from_file()
883 int iscompressed = 0; in stbi__pvr_load() local
929 iscompressed = 1; in stbi__pvr_load()
933 iscompressed = 1; in stbi__pvr_load()
[all …]
H A Dstbi_DDS.h22 …ds_info_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int *iscompressed);
23 …allbacks (stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int *iscompressed);
27 …tbi__dds_info_from_path (char const *filename, int *x, int *y, int *comp, int *iscompressed);
28 …tbi__dds_info_from_file (FILE *f, int *x, int *y, int *comp, int *iscompressed);
H A Dstbi_pvr.h22 …vr_info_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int *iscompressed);
23 …allbacks (stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int *iscompressed);
27 …tbi__pvr_info_from_path (char const *filename, int *x, int *y, int *comp, int *iscompressed);
28 …tbi__pvr_info_from_file (FILE *f, int *x, int *y, int *comp, int *iscompressed);
H A Dstbi_DDS_c.h243 static int stbi__dds_info( stbi__context *s, int *x, int *y, int *comp, int *iscompressed ) { in stbi__dds_info() argument
297 if ( iscompressed ) in stbi__dds_info()
298 *iscompressed = is_compressed; in stbi__dds_info()
303 …dds_info_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int *iscompressed) in stbi__dds_info_from_memory() argument
307 return stbi__dds_info( &s, x, y, comp, iscompressed ); in stbi__dds_info_from_memory()
310 …callbacks (stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int *iscompressed) in stbi__dds_info_from_callbacks() argument
314 return stbi__dds_info( &s, x, y, comp, iscompressed ); in stbi__dds_info_from_callbacks()
318 int stbi__dds_info_from_path(char const *filename, int *x, int *y, int *comp, int *iscompressed) in stbi__dds_info_from_path() argument
323 res = stbi__dds_info_from_file( f, x, y, comp, iscompressed ); in stbi__dds_info_from_path()
328 int stbi__dds_info_from_file(FILE *f, int *x, int *y, int *comp, int *iscompressed) in stbi__dds_info_from_file() argument
[all …]
/dports/multimedia/kodi-addon-screensaver.matrixtrails/screensaver.matrixtrails-2.6.0-Matrix/lib/SOIL2/
H A Dstbi_pvr_c.h85 if ( iscompressed ) in stbi__pvr_info()
86 *iscompressed = 0; in stbi__pvr_info()
113 if ( iscompressed ) in stbi__pvr_info()
114 *iscompressed = 1; in stbi__pvr_info()
118 if ( iscompressed ) in stbi__pvr_info()
119 *iscompressed = 1; in stbi__pvr_info()
163 res = stbi__pvr_info(&s, x, y, comp, iscompressed); in stbi__pvr_info_from_file()
883 int iscompressed = 0; in stbi__pvr_load() local
929 iscompressed = 1; in stbi__pvr_load()
933 iscompressed = 1; in stbi__pvr_load()
[all …]
H A Dstbi_pvr.h22 …vr_info_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int *iscompressed);
23 …allbacks (stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int *iscompressed);
27 …tbi__pvr_info_from_path (char const *filename, int *x, int *y, int *comp, int *iscompressed);
28 …tbi__pvr_info_from_file (FILE *f, int *x, int *y, int *comp, int *iscompressed);
H A Dstbi_DDS.h22 …ds_info_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int *iscompressed);
23 …allbacks (stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int *iscompressed);
27 …tbi__dds_info_from_path (char const *filename, int *x, int *y, int *comp, int *iscompressed);
28 …tbi__dds_info_from_file (FILE *f, int *x, int *y, int *comp, int *iscompressed);
H A Dstbi_DDS_c.h243 static int stbi__dds_info( stbi__context *s, int *x, int *y, int *comp, int *iscompressed ) { in stbi__dds_info() argument
296 if ( iscompressed ) in stbi__dds_info()
297 *iscompressed = is_compressed; in stbi__dds_info()
302 …dds_info_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int *iscompressed) in stbi__dds_info_from_memory() argument
306 return stbi__dds_info( &s, x, y, comp, iscompressed ); in stbi__dds_info_from_memory()
309 …callbacks (stbi_io_callbacks const *clbk, void *user, int *x, int *y, int *comp, int *iscompressed) in stbi__dds_info_from_callbacks() argument
313 return stbi__dds_info( &s, x, y, comp, iscompressed ); in stbi__dds_info_from_callbacks()
317 int stbi__dds_info_from_path(char const *filename, int *x, int *y, int *comp, int *iscompressed) in stbi__dds_info_from_path() argument
322 res = stbi__dds_info_from_file( f, x, y, comp, iscompressed ); in stbi__dds_info_from_path()
327 int stbi__dds_info_from_file(FILE *f, int *x, int *y, int *comp, int *iscompressed) in stbi__dds_info_from_file() argument
[all …]
/dports/www/c-icap/c_icap-0.5.10/
H A Dfiletype.c571 int len, int *iscompressed) in extend_object_type() argument
580 *iscompressed = CI_ENCODE_NONE; in extend_object_type()
589 *iscompressed = ci_encoding_method(content_encoding); in extend_object_type()
596 if (*iscompressed == CI_ENCODE_GZIP in extend_object_type()
598 || *iscompressed == CI_ENCODE_BZIP2 in extend_object_type()
600 || *iscompressed == CI_ENCODE_DEFLATE in extend_object_type()
601 || *iscompressed == CI_ENCODE_BROTLI) { in extend_object_type()
605 (*iscompressed, buf, len, unzipped_buf, in extend_object_type()
661 int len, int *iscompressed) in ci_extend_filetype() argument
669 return extend_object_type(db, heads, buf, len, iscompressed); in ci_extend_filetype()
[all …]
/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/src/rdiff_backup/
H A Dincrement.py59 def iscompressed(mirror): function
67 compress = iscompressed(mirror)
88 compress = iscompressed(mirror)
/dports/net/drawterm/drawterm/libmemlayer/
H A Dload.c8 memload(Memimage *dst, Rectangle r, uchar *data, int n, int iscompressed) in memload() argument
17 if(iscompressed) in memload()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libmemlayer/
H A Dload.c8 memload(Memimage *dst, Rectangle r, uchar *data, int n, int iscompressed) in memload() argument
17 if(iscompressed) in memload()
/dports/www/c-icap/c_icap-0.5.10/include/
H A Dfiletype.h91 const char *buf,int len,int *iscompressed);
126 …int) ci_magic_data_type_ext(ci_headers_list_t *headers, const char *buf,int len,int *iscompressed);
/dports/editors/abiword/abiword-3.0.5/plugins/paint/win/
H A Dpngdib.c680 int iscompressed; in write_dib_to_png() local
782 iscompressed= (compression==BI_RLE4 || compression==BI_RLE8); in write_dib_to_png()
814 if(d2pp->bitssize && !iscompressed) { // bounds check in write_dib_to_png()
825 if(d2pp->dibsize && !iscompressed) { // bounds check in write_dib_to_png()
986 else if(iscompressed) { in write_dib_to_png()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/
H A Dinnochecksum.cc442 bool iscompressed) in update_checksum() argument
469 if (iscompressed) { in update_checksum()
532 if (iscompressed) { in update_checksum()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/
H A Dinnochecksum.cc442 bool iscompressed) in update_checksum() argument
469 if (iscompressed) { in update_checksum()
532 if (iscompressed) { in update_checksum()
/dports/databases/mysql57-client/mysql-5.7.36/extra/
H A Dinnochecksum.cc442 bool iscompressed) in update_checksum() argument
469 if (iscompressed) { in update_checksum()
532 if (iscompressed) { in update_checksum()
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/
H A Dinnochecksum.cc445 bool iscompressed) in update_checksum() argument
472 if (iscompressed) { in update_checksum()
535 if (iscompressed) { in update_checksum()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/
H A Dinnochecksum.cc445 bool iscompressed) in update_checksum() argument
472 if (iscompressed) { in update_checksum()
535 if (iscompressed) { in update_checksum()
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/
H A Dinnochecksum.cc445 bool iscompressed) in update_checksum() argument
472 if (iscompressed) { in update_checksum()
535 if (iscompressed) { in update_checksum()
/dports/math/kig/kig-21.12.3/filters/
H A Dnative-filter.cc100 bool iscompressed = false; in load() local
105 iscompressed = true; in load()
151 if ( iscompressed ) in load()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/utilities/
H A Dinnochecksum.cc684 bool iscompressed = page_size.is_compressed(); in update_checksum() local
707 if (iscompressed) { in update_checksum()
776 if (iscompressed) { in update_checksum()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/
H A Dinnochecksum.cc638 const bool iscompressed = fil_space_t::zip_size(flags); in update_checksum() local
655 if (iscompressed) { in update_checksum()
733 if (iscompressed) { in update_checksum()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/
H A Dinnochecksum.cc636 const bool iscompressed = fil_space_t::zip_size(flags);
653 if (iscompressed) {
731 if (iscompressed) {
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/
H A Dinnochecksum.cc638 const bool iscompressed = fil_space_t::zip_size(flags); in update_checksum() local
655 if (iscompressed) { in update_checksum()
733 if (iscompressed) { in update_checksum()

123