Home
last modified time | relevance | path

Searched refs:imgImage (Results 1 – 14 of 14) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/graphics_utils/mipmap/
H A Dimg.h55 } imgImage; typedef
61 void imgCopyRect( imgImage *image, int dstx, int dsty, int srcx, int srcy, int sizex, int sizey );
63 void (*imgBlendGetFunction( imgImage *dstimage, imgImage *srcimage ))( imgImage *dstimage, int dstx…
64 int imgBlendImage( imgImage *dstimage, int dstx, int dsty, imgImage *srcimage );
66 void imgAllocCopy( imgImage *dst, imgImage *src );
67 void imgAllocCopyExtendBorder( imgImage *dstimage, imgImage *srcimage, int extendsize );
68 void imgAllocExtractChannel( imgImage *dst, imgImage *src, int channelindex );
69 void imgAllocExtractChannelExtendBorder( imgImage *dstimage, imgImage *srcimage, int channelindex, …
70 void imgAllocCopyChannelToAlpha( imgImage *dstimage, imgImage *srcimage, int channelindex, unsigned…
71 void imgAllocAdjustBrightnessContrast( imgImage *dstimage, imgImage *srcimage, float brightness, fl…
[all …]
H A Dimgresize.h60 int imReduceImageKaiserDivisor( imgImage *imgdst, imgImage *imgsrc, int sizedivisor, imReduceOption…
66 int imReduceImageKaiser( imgImage *imgdst, imgImage *imgsrc, int newwidth, int newheight, imReduceO…
72 int imReduceImageHalfBox( imgImage *imgdst, imgImage *imgsrc, imReduceOptions *options );
H A Dimgresize.c2256 int imReduceImageKaiserDivisor( imgImage *imgdst, imgImage *imgsrc, int sizedivisor, imReduceOption… in imReduceImageKaiserDivisor()
3517 int imReduceImageKaiser( imgImage *imgdst, imgImage *imgsrc, int newwidth, int newheight, imReduceO… in imReduceImageKaiser()
3883 int imReduceImageHalfBox( imgImage *imgdst, imgImage *imgsrc, imReduceOptions *options ) in imReduceImageHalfBox()
/dports/misc/nn-insight/nn-insight-1.0.5/
H A Dimage-grid-widget.cpp36 auto &imgImage = std::get<2>(img); in setSizesAndData() local
39 imgWidth = imgImage.width(); in setSizesAndData()
41 imgHeight = imgImage.height(); in setSizesAndData()
43 assert(imgImage.width() == imgWidth); in setSizesAndData()
44 assert(imgImage.height() == imgHeight); in setSizesAndData()
53 imageWidget.get()->setPixmap(QPixmap::fromImage(imgImage)); in setSizesAndData()
58 …idth = std::max(labelFontMetrics->size(0/*flags*/, labelWidget->text()).width(), imgImage.width()); in setSizesAndData()
/dports/graphics/poppler-qt5/poppler-21.12.0/utils/
H A DImageOutputDev.cc131 case imgImage: in listImage()
682 listImage(state, ref, str, width, height, colorMap, interpolate, inlineImg, imgImage); in drawImage()
690 listImage(state, ref, str, width, height, colorMap, interpolate, false, imgImage); in drawMaskedImage()
702 listImage(state, ref, str, width, height, colorMap, interpolate, false, imgImage); in drawSoftMaskedImage()
H A DImageOutputDev.h49 imgImage, enumerator
/dports/graphics/poppler/poppler-21.12.0/utils/
H A DImageOutputDev.cc131 case imgImage: in listImage()
682 listImage(state, ref, str, width, height, colorMap, interpolate, inlineImg, imgImage); in drawImage()
690 listImage(state, ref, str, width, height, colorMap, interpolate, false, imgImage); in drawMaskedImage()
702 listImage(state, ref, str, width, height, colorMap, interpolate, false, imgImage); in drawSoftMaskedImage()
H A DImageOutputDev.h49 imgImage, enumerator
/dports/graphics/poppler-glib/poppler-21.12.0/utils/
H A DImageOutputDev.cc131 case imgImage: in listImage()
682 listImage(state, ref, str, width, height, colorMap, interpolate, inlineImg, imgImage); in drawImage()
690 listImage(state, ref, str, width, height, colorMap, interpolate, false, imgImage); in drawMaskedImage()
702 listImage(state, ref, str, width, height, colorMap, interpolate, false, imgImage); in drawSoftMaskedImage()
H A DImageOutputDev.h49 imgImage, enumerator
/dports/graphics/poppler-utils/poppler-21.12.0/utils/
H A DImageOutputDev.cc131 case imgImage: in listImage()
682 listImage(state, ref, str, width, height, colorMap, interpolate, inlineImg, imgImage); in drawImage()
690 listImage(state, ref, str, width, height, colorMap, interpolate, false, imgImage); in drawMaskedImage()
702 listImage(state, ref, str, width, height, colorMap, interpolate, false, imgImage); in drawSoftMaskedImage()
H A DImageOutputDev.h49 imgImage, enumerator
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/editor/
H A Deditor-images.ts73 import imgImage from './images/omni_insert/image.png';
215 image: imgImage,
/dports/graphics/entangle/entangle-1.0/src/frontend/
H A Dentangle-preferences-display.c69 GtkImage *imgImage; member
589 EntanglePreferencesDisplay, imgImage); in entangle_preferences_display_class_init()
1031 gtk_image_set_from_icon_name(priv->imgImage, "entangle-imageviewer", GTK_ICON_SIZE_DIALOG); in entangle_preferences_display_init()