HomeSort by relevance Sort by last modified time
    Searched refs:pixbuf_ (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
cairo_cached_surface.cc 12 CairoCachedSurface::CairoCachedSurface() : pixbuf_(NULL), surface_(NULL) {
19 if (pixbuf_)
20 g_object_unref(pixbuf_);
24 return pixbuf_ ? gdk_pixbuf_get_width(pixbuf_) : -1;
28 return pixbuf_ ? gdk_pixbuf_get_height(pixbuf_) : -1;
40 if (pixbuf_)
41 g_object_unref(pixbuf_);
43 pixbuf_ = pixbuf
    [all...]
cairo_cached_surface.h 30 return pixbuf_;
49 GdkPixbuf* pixbuf() { return pixbuf_; }
53 GdkPixbuf* pixbuf_; member in class:CairoCachedSurface
  /external/chromium_org/ui/gfx/image/
cairo_cached_surface.cc 14 CairoCachedSurface::CairoCachedSurface() : pixbuf_(NULL) {
28 if (pixbuf_) {
29 g_object_unref(pixbuf_);
30 pixbuf_ = NULL;
35 return pixbuf_ ? gdk_pixbuf_get_width(pixbuf_) : -1;
39 return pixbuf_ ? gdk_pixbuf_get_height(pixbuf_) : -1;
48 pixbuf_ = pixbuf;
58 DCHECK(pixbuf_);
    [all...]
cairo_cached_surface.h 37 return pixbuf_;
64 GdkPixbuf* pixbuf() { return pixbuf_; }
74 GdkPixbuf* pixbuf_; member in class:gfx::CairoCachedSurface
image.cc 335 pixbuf_(pixbuf) {
340 if (pixbuf_) {
341 g_object_unref(pixbuf_);
342 pixbuf_ = NULL;
347 return gdk_pixbuf_get_width(pixbuf_);
351 return gdk_pixbuf_get_height(pixbuf_);
358 GdkPixbuf* pixbuf() const { return pixbuf_; }
361 GdkPixbuf* pixbuf_; member in class:gfx::internal::ImageRepGdk

Completed in 163 milliseconds