Home
last modified time | relevance | path

Searched refs:m_updateRegion (Results 1 – 25 of 72) sorted by relevance

123

/dports/graphics/aseprite/aseprite-1.2.9/src/ui/
H A Dwidget.cpp978 if (!widget->m_updateRegion.isEmpty()) { in flushRedraw()
983 widget->m_updateRegion &= drawable; in flushRedraw()
986 std::size_t c, nrects = widget->m_updateRegion.size(); in flushRedraw()
1000 manager->addInvalidRegion(widget->m_updateRegion); in flushRedraw()
1001 widget->m_updateRegion.clear(); in flushRedraw()
1109 m_updateRegion.clear(); in invalidate()
1110 getDrawableRegion(m_updateRegion, kCutTopWindows); in invalidate()
1487 reg1.createUnion(m_updateRegion, region); in onInvalidateRegion()
1491 m_updateRegion.createIntersection(reg1, reg2); in onInvalidateRegion()
1493 reg1.createSubtraction(region, m_updateRegion); in onInvalidateRegion()
[all …]
H A Dwidget.h307 return m_updateRegion; in getUpdateRegion()
412 gfx::Region m_updateRegion; // Region to be redrawed. variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/x11/
H A Dwindow.cpp652 if (!m_updateRegion.IsEmpty()) in ScrollWindow()
654 m_updateRegion.Offset( dx, dy ); in ScrollWindow()
659 m_updateRegion.Intersect( 0, 0, cw, ch ); in ScrollWindow()
737 m_updateRegion.Union( rect ); in ScrollWindow()
1215 m_updateRegion.Union( rect->x, rect->y, rect->width, rect->height ); in Refresh()
1223 m_updateRegion.Clear(); in Refresh()
1224 m_updateRegion.Union( 0, 0, width, height ); in Refresh()
1237 if (!m_updateRegion.IsEmpty()) in Update()
1285 m_updateRegion.Clear(); in SendPaintEvents()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/x11/
H A Dwindow.cpp612 if (!m_updateRegion.IsEmpty()) in ScrollWindow()
614 m_updateRegion.Offset( dx, dy ); in ScrollWindow()
619 m_updateRegion.Intersect( 0, 0, cw, ch ); in ScrollWindow()
697 m_updateRegion.Union( rect ); in ScrollWindow()
1176 m_updateRegion.Union( rect->x, rect->y, rect->width, rect->height ); in Refresh()
1184 m_updateRegion.Clear(); in Refresh()
1185 m_updateRegion.Union( 0, 0, width, height ); in Refresh()
1198 if (!m_updateRegion.IsEmpty()) in Update()
1247 m_updateRegion.Clear(); in SendPaintEvents()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/x11/
H A Dwindow.cpp612 if (!m_updateRegion.IsEmpty()) in ScrollWindow()
614 m_updateRegion.Offset( dx, dy ); in ScrollWindow()
619 m_updateRegion.Intersect( 0, 0, cw, ch ); in ScrollWindow()
697 m_updateRegion.Union( rect ); in ScrollWindow()
1176 m_updateRegion.Union( rect->x, rect->y, rect->width, rect->height ); in Refresh()
1184 m_updateRegion.Clear(); in Refresh()
1185 m_updateRegion.Union( 0, 0, width, height ); in Refresh()
1198 if (!m_updateRegion.IsEmpty()) in Update()
1247 m_updateRegion.Clear(); in SendPaintEvents()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/motif/
H A Dwindow.h137 void ClearUpdateRegion() { m_updateRegion.Clear(); } in ClearUpdateRegion()
138 void SetUpdateRegion(const wxRegion& region) { m_updateRegion = region; } in SetUpdateRegion()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/motif/
H A Dwindow.h137 void ClearUpdateRegion() { m_updateRegion.Clear(); } in ClearUpdateRegion()
138 void SetUpdateRegion(const wxRegion& region) { m_updateRegion = region; } in SetUpdateRegion()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/motif/
H A Dwindow.h137 void ClearUpdateRegion() { m_updateRegion.Clear(); } in ClearUpdateRegion()
138 void SetUpdateRegion(const wxRegion& region) { m_updateRegion = region; } in SetUpdateRegion()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk1/
H A Dwindow.cpp3494 m_updateRegion.Clear(); in Refresh()
3517 if (!m_updateRegion.IsEmpty()) in GtkUpdate()
3536 m_updateRegion.Clear(); in GtkSendPaintEvents()
3555 wxRegionIterator upd( m_updateRegion ); in GtkSendPaintEvents()
3580 dc.SetDeviceClippingRegion( m_clearRegion.IsEmpty() ? m_updateRegion in GtkSendPaintEvents()
3631 wxRegion region( m_updateRegion ); in GtkSendPaintEvents()
3639 wxRegionIterator upd( m_updateRegion ); in GtkSendPaintEvents()
3659 m_updateRegion.Clear(); in GtkSendPaintEvents()
4107 if (!m_updateRegion.IsEmpty()) in ScrollWindow()
4109 m_updateRegion.Offset( dx, dy ); in ScrollWindow()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Dwindow.cpp3490 m_updateRegion.Clear(); in Refresh()
3513 if (!m_updateRegion.IsEmpty()) in GtkUpdate()
3532 m_updateRegion.Clear(); in GtkSendPaintEvents()
3551 wxRegionIterator upd( m_updateRegion ); in GtkSendPaintEvents()
3576 dc.SetDeviceClippingRegion( m_clearRegion.IsEmpty() ? m_updateRegion in GtkSendPaintEvents()
3625 wxRegion region( m_updateRegion ); in GtkSendPaintEvents()
3633 wxRegionIterator upd( m_updateRegion ); in GtkSendPaintEvents()
3653 m_updateRegion.Clear(); in GtkSendPaintEvents()
4101 if (!m_updateRegion.IsEmpty()) in ScrollWindow()
4103 m_updateRegion.Offset( dx, dy ); in ScrollWindow()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Dwindow.cpp3520 m_updateRegion.Clear(); in Refresh()
3543 if (!m_updateRegion.IsEmpty()) in GtkUpdate()
3562 m_updateRegion.Clear(); in GtkSendPaintEvents()
3581 wxRegionIterator upd( m_updateRegion ); in GtkSendPaintEvents()
3609 dc.SetClippingRegion( m_updateRegion ); in GtkSendPaintEvents()
3661 wxRegion region( m_updateRegion ); in GtkSendPaintEvents()
3669 wxRegionIterator upd( m_updateRegion ); in GtkSendPaintEvents()
3689 m_updateRegion.Clear(); in GtkSendPaintEvents()
4137 if (!m_updateRegion.IsEmpty()) in ScrollWindow()
4139 m_updateRegion.Offset( dx, dy ); in ScrollWindow()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Dwindow.cpp3520 m_updateRegion.Clear(); in Refresh()
3543 if (!m_updateRegion.IsEmpty()) in GtkUpdate()
3562 m_updateRegion.Clear(); in GtkSendPaintEvents()
3581 wxRegionIterator upd( m_updateRegion ); in GtkSendPaintEvents()
3609 dc.SetClippingRegion( m_updateRegion ); in GtkSendPaintEvents()
3661 wxRegion region( m_updateRegion ); in GtkSendPaintEvents()
3669 wxRegionIterator upd( m_updateRegion ); in GtkSendPaintEvents()
3689 m_updateRegion.Clear(); in GtkSendPaintEvents()
4137 if (!m_updateRegion.IsEmpty()) in ScrollWindow()
4139 m_updateRegion.Offset( dx, dy ); in ScrollWindow()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk1/
H A Dwindow.cpp3520 m_updateRegion.Clear(); in Refresh()
3543 if (!m_updateRegion.IsEmpty()) in GtkUpdate()
3562 m_updateRegion.Clear(); in GtkSendPaintEvents()
3581 wxRegionIterator upd( m_updateRegion ); in GtkSendPaintEvents()
3609 dc.SetClippingRegion( m_updateRegion ); in GtkSendPaintEvents()
3661 wxRegion region( m_updateRegion ); in GtkSendPaintEvents()
3669 wxRegionIterator upd( m_updateRegion ); in GtkSendPaintEvents()
3689 m_updateRegion.Clear(); in GtkSendPaintEvents()
4137 if (!m_updateRegion.IsEmpty()) in ScrollWindow()
4139 m_updateRegion.Offset( dx, dy ); in ScrollWindow()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk1/
H A Dwindow.cpp3520 m_updateRegion.Clear(); in Refresh()
3543 if (!m_updateRegion.IsEmpty()) in GtkUpdate()
3562 m_updateRegion.Clear(); in GtkSendPaintEvents()
3581 wxRegionIterator upd( m_updateRegion ); in GtkSendPaintEvents()
3609 dc.SetClippingRegion( m_updateRegion ); in GtkSendPaintEvents()
3661 wxRegion region( m_updateRegion ); in GtkSendPaintEvents()
3669 wxRegionIterator upd( m_updateRegion ); in GtkSendPaintEvents()
3689 m_updateRegion.Clear(); in GtkSendPaintEvents()
4137 if (!m_updateRegion.IsEmpty()) in ScrollWindow()
4139 m_updateRegion.Offset( dx, dy ); in ScrollWindow()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk1/
H A Dwindow.cpp3494 m_updateRegion.Clear(); in Refresh()
3517 if (!m_updateRegion.IsEmpty()) in GtkUpdate()
3536 m_updateRegion.Clear(); in GtkSendPaintEvents()
3555 wxRegionIterator upd( m_updateRegion ); in GtkSendPaintEvents()
3580 dc.SetDeviceClippingRegion( m_clearRegion.IsEmpty() ? m_updateRegion in GtkSendPaintEvents()
3631 wxRegion region( m_updateRegion ); in GtkSendPaintEvents()
3639 wxRegionIterator upd( m_updateRegion ); in GtkSendPaintEvents()
3659 m_updateRegion.Clear(); in GtkSendPaintEvents()
4107 if (!m_updateRegion.IsEmpty()) in ScrollWindow()
4109 m_updateRegion.Offset( dx, dy ); in ScrollWindow()
[all …]
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DConfiguration.h593 wxRect GetUpdateRegion() const {return m_updateRegion;} in GetUpdateRegion()
594 void SetUpdateRegion(wxRect rect){m_updateRegion = rect;} in SetUpdateRegion()
882 wxRect m_updateRegion; variable
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dvrc5074.cpp167 m_updateRegion(*this, "update") in vrc5074_device()
216 if (m_updateRegion) { in device_start()
217 romSize = m_updateRegion->bytes(); in device_start()
218 m_cpu_space->install_rom(0x1fd00000, 0x1fd00000 + romSize - 1, m_updateRegion->base()); in device_start()
H A Dvrc5074.h100 optional_memory_region m_updateRegion; variable
H A Dgt64xxx.cpp170 , m_updateRegion(*this, "update") in gt64xxx_device()
224 if (m_updateRegion) { in device_start()
225 romSize = m_updateRegion->bytes(); in device_start()
226 m_cpu_space->install_rom(0x1fd00000, 0x1fd00000 + romSize - 1, m_updateRegion->base()); in device_start()
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dvrc5074.cpp167 m_updateRegion(*this, "update") in vrc5074_device()
216 if (m_updateRegion) { in device_start()
217 romSize = m_updateRegion->bytes(); in device_start()
218 m_cpu_space->install_rom(0x1fd00000, 0x1fd00000 + romSize - 1, m_updateRegion->base()); in device_start()
H A Dvrc5074.h100 optional_memory_region m_updateRegion; variable
H A Dgt64xxx.cpp170 , m_updateRegion(*this, "update") in gt64xxx_device()
224 if (m_updateRegion) { in device_start()
225 romSize = m_updateRegion->bytes(); in device_start()
226 m_cpu_space->install_rom(0x1fd00000, 0x1fd00000 + romSize - 1, m_updateRegion->base()); in device_start()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dwindow.h591 const wxRegion& GetUpdateRegion() const { return m_updateRegion; } in GetUpdateRegion()
592 wxRegion& GetUpdateRegion() { return m_updateRegion; } in GetUpdateRegion()
910 wxRegion m_updateRegion; variable
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/wobblywindows/
H A Dwobblywindows.h162 QRegion m_updateRegion; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dwindow.cpp4114 return m_updateRegion.Contains(x, y) != wxOutRegion; in DoIsExposed()
4120 return m_updateRegion.Contains(x-w, y, w, h) != wxOutRegion; in DoIsExposed()
4122 return m_updateRegion.Contains(x, y, w, h) != wxOutRegion; in DoIsExposed()
4147 m_updateRegion = wxRegion(int(x1), int(y1), int(x2 - x1), int(y2 - y1)); in GTKSendPaintEvents()
4148 m_nativeUpdateRegion = m_updateRegion; in GTKSendPaintEvents()
4150 m_updateRegion = wxRegion(region); in GTKSendPaintEvents()
4158 m_nativeUpdateRegion = m_updateRegion; in GTKSendPaintEvents()
4163 m_updateRegion.Clear(); in GTKSendPaintEvents()
4177 m_updateRegion.Union( rect ); in GTKSendPaintEvents()
4215 dc.SetDeviceClippingRegion( m_updateRegion ); in GTKSendPaintEvents()
[all …]

123