Home
last modified time | relevance | path

Searched defs:IntRect (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Wrappers/MyGUI_Managed/
H A DIntRect.h20 public value struct IntRect struct
24IntRect( int _left, int _top, int _right, int _bottom ) : left( _left ), top( _top ), right( _righ… in IntRect() argument
30 virtual bool Equals(IntRect other) in Equals() argument
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Wrappers/MyGUI_Managed/
H A DIntRect.h20 public value struct IntRect struct
24IntRect( int _left, int _top, int _right, int _bottom ) : left( _left ), top( _top ), right( _righ… in IntRect() argument
30 virtual bool Equals(IntRect other) in Equals() argument
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Wrappers/MyGUI_Managed/
H A DIntRect.h20 public value struct IntRect struct
24IntRect( int _left, int _top, int _right, int _bottom ) : left( _left ), top( _top ), right( _righ… in IntRect() argument
30 virtual bool Equals(IntRect other) in Equals() argument
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Wrappers/MyGUI_Managed/
H A DIntRect.h20 public value struct IntRect struct
24IntRect( int _left, int _top, int _right, int _bottom ) : left( _left ), top( _top ), right( _righ… in IntRect() argument
30 virtual bool Equals(IntRect other) in Equals() argument
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Wrappers/MyGUI_Sharp/Types/
H A DIntRect.cs7 public struct IntRect struct
10 public int left;
12 public int top;
14 public int right;
16 public int bottom;
18 public IntRect(int _left, int _top, int _right, int _bottom) in IntRect() argument
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Wrappers/MyGUI_Sharp/Types/
H A DIntRect.cs7 public struct IntRect struct
10 public int left;
12 public int top;
14 public int right;
16 public int bottom;
18 public IntRect(int _left, int _top, int _right, int _bottom) in IntRect() argument
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Wrappers/MyGUI_Sharp/Types/
H A DIntRect.cs7 public struct IntRect struct
10 public int left;
12 public int top;
14 public int right;
16 public int bottom;
18 public IntRect(int _left, int _top, int _right, int _bottom) in IntRect() argument
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Wrappers/MyGUI_Sharp/Types/
H A DIntRect.cs7 public struct IntRect struct
10 public int left;
12 public int top;
14 public int right;
16 public int bottom;
18 public IntRect(int _left, int _top, int _right, int _bottom) in IntRect() method
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderTheme.h173 …virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) { return 0; }; in paintCapsLockIndicator()
224 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintCheckbox()
228 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintRadio()
232 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintButton()
242 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintTextField()
245 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintTextArea()
248 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintMenuList()
260 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintProgressBar()
269 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintSliderTrack()
272 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintSliderThumb()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dtheme_painter.h33 class IntRect; variable
71 const IntRect&) { in PaintCheckbox()
78 const IntRect&) { in PaintRadio()
85 const IntRect&) { in PaintButton()
97 const IntRect&) { in PaintTextField()
103 const IntRect&) { in PaintTextArea()
110 const IntRect&) { in PaintMenuList()
122 const IntRect&) { in PaintProgressBar()
127 const IntRect&) { in PaintSliderTrack()
133 const IntRect&) { in PaintSliderThumb()
[all …]
H A Delement_timing_utils.h12 class IntRect; variable
H A Dpaint_timing_visualizer.h16 class IntRect; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dtheme_painter.h34 class IntRect; variable
72 const IntRect&) { in PaintCheckbox()
79 const IntRect&) { in PaintRadio()
86 const IntRect&) { in PaintButton()
98 const IntRect&) { in PaintTextField()
104 const IntRect&) { in PaintTextArea()
111 const IntRect&) { in PaintMenuList()
124 const IntRect&) { in PaintProgressBar()
130 const IntRect&) { in PaintSliderTrack()
136 const IntRect&) { in PaintSliderThumb()
[all …]
H A Delement_timing_utils.h12 class IntRect; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DScrollbarThemeComposite.h61 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&) {} in paintTrackBackground()
62 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart) {} in paintTrackPiece()
63 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart) {} in paintButton()
64 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&) {} in paintThumb()
65 virtual void paintTickmarks(GraphicsContext*, Scrollbar*, const IntRect&) {} in paintTickmarks()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePluginNone.cpp45 bool NetscapePlugin::platformInvalidate(const IntRect&) in platformInvalidate()
54 void NetscapePlugin::platformPaint(GraphicsContext*, const IntRect&, bool) in platformPaint()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/plugins/
H A DPluginViewNone.cpp51 void PluginView::paint(GraphicsContext*, const IntRect&) in paint()
67 void PluginView::setNPWindowRect(const IntRect&) in setNPWindowRect()
92 void PluginView::invalidateRect(const IntRect&) in invalidateRect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/markers/
H A Dtext_match_marker_list_impl.h13 class IntRect; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/markers/
H A Dtext_match_marker_list_impl.h13 class IntRect; variable
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Math/
H A DRect.h211 IntRect() : in IntRect() function
220 IntRect(int left, int top, int right, int bottom) : in IntRect() function
229 IntRect(const int* data) : in IntRect() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Dpage_popup.h39 class IntRect; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A Dpage_popup.h39 class IntRect; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_vtt_cue.h33 class IntRect; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_vtt_cue.h33 class IntRect; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/qt/
H A DIntRectQt.cpp35 IntRect::IntRect(const QRect& r) in IntRect() function in WebCore::IntRect

12345678910>>...15