Home
last modified time | relevance | path

Searched refs:imgFormat (Results 51 – 75 of 76) sorted by relevance

1234

/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/image/
H A Duimageaction.pas385 imgFormat, imgFormatFromName: TBGRAImageFormat;
392 imgFormat := imgFormatFromName
394 imgFormat := SuggestImageFormat(AVars.Strings['Format']);
396 if imgFormat = ifUnknown then
399 imgFormat := ifPng
422 layeredCopy.SaveToStreamAs(streamOut, SuggestImageExtension(imgFormat));
430 writer := CreateBGRAImageWriter(imgFormat, true);
1174 imgFormat: TBGRAImageFormat;
1189 imgFormat := Image.DetectImageFormat(AFilenameUTF8);
1190 case imgFormat of
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsFboUtil.cpp988 TransferFormat transferImageFormat (const ImageFormat& imgFormat) in transferImageFormat() argument
990 if (imgFormat.unsizedType == GL_NONE) in transferImageFormat()
991 return getTransferFormat(mapGLInternalFormat(imgFormat.format)); in transferImageFormat()
993 return TransferFormat(imgFormat.format, imgFormat.unsizedType); in transferImageFormat()
H A DglsFboUtil.hpp192 glu::TransferFormat transferImageFormat (const ImageFormat& imgFormat);
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A Dprojtex.c177 GLenum imgFormat; in loadImageTextures() local
181 image = LoadRGBImage(texFilename[tex], &imgWidth, &imgHeight, &imgFormat); in loadImageTextures()
186 assert(imgFormat == GL_RGB); in loadImageTextures()
193 gluScaleImage(imgFormat, imgWidth, imgHeight, GL_UNSIGNED_BYTE, image, in loadImageTextures()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/demos/
H A Dprojtex.c177 GLenum imgFormat; in loadImageTextures() local
181 image = LoadRGBImage(texFilename[tex], &imgWidth, &imgHeight, &imgFormat); in loadImageTextures()
186 assert(imgFormat == GL_RGB); in loadImageTextures()
193 gluScaleImage(imgFormat, imgWidth, imgHeight, GL_UNSIGNED_BYTE, image, in loadImageTextures()
/dports/audio/kid3-qt5/kid3-3.8.6/src/plugins/mp4v2metadata/
H A Dm4afile.cpp445 QString mimeType, imgFormat; in readTags() local
449 imgFormat = QLatin1String("PNG"); in readTags()
453 imgFormat = QLatin1String("BMP"); in readTags()
457 imgFormat = QLatin1String("GIF"); in readTags()
462 imgFormat = QLatin1String("JPG"); in readTags()
467 Frame::TE_ISO8859_1, imgFormat); in readTags()
/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/mp4v2metadata/
H A Dm4afile.cpp445 QString mimeType, imgFormat; in readTags() local
449 imgFormat = QLatin1String("PNG"); in readTags()
453 imgFormat = QLatin1String("BMP"); in readTags()
457 imgFormat = QLatin1String("GIF"); in readTags()
462 imgFormat = QLatin1String("JPG"); in readTags()
467 Frame::TE_ISO8859_1, imgFormat); in readTags()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/graphics/
H A Dimage.cpp401 Impl(Public *i, Size const &imgSize, Format imgFormat, IByteArray const &imgPixels) in DENG2_PIMPL()
402 : Base(i), format(imgFormat), size(imgSize), pixels(imgPixels) in DENG2_PIMPL()
405 Impl(Public *i, Size const &imgSize, Format imgFormat, ByteRefArray const &imgRefPixels) in DENG2_PIMPL()
406 : Base(i), format(imgFormat), size(imgSize), refPixels(imgRefPixels) in DENG2_PIMPL()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mem_obj/
H A Dimage_set_arg_tests.cpp557 cl_image_format imgFormat = {CL_DEPTH, CL_FLOAT}; in HWTEST_F() local
559 auto image = Image2dHelper<>::create(context, &imgDesc, &imgFormat); in HWTEST_F()
593 cl_image_format imgFormat = {CL_DEPTH_STENCIL, CL_FLOAT}; in HWTEST_F() local
595 …r<Image> image(ImageHelper<ImageReadOnly<Image2dDefaults>>::create(context, &imgDesc, &imgFormat)); in HWTEST_F()
647 cl_image_format imgFormat = {CL_DEPTH, CL_FLOAT}; in HWTEST_F() local
650 auto image = std::unique_ptr<Image>(Image2dHelper<>::create(context, &imgDesc, &imgFormat)); in HWTEST_F()
/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/oggflacmetadata/
H A Dflacfile.cpp77 QString imgFormat, mimeType, description; in setPicture() local
80 PictureFrame::getFields(frame, enc, imgFormat, mimeType, in setPicture()
/dports/audio/kid3-qt5/kid3-3.8.6/src/plugins/oggflacmetadata/
H A Dflacfile.cpp77 QString imgFormat, mimeType, description; in setPicture() local
80 PictureFrame::getFields(frame, enc, imgFormat, mimeType, in setPicture()
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/librawspeed/decompressors/
H A DVC5Decompressor.h111 const uint16_t imgFormat = 4; member
H A DVC5Decompressor.cpp482 if (val != mVC5.imgFormat) in parseVC5()
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/decompressors/
H A DVC5Decompressor.h111 const uint16_t imgFormat = 4; member
H A DVC5Decompressor.cpp483 if (val != mVC5.imgFormat) in parseVC5()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/decompressors/
H A DVC5Decompressor.h111 const uint16_t imgFormat = 4; member
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/test/test4other/zengl/
H A Dbgrazengl.pas952 imgFormat: TBGRAImageFormat;
980 for imgFormat:= low(TBGRAImageFormat) to high(TBGRAImageFormat) do
981 if Assigned(DefaultBGRAImageReader[imgFormat]) then
983 tmp := dir + name + '-page' + u_IntToStr( i ) + '.' + SuggestImageExtension(imgFormat);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/test/test4other/zengl/
H A Dbgrazengl.pas952 imgFormat: TBGRAImageFormat;
980 for imgFormat:= low(TBGRAImageFormat) to high(TBGRAImageFormat) do
981 if Assigned(DefaultBGRAImageReader[imgFormat]) then
983 tmp := dir + name + '-page' + u_IntToStr( i ) + '.' + SuggestImageExtension(imgFormat);
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/imwri/
H A Dimwri.cpp170 std::string imgFormat; member
290 image.magick(d->imgFormat); in writeGetFrame()
479 d->imgFormat = vsapi->propGetData(in, "imgformat", 0, nullptr); in writeCreate()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/d3d_sharing/
H A Dd3d9_tests.cpp1135 cl_image_format imgFormat = {}; in TEST_P() local
1143 D3DSurface::findImgFormat((D3DFORMAT)format, imgFormat, plane, imagePlane); in TEST_P()
1145 EXPECT_EQ(imgFormat.image_channel_data_type, expectedClChannelType); in TEST_P()
1146 EXPECT_EQ(imgFormat.image_channel_order, expectedClChannelOrder); in TEST_P()
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/
H A Dfunctions.py1642 imgFormat = QtGui.QImage.Format.Format_Grayscale8
1661 imgFormat = QtGui.QImage.Format.Format_ARGB32
1663 imgFormat = QtGui.QImage.Format.Format_RGB32
1684 return ndarray_to_qimage(imgData, imgFormat)
/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/taglibmetadata/
H A Dtaglibfile.cpp168 QString imgFormat; in frameToFlacPicture() local
174 PictureFrame::getFields(frame, enc, imgFormat, mimeType, pictureType, in frameToFlacPicture()
1127 QString mimeType, imgFormat; in readTags() local
1131 imgFormat = QLatin1String("PNG"); in readTags()
1135 imgFormat = QLatin1String("BMP"); in readTags()
1139 imgFormat = QLatin1String("GIF"); in readTags()
1145 imgFormat = QLatin1String("JPG"); in readTags()
1150 Frame::TE_ISO8859_1, imgFormat); in readTags()
4800 QString imgFormat, mimeType, description; in renderAsfPicture() local
4801 PictureFrame::getFields(frame, enc, imgFormat, mimeType, pictureType, in renderAsfPicture()
[all …]
/dports/audio/kid3-qt5/kid3-3.8.6/src/plugins/taglibmetadata/
H A Dtaglibfile.cpp168 QString imgFormat; in frameToFlacPicture() local
174 PictureFrame::getFields(frame, enc, imgFormat, mimeType, pictureType, in frameToFlacPicture()
1127 QString mimeType, imgFormat; in readTags() local
1131 imgFormat = QLatin1String("PNG"); in readTags()
1135 imgFormat = QLatin1String("BMP"); in readTags()
1139 imgFormat = QLatin1String("GIF"); in readTags()
1145 imgFormat = QLatin1String("JPG"); in readTags()
1150 Frame::TE_ISO8859_1, imgFormat); in readTags()
4800 QString imgFormat, mimeType, description; in renderAsfPicture() local
4801 PictureFrame::getFields(frame, enc, imgFormat, mimeType, pictureType, in renderAsfPicture()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscimage.cpp1800 Format imgFormat = this->format(); in scaleImageGeneric() local
1802 execScaled |= (imgFormat == QImage::Format_ARGB8565_Premultiplied); in scaleImageGeneric()
1803 execScaled |= (imgFormat == QImage::Format_RGB666); in scaleImageGeneric()
1804 execScaled |= (imgFormat == QImage::Format_ARGB6666_Premultiplied); in scaleImageGeneric()
1805 execScaled |= (imgFormat == QImage::Format_ARGB8555_Premultiplied); in scaleImageGeneric()
/dports/audio/carla/Carla-2.4.1/source/frontend/
H A Dcarla_host.py1638 def _canvasImageWrite(self, iw: QImageWriter, imgFormat: bytes, image: QImage):
1639 iw.setFormat(imgFormat)
1675 imgFormat = b"JPG"
1677 imgFormat = b"PNG"
1680 imgFormat = b"JPG"
1682 imgFormat = b"PNG"
1694 self._canvasImageWrite(iw, imgFormat, image)

1234