Home
last modified time | relevance | path

Searched refs:imagebytes (Results 1 – 20 of 20) sorted by relevance

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCImageLoaderPCX.cpp122 const s32 imagebytes = header.BytesPerLine * header.Planes * header.BitsPerPixel * height / 8; in loadImage() local
123 u8* PCXData = new u8[imagebytes]; in loadImage()
127 for(s32 offset = 0; offset < imagebytes; offset += cnt) in loadImage()
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/common/nodes/
H A DSceneTexture2.cpp.in182 unsigned char * imagebytes = PUBLIC(me)->image.startEditing(size, nc); local
183 memcpy(imagebytes, renderbuffer, size[0] * size[1] * nc);
186 unsigned char * imagebytes = PUBLIC(me)->image.startEditing(size, nc); local
187 memset(imagebytes, 0, size[0] * size[1] * nc);
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/nodes/
H A DSceneTexture2.cpp.in191 unsigned char * imagebytes = PUBLIC(me)->image.startEditing(size, nc); local
192 memcpy(imagebytes, renderbuffer, size[0] * size[1] * nc);
195 unsigned char * imagebytes = PUBLIC(me)->image.startEditing(size, nc); local
196 memset(imagebytes, 0, size[0] * size[1] * nc);
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dbmpio.c125 l_int32 width, height, height_neg, xres, yres, compression, imagebytes; in pixReadMemBmp() local
160 imagebytes = convertOnBigEnd32(bmpih->biSizeImage); in pixReadMemBmp()
192 if (imagebytes != 0 && imagebytes != fdatabpl * height) in pixReadMemBmp()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/jimage/
H A DVerifyJimage.java241 byte[] imagebytes = getResource(entry); in compare()
242 if (!Arrays.equals(bytes, imagebytes)) { in compare()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/tools/jimage/
H A DVerifyJimage.java241 byte[] imagebytes = getResource(entry); in compare()
242 if (!Arrays.equals(bytes, imagebytes)) { in compare()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/jimage/
H A DVerifyJimage.java241 byte[] imagebytes = getResource(entry); in compare()
242 if (!Arrays.equals(bytes, imagebytes)) { in compare()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/tools/jimage/
H A DVerifyJimage.java241 byte[] imagebytes = getResource(entry); in compare()
242 if (!Arrays.equals(bytes, imagebytes)) { in compare()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/tools/jimage/
H A DVerifyJimage.java241 byte[] imagebytes = getResource(entry); in compare()
242 if (!Arrays.equals(bytes, imagebytes)) { in compare()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/jimage/
H A DVerifyJimage.java241 byte[] imagebytes = getResource(entry); in compare()
242 if (!Arrays.equals(bytes, imagebytes)) { in compare()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/tools/jimage/
H A DVerifyJimage.java241 byte[] imagebytes = getResource(entry); in compare()
242 if (!Arrays.equals(bytes, imagebytes)) { in compare()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/tools/jimage/
H A DVerifyJimage.java241 byte[] imagebytes = getResource(entry); in compare()
242 if (!Arrays.equals(bytes, imagebytes)) { in compare()
/dports/security/py-pgpy/PGPy-0.5.3/pgpy/
H A Dconstants.py387 def encodingof(cls, imagebytes): argument
388 type = imghdr.what(None, h=imagebytes)
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dmustek_pp_cis.h168 SANE_Int imagebytes; member
H A Dmustek_pp_cis.c1063 DBG(4, "cis_config_ccd: skipcount: %d imagebytes: %d\n", skipCount, dev->CIS.imagebytes); in cis_config_ccd()
1072 byteCount = max2hw_hres(dev, skipCount + dev->CIS.imagebytes) + 2; in cis_config_ccd()
2552 cisdev->CIS.imagebytes = dev->bottomX - dev->topX; in cis_drv_start()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/iinfo/
H A Diinfo.cpp574 imagesize_t imagebytes = spec.image_bytes(true); in print_info() local
575 totalsize += imagebytes; in print_info()
576 printf(" (%.2f MB)", (float)imagebytes / (1024.0 * 1024.0)); in print_info()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/iinfo/
H A Diinfo.cpp574 imagesize_t imagebytes = spec.image_bytes(true); in print_info() local
575 totalsize += imagebytes; in print_info()
576 printf(" (%.2f MB)", (float)imagebytes / (1024.0 * 1024.0)); in print_info()
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dbmpio.c61 l_int32 imagebytes, biClrUsed, biClrImportant; in pixReadStreamBmp() local
111 imagebytes = convertOnBigEnd32(ival); in pixReadStreamBmp()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/oiiotool/
H A Dprintinfo.cpp619 imagesize_t imagebytes = spec.image_bytes(true); in print_info_subimage() local
622 (float)imagebytes / (1024.0 * 1024.0)); in print_info_subimage()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/oiiotool/
H A Dprintinfo.cpp619 imagesize_t imagebytes = spec.image_bytes(true); in print_info_subimage() local
622 (float)imagebytes / (1024.0 * 1024.0)); in print_info_subimage()