/external/webkit/Source/WebCore/platform/graphics/cairo/ |
GraphicsContext3DCairo.cpp | 95 cairo_rectangle(cr, 0, 0, canvasWidth, canvasHeight); 108 cairo_rectangle(cr, 0, 0, canvasWidth, -canvasHeight);
|
GradientCairo.cpp | 95 cairo_rectangle(cr, rect.x(), rect.y(), rect.width(), rect.height());
|
ImageCairo.cpp | 146 cairo_rectangle(shadowContext, 0, 0, dstRect.width(), dstRect.height()); 156 cairo_rectangle(cr, 0, 0, dstRect.width(), dstRect.height());
|
GraphicsContextCairo.cpp | 125 cairo_rectangle(cr, rect.x(), rect.y(), rect.width(), rect.height()); 272 cairo_rectangle(cr, r.x(), r.y(), r.width(), r.height()); 565 cairo_rectangle(cr, rect.x(), rect.y(), rect.width(), rect.height()); 588 cairo_rectangle(cr, rect.x(), rect.y(), rect.width(), rect.height()); 956 cairo_rectangle(cr, rect.x(), rect.y(), rect.width(), rect.height()); 969 cairo_rectangle(cr, rect.x(), rect.y(), rect.width(), rect.height()); 1074 cairo_rectangle(cr, x1, y1, x2 - x1, y2 - y1); 1109 cairo_rectangle(cr, x1, y1, x2 - x1, y2 - y1); 1110 cairo_rectangle(cr, r.x(), r.y(), r.width(), r.height()); [all...] |
PlatformContextCairo.cpp | 80 cairo_rectangle(m_cr.get(), rect.x(), rect.y(), rect.width(), rect.height());
|
CairoUtilities.cpp | 156 cairo_rectangle(cr, destRect.x(), destRect.y(), destRect.width(), destRect.height());
|
PathCairo.cpp | 118 cairo_rectangle(cr, rect.x(), rect.y(), rect.width(), rect.height());
|
/external/chromium/chrome/browser/ui/gtk/ |
nine_box.cc | 28 cairo_rectangle(cr, x, y, width, height); 38 cairo_rectangle(tiled, 0, 0, width, height); 221 cairo_rectangle(cr, x1, 0, x2 - x1, height);
|
browser_toolbar_gtk.cc | 497 cairo_rectangle(cr, area.x(), area.y(), area.width(), area.height()); 531 cairo_rectangle(copy_cr, right.x(), right.y(),
|
browser_window_gtk.cc | 436 cairo_rectangle(cr, center_left_x, top_y - kContentShadowThickness, 454 cairo_rectangle(cr, 463 cairo_rectangle(cr, 488 cairo_rectangle(cr, 501 cairo_rectangle(cr, 527 cairo_rectangle(cr, 550 cairo_rectangle(cr, event->area.x, event->area.y, 570 cairo_rectangle(cr, event->area.x, event->area.y, [all...] |
find_bar_gtk.cc | [all...] |
gtk_util.cc | 827 cairo_rectangle(cr, [all...] |
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
ChunkedUpdateDrawingAreaProxyGtk.cpp | 69 cairo_rectangle(cr, rect.x(), rect.y(), rect.width(), rect.height());
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
PixelDumpSupportGtk.cpp | 67 cairo_rectangle(context, rectangle.x, rectangle.y, rectangle.width, rectangle.height);
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
DragClientGtk.cpp | 146 cairo_rectangle(context, 0, 0,
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
dragged_tab_gtk.cc | 264 cairo_rectangle(cairo_context, 323 // We don't use cairo_rectangle() because we don't want to draw the border
|
/external/webkit/Source/WebCore/platform/gtk/ |
WidgetRenderingContext.cpp | 141 cairo_rectangle(cairoContext, fullTargetRect.x(), fullTargetRect.y(), fullTargetRect.width(), fullTargetRect.height());
|
RenderThemeGtk3.cpp | 545 cairo_rectangle(cairoContext, separatorPosition.x(), separatorPosition.y(), border.left, innerRect.height()); [all...] |
/external/webkit/Source/WebCore/plugins/gtk/ |
PluginViewGtk.cpp | 228 cairo_rectangle(cr.get(), exposedRect.x(), exposedRect.y(), 254 cairo_rectangle(cr,
|
/external/chromium/chrome/browser/ui/gtk/notifications/ |
balloon_view_gtk.cc | 442 cairo_rectangle(cr, kLeftMargin, kTopMargin + 0.5,
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_gtk.cc | [all...] |