Searched refs:UsePixbuf (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dcairo_cached_surface.h15 // immutable after UsePixbuf() is called and can be sent to the X server
37 // Sets the pixbuf that we pass to cairo. Calling UsePixbuf() only derefs the
39 // the X server occurs at SetSource() time. Calling UsePixbuf() should only
41 void UsePixbuf(GdkPixbuf* pixbuf);
H A Dcustom_button.cc47 surfaces_[GTK_STATE_NORMAL]->UsePixbuf(
49 surfaces_[GTK_STATE_ACTIVE]->UsePixbuf(
51 surfaces_[GTK_STATE_PRELIGHT]->UsePixbuf(
53 surfaces_[GTK_STATE_SELECTED]->UsePixbuf(NULL);
54 surfaces_[GTK_STATE_INSENSITIVE]->UsePixbuf(
131 background_image_->UsePixbuf(NULL);
138 background_image_->UsePixbuf(pixbuf);
148 surfaces_[GTK_STATE_NORMAL]->UsePixbuf(normal_id_ ?
150 surfaces_[GTK_STATE_ACTIVE]->UsePixbuf(pressed_id_ ?
152 surfaces_[GTK_STATE_PRELIGHT]->UsePixbuf(hover_id
[all...]
H A Dcairo_cached_surface.cc31 void CairoCachedSurface::UsePixbuf(GdkPixbuf* pixbuf) { function in class:CairoCachedSurface
51 // First time here since last UsePixbuf call. Generate the surface.
H A Dgtk_theme_service.cc1090 surface->UsePixbuf(pixbuf);
/external/chromium_org/chrome/browser/ui/gtk/
H A Dcustom_button.cc61 surfaces_[GTK_STATE_NORMAL]->UsePixbuf(GetImage(normal_id_));
62 surfaces_[GTK_STATE_ACTIVE]->UsePixbuf(GetImage(pressed_id_));
63 surfaces_[GTK_STATE_PRELIGHT]->UsePixbuf(GetImage(hover_id_));
64 surfaces_[GTK_STATE_SELECTED]->UsePixbuf(NULL);
65 surfaces_[GTK_STATE_INSENSITIVE]->UsePixbuf(GetImage(disabled_id_));
146 background_image_->UsePixbuf(NULL);
153 background_image_->UsePixbuf(pixbuf);
164 surfaces_[GTK_STATE_NORMAL]->UsePixbuf(normal_id_ ?
166 surfaces_[GTK_STATE_ACTIVE]->UsePixbuf(pressed_id_ ?
168 surfaces_[GTK_STATE_PRELIGHT]->UsePixbuf(hover_id
[all...]
/external/chromium_org/ui/gfx/image/
H A Dcairo_cached_surface.h22 // immutable after UsePixbuf() is called and can be sent to the display server
47 // Sets the pixbuf that we pass to cairo. Calling UsePixbuf() only derefs the
49 // the X server occurs at SetSource() time. Calling UsePixbuf() should only
51 void UsePixbuf(GdkPixbuf* pixbuf);
H A Dcairo_cached_surface.cc42 void CairoCachedSurface::UsePixbuf(GdkPixbuf* pixbuf) { function in class:gfx::CairoCachedSurface
90 // First time here since last UsePixbuf call. Generate the surface.
H A Dimage.cc372 cairo_cache_->UsePixbuf(pixbuf);
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc388 data_.cairo_favicon.UsePixbuf(pixbuf);

Completed in 57 milliseconds