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

  /external/chromium_org/chrome/browser/ui/gtk/
gtk_util.h 18 typedef struct _cairo cairo_t; typedef in typeref:struct:_cairo
201 cairo_t* cr,
207 void DrawFullImage(cairo_t* cr,
  /external/chromium/chrome/browser/ui/gtk/
cairo_cached_surface.h 10 typedef struct _cairo cairo_t; typedef in typeref:struct:_cairo
45 void SetSource(cairo_t* cr, int x, int y);
gtk_util.h 20 typedef struct _cairo cairo_t; typedef in typeref:struct:_cairo
252 cairo_t* cr,
  /external/chromium_org/skia/ext/
platform_device.h 25 typedef struct _cairo cairo_t; typedef in typeref:struct:_cairo
40 typedef cairo_t* PlatformSurface;
  /external/chromium_org/ui/gfx/image/
cairo_cached_surface.h 15 typedef struct _cairo cairo_t; typedef in typeref:struct:_cairo
55 void SetSource(cairo_t* cr, GtkWidget* widget, int x, int y) const;
56 void SetSource(cairo_t* cr, GdkDisplay* display, int x, int y) const;
59 void MaskSource(cairo_t* cr, GtkWidget* widget, int x, int y) const;
60 void MaskSource(cairo_t* cr, GdkDisplay* display, int x, int y) const;
71 cairo_surface_t* GetSurfaceFor(cairo_t* cr, GdkDisplay* display) const;

Completed in 1170 milliseconds