Home
last modified time | relevance | path

Searched refs:resize_icon (Results 1 – 5 of 5) sorted by relevance

/dports/devel/sdl12/SDL-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.h105 … SDL_Surface *resize_icon; /* icon for the resize badge, we have to draw it by hand */ member
147 #define resize_icon (this->hidden->resize_icon) macro
H A DSDL_QuartzVideo.m1480 if (resize_icon == NULL) {
1488 resize_icon = SDL_ConvertSurface (tmp, SDL_VideoSurface->format, SDL_SRCCOLORKEY);
1489 SDL_SetColorKey (resize_icon, SDL_SRCCOLORKEY, 0xFFFFFF);
1499 SDL_BlitSurface (resize_icon, NULL, SDL_VideoSurface, &icon_rect);
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/
H A Dborder-icons.edc25 ICON("resize_icon", "icon_border_resize.png");
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/
H A Dtracker_icons.py228 d.addCallback(self.resize_icon)
468 def resize_icon(self, icon): member in TrackerIcons
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-tab.c1828 resize_icon (GdkPixbuf *pixbuf, in resize_icon() function
1874 return resize_icon (pixbuf, size); in get_stock_icon()
1919 return resize_icon (pixbuf, size); in get_icon()