/external/webkit/Source/WebCore/platform/graphics/transforms/ |
AffineTransform.h | 37 #elif USE(CAIRO) 38 #include <cairo.h> 162 #elif USE(CAIRO)
|
TransformationMatrix.h | 39 #elif USE(CAIRO) 40 #include <cairo.h> 318 #elif USE(CAIRO)
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
GraphicsContextCairoWin.cpp | 32 #include <cairo-win32.h>
|
/external/webkit/Source/WebCore/platform/win/ |
DragImageCairoWin.cpp | 35 #include <cairo-win32.h> 52 // At this point, we have a Cairo surface that points to a Windows DIB. The DIB interprets 53 // with the opposite meaning of positive Y axis, so everything we draw into this cairo 72 // At this point, we have a Cairo surface that points to a Windows DIB. The DIB interprets 73 // with the opposite meaning of positive Y axis, so everything we draw into this cairo 94 // At this point, we have a Cairo surface that points to a Windows BITMAP. The BITMAP 95 // has the opposite meaning of positive Y axis, so everything we draw into this cairo
|
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/ |
fontprops.cpp | 39 #include <cairo.h>
|
/external/webkit/Source/WebCore/platform/efl/ |
RenderThemeEfl.cpp | 119 EINA_LOG_ERR("Could not create cairo surface: %s", 275 cairo_t* cairo; local 287 cairo = info.context->platformContext()->cr(); 288 ASSERT(cairo); 337 cairo_save(cairo); 338 cairo_set_source_surface(cairo, entry->surface, rect.x(), rect.y()); 339 cairo_paint_with_alpha(cairo, 1.0); 340 cairo_restore(cairo); [all...] |
RenderThemeEfl.h | 38 #include <cairo.h>
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_view_single.c | 369 cairo_t *cairo; local 409 cairo = cairo_create(surface); 410 status = cairo_status(cairo); 412 ERR("could not create cairo from surface %dx%d: %s", 418 ctxt = ewk_view_paint_context_new(sd->_priv, cairo); 472 cairo_destroy(cairo);
|
ewk_private.h | 38 #include <cairo.h>
|
ewk_view_tiled.c | 37 return ewk_view_paint_contents(priv, t->cairo, &r);
|
ewk_tiled_model.c | 309 ERR("failed to create cairo surface: %s", 315 t->cairo = cairo_create(t->surface); 316 status = cairo_status(t->cairo); 318 ERR("failed to create cairo: %s", cairo_status_to_string(status)); 341 cairo_destroy(t->cairo);
|
ewk_tiled_matrix.c | 457 cairo_translate(t->cairo, -t->x, -t->y);
|
ewk_view.h | 29 #include <cairo.h>
|
/external/webkit/Source/WebCore/platform/graphics/ |
SimpleFontData.h | 51 #if USE(CAIRO) 52 #include <cairo.h> 118 #if USE(CG) || USE(CAIRO) || PLATFORM(WX) || USE(SKIA_ON_MAC_CHROME) 255 #if USE(CG) || USE(CAIRO) || PLATFORM(WX) || USE(SKIA_ON_MAC_CHROME)
|
FontPlatformData.h | 54 #if USE(CAIRO) 56 #include <cairo.h> 124 #elif USE(CAIRO) 146 #elif USE(CAIRO) 171 #elif USE(CAIRO) 206 #if USE(CAIRO) 248 #if USE(CAIRO) 254 #if PLATFORM(WIN) && !USE(CAIRO) 262 #elif USE(CAIRO) 283 #if PLATFORM(WIN) && !USE(CAIRO) [all...] |
/external/webkit/Tools/DumpRenderTree/win/ |
ImageDiffCairo.cpp | 32 #include <cairo.h>
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
ContextShadowCairo.cpp | 39 #include <cairo.h>
|
ImageBufferCairo.cpp | 43 #include <cairo.h> 48 // Cairo doesn't provide a way to copy a cairo_surface_t. 49 // See http://lists.cairographics.org/archives/cairo/2007-June/010877.html 50 // Once cairo provides the way, use the function instead of this.
|
PathCairo.cpp | 36 #include <cairo.h> 122 * inspired by libsvg-cairo
|
GraphicsContextCairo.cpp | 35 #if USE(CAIRO) 53 #include <cairo.h> 62 #include <cairo-win32.h> 807 // Cairo contexts can't hold separate fill and stroke colors 813 // Cairo contexts can't hold separate fill and stroke colors 902 // Cairo doesn't support shadows natively, they are drawn manually in the draw* functions [all...] |
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
FontGtk.cpp | 44 #include <cairo.h> 289 // the Cairo context, for when we are only painting part of the text run and
|
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_gtk.cc | 13 #include <cairo/cairo.h> [all...] |
/external/webkit/Source/WebCore/plugins/gtk/ |
PluginViewGtk.cpp | 78 #include <cairo/cairo-xlib.h>
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_util.cc | 7 #include <cairo/cairo.h> [all...] |
/external/webkit/Source/WebCore/plugins/win/ |
PluginViewWin.cpp | 85 #if USE(CAIRO) 87 #include <cairo-win32.h> 572 #if USE(CAIRO) 575 // cairo-controlled portions of the rendering.
|