Home
last modified time | relevance | path

Searched refs:ImageSource_GdkPixbuf (Results 1 – 7 of 7) sorted by relevance

/dports/print/photoprint/photoprint-0.4.2-pre2/imagesource/
H A Dimagesource_gdkpixbuf.cpp24 ImageSource_GdkPixbuf::~ImageSource_GdkPixbuf() in ~ImageSource_GdkPixbuf()
33 ISDataType *ImageSource_GdkPixbuf::GetRow(int row) in GetRow()
108 ImageSource_GdkPixbuf::ImageSource_GdkPixbuf(const char *filename) : pixbuf(NULL) in ImageSource_GdkPixbuf() function in ImageSource_GdkPixbuf
118 ImageSource_GdkPixbuf::ImageSource_GdkPixbuf(GdkPixbuf *pixbuf) : pixbuf(pixbuf) in ImageSource_GdkPixbuf() function in ImageSource_GdkPixbuf
125 void ImageSource_GdkPixbuf::Init() in Init()
H A Dimagesource_gdkpixbuf.h21 class ImageSource_GdkPixbuf : public ImageSource
24 ImageSource_GdkPixbuf(const char *filename);
25 ImageSource_GdkPixbuf(GdkPixbuf *pixbuf);
26 ~ImageSource_GdkPixbuf();
H A Dimagesource_util.cpp94 return(new ImageSource_GdkPixbuf(filename)); in ISLoadImage_core()
/dports/print/photoprint/photoprint-0.4.2-pre2/
H A Dlayout_carousel.cpp405 source=new ImageSource_GdkPixbuf(thumbnail); in RenderPreview()
431 source=new ImageSource_GdkPixbuf(thumbnail); in RenderPreview()
H A Dlayout_imageinfo.cpp921 ImageSource *src2=new ImageSource_GdkPixbuf(thumbnail); in GetThumbnail()
995 ImageSource *src2=new ImageSource_GdkPixbuf(thumbnail); in GetThumbnail()
/dports/print/photoprint/photoprint-0.4.2-pre2/miscwidgets/
H A Dcolorantselector.cpp93 ImageSource *is=new ImageSource_GdkPixbuf(icon); in populate_list()
H A Dcoloranttoggle.cpp309 ImageSource *mask=new ImageSource_GdkPixbuf(icon); in coloranttoggle_set_colorants()