HomeSort by relevance Sort by last modified time
    Searched refs:GdkRectangle (Results 1 - 16 of 16) sorted by null

  /external/webkit/WebCore/platform/graphics/gtk/
IntRectGtk.cpp 27 IntRect::IntRect(const GdkRectangle& r)
33 IntRect::operator GdkRectangle() const
35 GdkRectangle r = { x(), y(), width(), height() };
  /external/chromium/base/gfx/
rect.h 23 typedef struct _GdkRectangle GdkRectangle;
38 explicit Rect(const GdkRectangle& r);
49 Rect& operator=(const GdkRectangle& r);
102 GdkRectangle ToGdkRectangle() const;
rect.cc 80 Rect::Rect(const GdkRectangle& r)
86 Rect& Rect::operator=(const GdkRectangle& r) {
136 GdkRectangle Rect::ToGdkRectangle() const {
137 GdkRectangle r = {x(), y(), width(), height()};
  /external/webkit/WebCore/platform/gtk/
GtkPluginWidget.cpp 53 GdkRectangle rect = _rect;
82 event->expose.area = static_cast<GdkRectangle>(rect);
gtk2drawing.c 755 moz_gtk_button_paint(GdkDrawable* drawable, GdkRectangle* rect,
756 GdkRectangle* cliprect, GtkWidgetState* state,
932 moz_gtk_toggle_paint(GdkDrawable* drawable, GdkRectangle* rect,
933 GdkRectangle* cliprect, GtkWidgetState* state,
    [all...]
PlatformScreenGtk.cpp 113 GdkRectangle geometry;
gtkdrawing.h 318 GdkRectangle* rect, GdkRectangle* cliprect,
RenderThemeGtk.h 37 typedef struct _GdkRectangle GdkRectangle;
ScrollbarGtk.cpp 215 event->expose.area = static_cast<GdkRectangle>(rect);
RenderThemeGtk.cpp 313 GdkRectangle gdkRect = IntRect(pos.x(), pos.y(), rect.width(), rect.height());
321 GdkRectangle gdkClipRect;
  /external/webkit/WebCore/platform/graphics/
IntRect.h 52 typedef struct _GdkRectangle GdkRectangle;
148 IntRect(const GdkRectangle&);
149 operator GdkRectangle() const;
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 329 GdkRectangle rect = windowRect;
350 GdkRectangle area = clipRect;
351 GdkRectangle moveRect;
353 GdkRectangle sourceRect = area;
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 629 GdkRectangle rect = rects[i];
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp 429 static bool shouldCoalesce(GdkRectangle rect, GdkRectangle* rects, int count)
463 GOwnPtr<GdkRectangle> rects;
    [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 338 milliseconds