/external/chromium_org/ui/gfx/image/ |
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);
|
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;
|
/external/chromium/chrome/browser/ui/gtk/ |
cairo_cached_surface.cc | 46 void CairoCachedSurface::SetSource(cairo_t* cr, int x, int y) { 67 cairo_t* copy_cr = cairo_create(surface_);
|
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.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);
|
nine_box.h | 44 void RenderTopCenterStrip(cairo_t* cr, int x, int y, int width) const;
|
/external/harfbuzz_ng/util/ |
helper-cairo.hh | 41 cairo_t * 47 helper_cairo_destroy_context (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)
|
helper-cairo-ansi.cc | 42 cairo_t *cr = cairo_create (new_surface);
|
view-cairo.hh | 92 void draw (cairo_t *cr);
|
/external/chromium_org/ui/gfx/ |
pango_util.h | 54 void UI_EXPORT DrawTextOntoCairoSurface(cairo_t* cr, 89 void DrawPangoLayout(cairo_t* cr, 101 void DrawPangoTextUnderline(cairo_t* cr,
|
canvas_paint_gtk.cc | 35 cairo_t* cr = gdk_cairo_create(window_);
|
canvas_paint_gtk.h | 49 cairo_t* context_;
|
native_widget_types.h | 99 typedef struct _cairo cairo_t; 173 typedef cairo_t* NativeDrawingContext; 178 typedef cairo_t* NativeDrawingContext;
|
/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,
|
autofill_popup_view_gtk.cc | 126 cairo_t* cr = gdk_cairo_create(GDK_DRAWABLE(gtk_widget_get_window(widget))); 201 void AutofillPopupViewGtk::DrawSeparator(cairo_t* cairo_context, 212 void AutofillPopupViewGtk::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/tabs/ |
tab_renderer_gtk.h | 155 void Paint(GtkWidget* widget, cairo_t* cr); 159 cairo_surface_t* PaintToSurface(GtkWidget* widget, cairo_t* cr); 177 void PaintFaviconArea(GtkWidget* widget, cairo_t* cr); 309 void PaintTitle(GtkWidget* widget, cairo_t* cr); 310 void PaintIcon(GtkWidget* widget, cairo_t* cr); 311 void PaintTabBackground(GtkWidget* widget, cairo_t* cr); 312 void PaintInactiveTabBackground(GtkWidget* widget, cairo_t* cr); 313 void PaintActiveTabBackground(GtkWidget* widget, cairo_t* cr); 314 void PaintLoadingAnimation(GtkWidget* widget, cairo_t* cairo); 318 void DrawTabBackground(cairo_t* cr [all...] |
tab_renderer_gtk.cc | 488 void TabRendererGtk::PaintFaviconArea(GtkWidget* widget, cairo_t* cr) { 726 void TabRendererGtk::Paint(GtkWidget* widget, cairo_t* cr) { 749 cairo_t* cr) { 756 cairo_t* out_cr = cairo_create(out_surface); 875 cairo_t* cr = gdk_cairo_create(gtk_widget_get_window(widget)); 893 void TabRendererGtk::PaintTitle(GtkWidget* widget, cairo_t* cr) { 920 void TabRendererGtk::PaintIcon(GtkWidget* widget, cairo_t* cr) { [all...] |
/external/chromium_org/skia/ext/ |
bitmap_platform_device_linux.cc | 19 void LoadMatrixToContext(cairo_t* context, const SkMatrix& matrix) { 31 void LoadClipToContext(cairo_t* context, const SkRegion& clip) { 155 cairo_t* BitmapPlatformDevice::BeginPlatformPaint() { 157 cairo_t* cairo = data_->bitmap_context();
|
bitmap_platform_device_data.h | 29 typedef cairo_t* PlatformContext;
|
platform_device.h | 26 typedef struct _cairo cairo_t; typedef in typeref:struct:_cairo 45 typedef cairo_t* PlatformSurface;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
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);
|
throbber_gtk.cc | 60 cairo_t* cairo_context =
|
/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));
|