Home
last modified time | relevance | path

Searched refs:Pixbuf (Results 1 – 25 of 3154) sorted by relevance

12345678910>>...127

/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/gdkmm/
H A Dpixbuf.cc64 Pixbuf::Pixbuf(const Glib::RefPtr<Window>& src, in Pixbuf() function in Gdk::Pixbuf
72 Pixbuf::Pixbuf(const ::Cairo::RefPtr< ::Cairo::Surface>& src, in Pixbuf() function in Gdk::Pixbuf
349 Pixbuf::Pixbuf(const Glib::ConstructParams& construct_params) in Pixbuf() function in Gdk::Pixbuf
356 Pixbuf::Pixbuf(GdkPixbuf* castitem) in Pixbuf() function in Gdk::Pixbuf
362 Pixbuf::Pixbuf(Pixbuf&& src) noexcept in Pixbuf() function in Gdk::Pixbuf
367 Pixbuf& Pixbuf::operator=(Pixbuf&& src) noexcept in operator =()
375 Pixbuf::~Pixbuf() noexcept in ~Pixbuf()
379 Pixbuf::CppClassType Pixbuf::pixbuf_class_; // initialize static member
403 Glib::RefPtr<Pixbuf> Pixbuf::copy() const in copy()
585 Glib::RefPtr<Gdk::Pixbuf> Pixbuf::flip(bool horizontal) const in flip()
[all …]
H A Dpixbuf.h342 class Pixbuf
350 using CppObjectType = Pixbuf;
356 Pixbuf(const Pixbuf&) = delete;
357 Pixbuf& operator=(const Pixbuf&) = delete;
364 explicit Pixbuf(GdkPixbuf* castitem);
370 Pixbuf(Pixbuf&& src) noexcept;
371 Pixbuf& operator=(Pixbuf&& src) noexcept;
373 ~Pixbuf() noexcept override;
431 Pixbuf(const Glib::RefPtr<Window>& src,
518 Glib::RefPtr<Pixbuf> copy() const;
[all …]
/dports/graphics/libgnomecanvasmm26/libgnomecanvasmm-2.26.0/libgnomecanvas/libgnomecanvasmm/
H A Dpixbuf.cc35 Pixbuf::Pixbuf (Group& parent, in Pixbuf() function in Gnome::Canvas::Pixbuf
50 Pixbuf::Pixbuf (Group& parent) in Pixbuf() function in Gnome::Canvas::Pixbuf
135 Pixbuf::Pixbuf(const Glib::ConstructParams& construct_params) in Pixbuf() function in Gnome::Canvas::Pixbuf
141 Pixbuf::Pixbuf(GnomeCanvasPixbuf* castitem) in Pixbuf() function in Gnome::Canvas::Pixbuf
147 Pixbuf::~Pixbuf() in ~Pixbuf()
152 Pixbuf::CppClassType Pixbuf::pixbuf_class_; // initialize static member
154 GType Pixbuf::get_type() in get_type()
159 GType Pixbuf::get_base_type() in get_base_type()
166 Glib::PropertyProxy< Glib::RefPtr<Gdk::Pixbuf> > Pixbuf::property_pixbuf() in property_pixbuf()
173 Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gdk::Pixbuf> > Pixbuf::property_pixbuf() const in property_pixbuf()
[all …]
H A Dpixbuf.h58 class Pixbuf : public Item
62 typedef Pixbuf CppObjectType;
68 virtual ~Pixbuf();
77 Pixbuf(const Pixbuf&);
78 Pixbuf& operator=(const Pixbuf&);
81 explicit Pixbuf(const Glib::ConstructParams& construct_params);
82 explicit Pixbuf(GnomeCanvasPixbuf* castitem);
117 Pixbuf(Group& parent, double x, double y, const Glib::RefPtr<Gdk::Pixbuf>& image);
118 explicit Pixbuf(Group& parent);
127 Glib::PropertyProxy< Glib::RefPtr<Gdk::Pixbuf> > property_pixbuf() ;
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/gdkmm/
H A Dpixbuf.cc73 Pixbuf::Pixbuf(const Glib::RefPtr<Image>& src, in Pixbuf() function in Gdk::Pixbuf
85 Pixbuf::Pixbuf(const Glib::RefPtr<Image>& src, in Pixbuf() function in Gdk::Pixbuf
94 Pixbuf::Pixbuf(const Glib::RefPtr<Image>& src, in Pixbuf() function in Gdk::Pixbuf
104 Pixbuf::Pixbuf(const Glib::RefPtr<Drawable>& src, in Pixbuf() function in Gdk::Pixbuf
116 Pixbuf::Pixbuf(const Glib::RefPtr<Drawable>& src, in Pixbuf() function in Gdk::Pixbuf
125 Pixbuf::Pixbuf(const Glib::RefPtr<Drawable>& src, in Pixbuf() function in Gdk::Pixbuf
286 Pixbuf::SListHandle_PixbufFormat Pixbuf::get_formats() in get_formats()
413 Pixbuf::Pixbuf(const Glib::ConstructParams& construct_params) in Pixbuf() function in Gdk::Pixbuf
420 Pixbuf::Pixbuf(GdkPixbuf* castitem) in Pixbuf() function in Gdk::Pixbuf
426 Pixbuf::~Pixbuf() in ~Pixbuf()
[all …]
H A Dpixbuf.h254 class Pixbuf : public Glib::Object
260 typedef Pixbuf CppObjectType;
270 Pixbuf(const Pixbuf&);
271 Pixbuf& operator=(const Pixbuf&);
274 explicit Pixbuf(const Glib::ConstructParams& construct_params);
275 explicit Pixbuf(GdkPixbuf* castitem);
280 virtual ~Pixbuf();
368 Pixbuf(const Glib::RefPtr<Drawable>& src,
403 Pixbuf(const Glib::RefPtr<Image>& src,
532 Glib::RefPtr<Pixbuf> copy() const;
[all …]
/dports/games/gtkevemon/gtkevemon-ac2ca34/src/gui/
H A Dimagestore.cc37 Glib::RefPtr<Gdk::Pixbuf> ImageStore::skill;
38 Glib::RefPtr<Gdk::Pixbuf> ImageStore::skillqueue;
39 Glib::RefPtr<Gdk::Pixbuf> ImageStore::certificate;
41 Glib::RefPtr<Gdk::Pixbuf> ImageStore::applogo;
42 Glib::RefPtr<Gdk::Pixbuf> ImageStore::aboutlogo;
43 Glib::RefPtr<Gdk::Pixbuf> ImageStore::eveportrait;
47 Glib::RefPtr<Gdk::Pixbuf> ImageStore::skilldeps[3];
154 Glib::RefPtr<Gdk::Pixbuf>
157 Glib::RefPtr<Gdk::Pixbuf> ret(Gdk::Pixbuf::create_from_xpm_data in skill_progress()
186 Glib::RefPtr<Gdk::Pixbuf>
[all …]
H A Dimagestore.h22 static Glib::RefPtr<Gdk::Pixbuf> skill;
23 static Glib::RefPtr<Gdk::Pixbuf> skillqueue;
24 static Glib::RefPtr<Gdk::Pixbuf> certificate;
26 static Glib::RefPtr<Gdk::Pixbuf> applogo;
27 static Glib::RefPtr<Gdk::Pixbuf> aboutlogo;
28 static Glib::RefPtr<Gdk::Pixbuf> eveportrait;
29 static Glib::RefPtr<Gdk::Pixbuf> columnconf[2];
30 static Glib::RefPtr<Gdk::Pixbuf> skillicons[6];
32 static Glib::RefPtr<Gdk::Pixbuf> skilldeps[3];
33 static Glib::RefPtr<Gdk::Pixbuf> skillplan[5];
[all …]
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/gi-gdkpixbuf-2.0.24/
H A DGdkPixbuf.overrides5 set-attr GdkPixbuf/Pixbuf/save c:identifier gdk_pixbuf_save_utf8
11 set-attr GdkPixbuf/Pixbuf/savev c:identifier gdk_pixbuf_savev_utf8
35 set-attr GdkPixbuf/Pixbuf/new/@return-value nullable 1
36 set-attr GdkPixbuf/Pixbuf/copy/@return-value nullable 1
37 set-attr GdkPixbuf/Pixbuf/scale_simple/@return-value nullable 1
45 set-attr GdkPixbuf/Pixbuf/get_file_info/@return-value nullable 1
55 set-attr GdkPixbuf/Pixbuf/flip/@return-value nullable 1
56 set-attr GdkPixbuf/Pixbuf/rotate_simple/@return-value nullable 1
57 set-attr GdkPixbuf/Pixbuf/save/@parameters/error nullable 1
58 set-attr GdkPixbuf/Pixbuf/save_to_buffer/@parameters/error nullable 1
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/src/
H A Dpixbuf.ccg57 Pixbuf::Pixbuf(const Glib::RefPtr<Image>& src,
68 Pixbuf::Pixbuf(const Glib::RefPtr<Image>& src,
77 Pixbuf::Pixbuf(const Glib::RefPtr<Image>& src,
86 Pixbuf::Pixbuf(const Glib::RefPtr<Drawable>& src,
97 Pixbuf::Pixbuf(const Glib::RefPtr<Drawable>& src,
106 Pixbuf::Pixbuf(const Glib::RefPtr<Drawable>& src,
115 Glib::RefPtr<Pixbuf> Pixbuf::create(const Glib::RefPtr<Drawable>& src,
124 Glib::RefPtr<Pixbuf> Pixbuf::create(const Glib::RefPtr<Image>& src,
134 Glib::RefPtr<Pixbuf> Pixbuf::create_from_data(const guint8* data, Colorspace colorspace,
145 Glib::RefPtr<Pixbuf> Pixbuf::create_from_data(const guint8* data, Colorspace colorspace,
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dgdk-pixbuf.adb34 package body Gdk.Pixbuf is
65 (Pixbuf : Gdk_Pixbuf;
82 (Get_Object (Pixbuf),
419 (Pixbuf : out Gdk_Pixbuf;
808 (Get_Object (Pixbuf),
824 (Pixbuf : Gdk_Pixbuf;
854 (Get_Object (Pixbuf),
905 (Get_Object (Pixbuf),
950 (Pixbuf : Gdk_Pixbuf;
1153 Pixbuf : Gdk_Pixbuf;
[all …]
H A Dgdk-pixbuf.ads63 package Gdk.Pixbuf is
217 (Pixbuf : out Gdk_Pixbuf;
248 (Pixbuf : Gdk_Pixbuf;
261 (Pixbuf : Gdk_Pixbuf;
300 (Pixbuf : Gdk_Pixbuf;
317 (Pixbuf : Gdk_Pixbuf;
344 (Pixbuf : Gdk_Pixbuf;
372 (Pixbuf : Gdk_Pixbuf;
377 (Pixbuf : Gdk_Pixbuf;
669 Pixbuf : Gdk_Pixbuf;
[all …]
/dports/net/remotebox/RemoteBox-2.7/share/remotebox/
H A Drbox_gui_init.pl63 $gui{img}{Network} = Gtk2::Gdk::Pixbuf->new_from_file("$sharedir/icons/nw_16px.png");
64 $gui{img}{HardDisk} = Gtk2::Gdk::Pixbuf->new_from_file("$sharedir/icons/hd_16px.png");
65 $gui{img}{DVD} = Gtk2::Gdk::Pixbuf->new_from_file("$sharedir/icons/cd_16px.png");
66 $gui{img}{Floppy} = Gtk2::Gdk::Pixbuf->new_from_file("$sharedir/icons/fd_16px.png");
67 $gui{img}{ctr}{IDE} = Gtk2::Gdk::Pixbuf->new_from_file("$sharedir/icons/ide_16px.png");
80 $gui{img}{OtherOS} = Gtk2::Gdk::Pixbuf->new_from_file("$sharedir/icons/os/Other.png");
84 $gui{img}{DirIcon} = Gtk2::Gdk::Pixbuf->new_from_file("$sharedir/icons/sf_16px.png");
91 $gui{img}{CatStor} = Gtk2::Gdk::Pixbuf->new_from_file("$sharedir/icons/hd_16px.png");
93 $gui{img}{CatNet} = Gtk2::Gdk::Pixbuf->new_from_file("$sharedir/icons/nw_16px.png");
95 $gui{img}{CatUSB} = Gtk2::Gdk::Pixbuf->new_from_file("$sharedir/icons/usb_16px.png");
[all …]
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/src/
H A Dgdk-pixbuf.adb28 package body Gdk.Pixbuf is
59 (Pixbuf : Gdk_Pixbuf;
76 (Get_Object (Pixbuf),
413 (Pixbuf : out Gdk_Pixbuf;
748 (Pixbuf : Gdk_Pixbuf;
756 (Pixbuf : System.Address;
763 (Pixbuf : System.Address;
777 (Get_Object (Pixbuf),
786 (Get_Object (Pixbuf),
951 Pixbuf : Gdk_Pixbuf;
[all …]
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/gdk/
H A Dpixbuf.go73 type Pixbuf struct { struct
102 return &Pixbuf{obj}, nil
114 p := &Pixbuf{obj}
135 p := &Pixbuf{obj}
164 p := &Pixbuf{obj}
229 func PixbufCopy(v *Pixbuf) (*Pixbuf, error) { argument
236 p := &Pixbuf{obj}
328 p := &Pixbuf{obj}
386 func (v *Pixbuf) AddAlpha(substituteColor bool, r, g, b uint8) *Pixbuf { argument
390 p := &Pixbuf{obj}
[all …]
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/gdk/
H A Dpixbuf.go73 type Pixbuf struct { struct
102 return &Pixbuf{obj}, nil
114 p := &Pixbuf{obj}
135 p := &Pixbuf{obj}
164 p := &Pixbuf{obj}
229 func PixbufCopy(v *Pixbuf) (*Pixbuf, error) { argument
236 p := &Pixbuf{obj}
328 p := &Pixbuf{obj}
386 func (v *Pixbuf) AddAlpha(substituteColor bool, r, g, b uint8) *Pixbuf { argument
390 p := &Pixbuf{obj}
[all …]
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gdk/
H A Dpixbuf.go73 type Pixbuf struct { struct
102 return &Pixbuf{obj}, nil
114 p := &Pixbuf{obj}
135 p := &Pixbuf{obj}
164 p := &Pixbuf{obj}
229 func PixbufCopy(v *Pixbuf) (*Pixbuf, error) { argument
236 p := &Pixbuf{obj}
328 p := &Pixbuf{obj}
386 func (v *Pixbuf) AddAlpha(substituteColor bool, r, g, b uint8) *Pixbuf { argument
390 p := &Pixbuf{obj}
[all …]
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/gdk/
H A Dpixbuf.go73 type Pixbuf struct { struct
102 return &Pixbuf{obj}, nil
114 p := &Pixbuf{obj}
135 p := &Pixbuf{obj}
164 p := &Pixbuf{obj}
229 func PixbufCopy(v *Pixbuf) (*Pixbuf, error) { argument
236 p := &Pixbuf{obj}
328 p := &Pixbuf{obj}
386 func (v *Pixbuf) AddAlpha(substituteColor bool, r, g, b uint8) *Pixbuf { argument
390 p := &Pixbuf{obj}
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/canvas/
H A Dpixbuf.cc29 Pixbuf::Pixbuf (Canvas* c) in Pixbuf() function in Pixbuf
34 Pixbuf::Pixbuf (Item* parent) in Pixbuf() function in Pixbuf
40 Pixbuf::render (Rect const & /*area*/, Cairo::RefPtr<Cairo::Context> context) const in render()
47 Pixbuf::compute_bounding_box () const in compute_bounding_box()
59 Pixbuf::set (Glib::RefPtr<Gdk::Pixbuf> pixbuf) in set()
69 Glib::RefPtr<Gdk::Pixbuf>
70 Pixbuf::pixbuf() { in pixbuf()
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/widgets/
H A Dpixbuf_rotations.cpp41 Glib::RefPtr<Pixbuf>(), in PixbufRotations()
46 static_cast<Glib::RefPtr<Pixbuf>&>(*this) in PixbufRotations()
47 = Pixbuf::create_from_file(filename); in PixbufRotations()
53 static_cast<Glib::RefPtr<Pixbuf>&>(*this) = Pixbuf::create_from_file(filename, error); in PixbufRotations()
64 Glib::RefPtr<Pixbuf>(pixbuf), in PixbufRotations()
74 Glib::RefPtr<Pixbuf>(),
85 Glib::RefPtr<Pixbuf>(),
89 static_cast<Glib::RefPtr<Gdk::Pixbuf>& >(*this)
108 static_cast<Glib::RefPtr<Gdk::Pixbuf>& >(*this)
135 Glib::RefPtr<Pixbuf>
[all …]
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gdk/
H A DPixbufFrame.cs30 public Gdk.Pixbuf pixbuf {
32 Gdk.Pixbuf ret = (Gdk.Pixbuf) GLib.Object.GetObject(_pixbuf);
39 public Gdk.Pixbuf composited {
41 Gdk.Pixbuf ret = (Gdk.Pixbuf) GLib.Object.GetObject(_composited);
48 public Gdk.Pixbuf revert {
50 Gdk.Pixbuf ret = (Gdk.Pixbuf) GLib.Object.GetObject(_revert);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/src/
H A Dpixbuf.ccg51 Pixbuf::Pixbuf(const Glib::RefPtr<Window>& src,
59 Pixbuf::Pixbuf(const ::Cairo::RefPtr< ::Cairo::Surface>& src,
66 Glib::RefPtr<Pixbuf> Pixbuf::create_from_data(const guint8* data, Colorspace colorspace,
77 Glib::RefPtr<Pixbuf> Pixbuf::create_from_data(const guint8* data, Colorspace colorspace,
89 Glib::RefPtr<Pixbuf> Pixbuf::create_from_stream(const Glib::RefPtr<Gio::InputStream>& stream)
100 Glib::RefPtr<Pixbuf> Pixbuf::create_from_stream_at_scale(const Glib::RefPtr<Gio::InputStream>& stre…
125 const_cast<const Pixbuf*>(this)->save(filename, type);
155 void Pixbuf::save_to_buffer(gchar*& buffer, gsize& buffer_size,
171 void Pixbuf::save_to_buffer(gchar*& buffer, gsize& buffer_size,
178 void Pixbuf::save_to_buffer(gchar*& buffer, gsize& buffer_size,
[all …]
/dports/games/lordsawar/lordsawar-0.3.2/src/gui/
H A Dimage-helpers.cpp24 Glib::RefPtr<Gdk::Pixbuf> row; in disassemble_row()
28 row = Gdk::Pixbuf::create_from_file(file); in disassemble_row()
43 std::vector<Glib::RefPtr<Gdk::Pixbuf> > images; in disassemble_row()
52 Glib::RefPtr<Gdk::Pixbuf> buf in disassemble_row()
85 Glib::RefPtr<Gdk::Pixbuf> buf in disassemble_row()
105 Glib::RefPtr<Gdk::Pixbuf> row; in disassemble_row()
108 row = Gdk::Pixbuf::create_from_file(file); in disassemble_row()
125 Glib::RefPtr<Gdk::Pixbuf> row; in image_width_is_multiple_of_image_height()
128 row = Gdk::Pixbuf::create_from_file(file); in image_width_is_multiple_of_image_height()
145 Glib::RefPtr<Gdk::Pixbuf> row; in get_image_width_and_height()
[all …]
/dports/audio/eq10q-lv2/eq10q-2.2/gui/widgets/
H A Dpixmapcombo.cpp34 Glib::RefPtr<Gdk::Pixbuf> m_refTopixbuf; in PixMapCombo()
38 m_refTopixbuf= Gdk::Pixbuf::create_from_file(m_bundlePath +"/" + std::string(RUTA_LPF1)); in PixMapCombo()
45 m_refTopixbuf= Gdk::Pixbuf::create_from_file(m_bundlePath +"/" + std::string(RUTA_LPF2)); in PixMapCombo()
52 m_refTopixbuf= Gdk::Pixbuf::create_from_file(m_bundlePath +"/" + std::string(RUTA_LPF3)); in PixMapCombo()
59 m_refTopixbuf= Gdk::Pixbuf::create_from_file(m_bundlePath +"/" + std::string(RUTA_LPF4)); in PixMapCombo()
66 m_refTopixbuf= Gdk::Pixbuf::create_from_file(m_bundlePath +"/" + std::string(RUTA_HPF1)); in PixMapCombo()
73 m_refTopixbuf= Gdk::Pixbuf::create_from_file(m_bundlePath +"/" + std::string(RUTA_HPF2)); in PixMapCombo()
80 m_refTopixbuf= Gdk::Pixbuf::create_from_file(m_bundlePath +"/" + std::string(RUTA_HPF3)); in PixMapCombo()
87 m_refTopixbuf= Gdk::Pixbuf::create_from_file(m_bundlePath +"/" + std::string(RUTA_HPF4)); in PixMapCombo()
108 m_refTopixbuf= Gdk::Pixbuf::create_from_file(m_bundlePath +"/" + std::string(RUTA_PEAK)); in PixMapCombo()
[all …]
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DWindow.cs40 public static Gdk.Pixbuf[] DefaultIconList {
44 return new Gdk.Pixbuf [0];
46 Gdk.Pixbuf[] result = new Gdk.Pixbuf [list.Count];
48 result [i] = list [i] as Gdk.Pixbuf;
53 foreach (Gdk.Pixbuf val in value)
65 public Gdk.Pixbuf[] IconList {
69 return new Gdk.Pixbuf [0];
71 Gdk.Pixbuf[] result = new Gdk.Pixbuf [list.Count];
73 result [i] = list [i] as Gdk.Pixbuf;
78 foreach (Gdk.Pixbuf val in value)

12345678910>>...127