HomeSort by relevance Sort by last modified time
    Searched refs:cairo_t (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /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;
cairo_cached_surface.cc 51 void CairoCachedSurface::SetSource(cairo_t* cr, GtkWidget* widget,
56 void CairoCachedSurface::SetSource(cairo_t* cr, GdkDisplay* display,
66 void CairoCachedSurface::MaskSource(cairo_t* cr, GtkWidget* widget,
71 void CairoCachedSurface::MaskSource(cairo_t* cr, GdkDisplay* display,
81 cairo_surface_t* CairoCachedSurface::GetSurfaceFor(cairo_t* cr,
100 cairo_t* copy_cr = cairo_create(out);
  /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);
nine_box.h 44 void RenderTopCenterStrip(cairo_t* cr, int x, int y, int width) const;
cairo_cached_surface.cc 46 void CairoCachedSurface::SetSource(cairo_t* cr, int x, int y) {
67 cairo_t* copy_cr = cairo_create(surface_);
nine_box.cc 17 void DrawPixbuf(cairo_t* cr, GdkPixbuf* src, int x, int y, double alpha) {
23 void TileImage(cairo_t* cr, GdkPixbuf* src,
35 cairo_t* tiled = cairo_create(surface);
125 cairo_t* cr = gdk_cairo_create(GDK_DRAWABLE(dst->window));
166 void NineBox::RenderTopCenterStrip(cairo_t* cr, int x, int y,
220 cairo_t* cr = gdk_cairo_create(mask);
230 cairo_t* flipped_cr = gdk_cairo_create(flipped_mask);
browser_window_gtk.h 311 void DrawContentShadow(cairo_t* cr);
314 void DrawPopupFrame(cairo_t* cr, GtkWidget* widget, GdkEventExpose* event);
317 void DrawCustomFrame(cairo_t* cr, GtkWidget* widget, GdkEventExpose* event);
  /external/chromium_org/ui/gfx/
canvas_paint_gtk.h 49 cairo_t* context_;
66 CanvasSkiaPaintCairo(cairo_t* cairo, Size size, bool opaque);
89 cairo_t* context_;
90 cairo_t* dest_;
canvas_paint_gtk.cc 37 cairo_t* cr = gdk_cairo_create(window_);
70 CanvasSkiaPaintCairo::CanvasSkiaPaintCairo(cairo_t* cairo,
native_widget_types.h 98 typedef struct _cairo cairo_t;
172 typedef cairo_t* NativeDrawingContext;
177 typedef cairo_t* NativeDrawingContext;
  /external/chromium_org/skia/ext/
bitmap_platform_device_cairo.h 91 virtual cairo_t* BeginPlatformPaint() OVERRIDE;
113 cairo_t* cairo_;
platform_device.h 25 typedef struct _cairo cairo_t; typedef in typeref:struct:_cairo
40 typedef cairo_t* PlatformSurface;
bitmap_platform_device_cairo.cc 56 void LoadMatrixToContext(cairo_t* context, const SkMatrix& matrix) {
68 void LoadClipToContext(cairo_t* context, const SkRegion& clip) {
189 cairo_t* BitmapPlatformDevice::BeginPlatformPaint() {
  /external/harfbuzz_ng/util/
helper-cairo.hh 41 cairo_t *
47 helper_cairo_destroy_context (cairo_t *cr);
helper-cairo-ansi.cc 42 cairo_t *cr = cairo_create (new_surface);
view-cairo.hh 92 void draw (cairo_t *cr);
view-cairo.cc 60 cairo_t *cr = helper_cairo_create_context (w, h, &view_options, &output_options);
70 view_cairo_t::draw (cairo_t *cr)
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 153 void Paint(GtkWidget* widget, cairo_t* cr);
157 cairo_surface_t* PaintToSurface(GtkWidget* widget, cairo_t* cr);
175 void PaintFaviconArea(GtkWidget* widget, cairo_t* cr);
305 void PaintTitle(GtkWidget* widget, cairo_t* cr);
306 void PaintIcon(GtkWidget* widget, cairo_t* cr);
307 void PaintMediaIndicator(GtkWidget* widget, cairo_t* cr);
308 void PaintTabBackground(GtkWidget* widget, cairo_t* cr);
309 void PaintInactiveTabBackground(GtkWidget* widget, cairo_t* cr);
310 void PaintActiveTabBackground(GtkWidget* widget, cairo_t* cr);
311 void PaintLoadingAnimation(GtkWidget* widget, cairo_t* cairo)
    [all...]
tab_renderer_gtk.cc 470 void TabRendererGtk::PaintFaviconArea(GtkWidget* widget, cairo_t* cr) {
688 void TabRendererGtk::Paint(GtkWidget* widget, cairo_t* cr) {
716 cairo_t* cr) {
723 cairo_t* out_cr = cairo_create(out_surface);
853 cairo_t* cr = gdk_cairo_create(gtk_widget_get_window(widget));
871 void TabRendererGtk::PaintTitle(GtkWidget* widget, cairo_t* cr) {
905 void TabRendererGtk::PaintIcon(GtkWidget* widget, cairo_t* cr) {
    [all...]
dragged_view_gtk.h 130 void PaintTab(int index, GtkWidget* widget, cairo_t* cr, int widget_width);
  /external/chromium_org/chrome/browser/ui/gtk/autofill/
autofill_popup_view_gtk.h 77 void DrawSeparator(cairo_t* cairo_context, const gfx::Rect& separator_rect);
80 void DrawAutofillEntry(cairo_t* cairo_context,
  /external/icu4c/samples/layout/
GnomeFontInstance.h 45 cairo_t *fCairo;
100 void rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions,
  /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,
nine_box.cc 19 void DrawImage(cairo_t* cr, GtkWidget* widget, gfx::Image* src,
29 void TileImage(cairo_t* cr, GtkWidget* widget, gfx::Image* src,
45 cairo_t* tiled = cairo_create(surface);
150 cairo_t* cr = gdk_cairo_create(GDK_DRAWABLE(gtk_widget_get_window(dst)));
205 cairo_t* cr = gdk_cairo_create(mask);
215 cairo_t* flipped_cr = gdk_cairo_create(flipped_mask);
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 221 cairo_t* cairo_context = gdk_cairo_create(container_->window);
240 cairo_t* cairo_context = gdk_cairo_create(GDK_DRAWABLE(pixmap));
307 cairo_t* cr = gdk_cairo_create(GDK_DRAWABLE(widget->window));

Completed in 658 milliseconds

1 2 3 4