Home
last modified time | relevance | path

Searched defs:pixelType (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/glu/
H A DTestBug365TextureGenerateMipMaps.java134 final int pixelType = GL.GL_UNSIGNED_BYTE; in test00_MipMap_ScaleInternal_RGB_UBYTE() local
154 final int pixelType = GL.GL_BYTE; in test02_MipMap_ScaleInternal_RGB_BYTE() local
164 final int pixelType = GL.GL_BYTE; in test03_MipMap_ScaleInternal_RGBA_BYTE() local
194 final int pixelType = GL.GL_SHORT; in test06_MipMap_ScaleInternal_RGB_SHORT() local
204 final int pixelType = GL.GL_SHORT; in test07_MipMap_ScaleInternal_RGBA_SHORT() local
214 final int pixelType = GL.GL_UNSIGNED_INT; in test08_MipMap_ScaleInternal_RGB_UINT() local
224 final int pixelType = GL.GL_UNSIGNED_INT; in test09_MipMap_ScaleInternal_RGBA_UINT() local
234 final int pixelType = GL2ES2.GL_INT; in test10_MipMap_ScaleInternal_RGB_INT() local
244 final int pixelType = GL2ES2.GL_INT; in test11_MipMap_ScaleInternal_RGBA_INT() local
254 final int pixelType = GL.GL_FLOAT; in test12_MipMap_ScaleInternal_RGB_FLOAT() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java73 int pixelType; field in LCMSImageLayout
90 private LCMSImageLayout(int np, int pixelType, int pixelSize) in LCMSImageLayout()
101 private LCMSImageLayout(int width, int height, int pixelType, in LCMSImageLayout()
114 public LCMSImageLayout(byte[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
125 public LCMSImageLayout(short[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
136 public LCMSImageLayout(int[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
147 public LCMSImageLayout(double[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
442 private static int getBytesPerPixel(int pixelType) { in getBytesPerPixel()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java73 int pixelType; field in LCMSImageLayout
90 private LCMSImageLayout(int np, int pixelType, int pixelSize) in LCMSImageLayout()
101 private LCMSImageLayout(int width, int height, int pixelType, in LCMSImageLayout()
114 public LCMSImageLayout(byte[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
125 public LCMSImageLayout(short[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
136 public LCMSImageLayout(int[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
147 public LCMSImageLayout(double[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
442 private static int getBytesPerPixel(int pixelType) { in getBytesPerPixel()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java73 int pixelType; field in LCMSImageLayout
90 private LCMSImageLayout(int np, int pixelType, int pixelSize) in LCMSImageLayout()
101 private LCMSImageLayout(int width, int height, int pixelType, in LCMSImageLayout()
114 public LCMSImageLayout(byte[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
125 public LCMSImageLayout(short[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
136 public LCMSImageLayout(int[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
147 public LCMSImageLayout(double[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
442 private static int getBytesPerPixel(int pixelType) { in getBytesPerPixel()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java74 int pixelType; field in LCMSImageLayout
91 private LCMSImageLayout(int np, int pixelType, int pixelSize) in LCMSImageLayout()
102 private LCMSImageLayout(int width, int height, int pixelType, in LCMSImageLayout()
115 public LCMSImageLayout(byte[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
126 public LCMSImageLayout(short[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
137 public LCMSImageLayout(int[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
148 public LCMSImageLayout(double[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
442 private static int getBytesPerPixel(int pixelType) { in getBytesPerPixel()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java73 int pixelType; field in LCMSImageLayout
90 private LCMSImageLayout(int np, int pixelType, int pixelSize) in LCMSImageLayout()
101 private LCMSImageLayout(int width, int height, int pixelType, in LCMSImageLayout()
114 public LCMSImageLayout(byte[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
125 public LCMSImageLayout(short[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
136 public LCMSImageLayout(int[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
147 public LCMSImageLayout(double[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
442 private static int getBytesPerPixel(int pixelType) { in getBytesPerPixel()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java73 int pixelType; field in LCMSImageLayout
90 private LCMSImageLayout(int np, int pixelType, int pixelSize) in LCMSImageLayout()
101 private LCMSImageLayout(int width, int height, int pixelType, in LCMSImageLayout()
114 public LCMSImageLayout(byte[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
125 public LCMSImageLayout(short[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
136 public LCMSImageLayout(int[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
147 public LCMSImageLayout(double[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
442 private static int getBytesPerPixel(int pixelType) { in getBytesPerPixel()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java74 int pixelType; field in LCMSImageLayout
91 private LCMSImageLayout(int np, int pixelType, int pixelSize) in LCMSImageLayout()
102 private LCMSImageLayout(int width, int height, int pixelType, in LCMSImageLayout()
115 public LCMSImageLayout(byte[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
126 public LCMSImageLayout(short[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
137 public LCMSImageLayout(int[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
148 public LCMSImageLayout(double[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
448 private static int getBytesPerPixel(int pixelType) { in getBytesPerPixel()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java73 int pixelType; field in LCMSImageLayout
90 private LCMSImageLayout(int np, int pixelType, int pixelSize) in LCMSImageLayout()
101 private LCMSImageLayout(int width, int height, int pixelType, in LCMSImageLayout()
114 public LCMSImageLayout(byte[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
125 public LCMSImageLayout(short[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
136 public LCMSImageLayout(int[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
147 public LCMSImageLayout(double[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
442 private static int getBytesPerPixel(int pixelType) { in getBytesPerPixel()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java73 int pixelType; field in LCMSImageLayout
90 private LCMSImageLayout(int np, int pixelType, int pixelSize) in LCMSImageLayout()
101 private LCMSImageLayout(int width, int height, int pixelType, in LCMSImageLayout()
114 public LCMSImageLayout(byte[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
125 public LCMSImageLayout(short[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
136 public LCMSImageLayout(int[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
147 public LCMSImageLayout(double[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
442 private static int getBytesPerPixel(int pixelType) { in getBytesPerPixel()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/cmm/lcms/
H A DLCMSImageLayout.java74 int pixelType; field in LCMSImageLayout
91 private LCMSImageLayout(int np, int pixelType, int pixelSize) in LCMSImageLayout()
102 private LCMSImageLayout(int width, int height, int pixelType, in LCMSImageLayout()
115 public LCMSImageLayout(byte[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
126 public LCMSImageLayout(short[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
137 public LCMSImageLayout(int[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
148 public LCMSImageLayout(double[] data, int np, int pixelType, int pixelSize) in LCMSImageLayout()
442 private static int getBytesPerPixel(int pixelType) { in getBytesPerPixel()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXRUtil/
H A DImfFlatImageChannel.cpp97 FlatHalfChannel::pixelType () const in pixelType() function in FlatHalfChannel
105 FlatFloatChannel::pixelType () const in pixelType() function in FlatFloatChannel
113 FlatUIntChannel::pixelType () const in pixelType() function in FlatUIntChannel
H A DImfDeepImageChannel.cpp304 TypedDeepImageChannel<half>::pixelType () const in pixelType() function in TypedDeepImageChannel
312 TypedDeepImageChannel<float>::pixelType () const in pixelType() function in TypedDeepImageChannel
320 TypedDeepImageChannel<unsigned int>::pixelType () const in pixelType() function in TypedDeepImageChannel
/dports/graphics/openexr/openexr-3.1.4/src/bin/exrmaketiled/
H A DImage.h142 HalfChannel::pixelType () const in pixelType() function
150 FloatChannel::pixelType () const in pixelType() function
158 UIntChannel::pixelType () const in pixelType() function
/dports/graphics/openexr/openexr-3.1.4/src/bin/exrmultiview/
H A DImage.h154 HalfChannel::pixelType () const in pixelType() function
162 FloatChannel::pixelType () const in pixelType() function
170 UIntChannel::pixelType () const in pixelType() function
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dppmtospu.c173 struct PixelType * const pixelType) { in dither()
225 swapPixelType(struct PixelType * const pixelType, in swapPixelType()
238 sort(struct PixelType * const pixelType, in sort()
287 computePalette(struct PixelType * const pixelType) { in computePalette()
344 struct PixelType * const pixelType, in convertPixel()
438 struct PixelType * const pixelType, in convertRow()
477 struct PixelType pixelType[SPU_WIDTH]; in doRow() local
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_simple_image.cpp20 uint32 pixelType, in dng_simple_image()
77 void dng_simple_image::SetPixelType (uint32 pixelType) in SetPixelType()
/dports/graphics/dcp2icc/dcp2icc-0.1/dng_sdk_1_2/dng_sdk/source/
H A Ddng_simple_image.cpp26 uint32 pixelType, in dng_simple_image()
72 void dng_simple_image::SetPixelType (uint32 pixelType) in SetPixelType()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/ImageBase/src/
H A DitkIOCommon.cxx53 ::AtomicPixelTypeToString(const AtomicPixelType pixelType) in AtomicPixelTypeToString()
93 ::ComputeSizeOfAtomicPixelType(const AtomicPixelType pixelType) in ComputeSizeOfAtomicPixelType()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dplatformpixmap.cpp82 QWindowsDirect2DPlatformPixmap::QWindowsDirect2DPlatformPixmap(PixelType pixelType) in QWindowsDirect2DPlatformPixmap()
89 QWindowsDirect2DPlatformPixmap::QWindowsDirect2DPlatformPixmap(QPlatformPixmap::PixelType pixelType, in QWindowsDirect2DPlatformPixmap()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dplatformpixmap.cpp82 QWindowsDirect2DPlatformPixmap::QWindowsDirect2DPlatformPixmap(PixelType pixelType) in QWindowsDirect2DPlatformPixmap()
89 QWindowsDirect2DPlatformPixmap::QWindowsDirect2DPlatformPixmap(QPlatformPixmap::PixelType pixelType, in QWindowsDirect2DPlatformPixmap()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dplatformpixmap.cpp82 QWindowsDirect2DPlatformPixmap::QWindowsDirect2DPlatformPixmap(PixelType pixelType) in QWindowsDirect2DPlatformPixmap()
89 QWindowsDirect2DPlatformPixmap::QWindowsDirect2DPlatformPixmap(QPlatformPixmap::PixelType pixelType, in QWindowsDirect2DPlatformPixmap()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/ImageBase/test/
H A DitkImageIOBaseTest.cxx185 …itk::ImageIOBase::IOPixelType pixelType = itk::ImageIOBase::GetPixelTypeFromString(listIOPixelType… in itkImageIOBaseTest() local
233 …itk::ImageIOBase::IOPixelType pixelType = imageIOBase->GetPixelTypeFromString(listIOPixelTypeStrin… in itkImageIOBaseTest() local
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dplatformpixmap.cpp82 QWindowsDirect2DPlatformPixmap::QWindowsDirect2DPlatformPixmap(PixelType pixelType) in QWindowsDirect2DPlatformPixmap()
89 QWindowsDirect2DPlatformPixmap::QWindowsDirect2DPlatformPixmap(QPlatformPixmap::PixelType pixelType, in QWindowsDirect2DPlatformPixmap()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/direct2d/
H A Dqwindowsdirect2dplatformpixmap.cpp82 QWindowsDirect2DPlatformPixmap::QWindowsDirect2DPlatformPixmap(PixelType pixelType) in QWindowsDirect2DPlatformPixmap()
89 QWindowsDirect2DPlatformPixmap::QWindowsDirect2DPlatformPixmap(QPlatformPixmap::PixelType pixelType, in QWindowsDirect2DPlatformPixmap()

12345678910>>...14