/dports/emulators/mess/mame-mame0226/src/lib/util/ |
H A D | bitmap.cpp | 93 , m_cliprect(that.m_cliprect) in bitmap_t() 150 , m_cliprect(0, width - 1, 0, height - 1) in bitmap_t() 176 , m_cliprect(0, subrect.width() - 1, 0, subrect.height() - 1) in bitmap_t() 208 m_cliprect = that.m_cliprect; in operator =() 243 m_cliprect.set(0, width - 1, 0, height - 1); in allocate() 296 m_cliprect.set(0, width - 1, 0, height - 1); in resize() 321 m_cliprect.set(0, -1, 0, -1); in reset() 347 m_cliprect.set(0, m_width - 1, 0, m_height - 1); in wrap() 377 m_cliprect.set(0, m_width - 1, 0, m_height - 1); in wrap() 422 fill &= m_cliprect; in fill()
|
H A D | bitmap.h | 149 const rectangle &cliprect() const { return m_cliprect; } in cliprect() 157 void fill(uint64_t color) { fill(color, m_cliprect); } in fill() 191 rectangle m_cliprect; // a clipping rectangle covering the full bitmap variable
|
/dports/emulators/mame/mame-mame0226/src/lib/util/ |
H A D | bitmap.cpp | 93 , m_cliprect(that.m_cliprect) in bitmap_t() 150 , m_cliprect(0, width - 1, 0, height - 1) in bitmap_t() 176 , m_cliprect(0, subrect.width() - 1, 0, subrect.height() - 1) in bitmap_t() 208 m_cliprect = that.m_cliprect; in operator =() 243 m_cliprect.set(0, width - 1, 0, height - 1); in allocate() 296 m_cliprect.set(0, width - 1, 0, height - 1); in resize() 321 m_cliprect.set(0, -1, 0, -1); in reset() 347 m_cliprect.set(0, m_width - 1, 0, m_height - 1); in wrap() 377 m_cliprect.set(0, m_width - 1, 0, m_height - 1); in wrap() 422 fill &= m_cliprect; in fill()
|
H A D | bitmap.h | 149 const rectangle &cliprect() const { return m_cliprect; } in cliprect() 157 void fill(uint64_t color) { fill(color, m_cliprect); } in fill() 191 rectangle m_cliprect; // a clipping rectangle covering the full bitmap variable
|
/dports/math/py-matplotlib2/matplotlib-2.2.4/src/ |
H A D | path_converters.h | 285 agg::rect_base<double> m_cliprect; variable 307 m_cliprect(rect), in PathClipper() 311 m_cliprect.x1 -= 1.0; in PathClipper() 312 m_cliprect.y1 -= 1.0; in PathClipper() 313 m_cliprect.x2 += 1.0; in PathClipper() 314 m_cliprect.y2 += 1.0; in PathClipper() 374 m_lastX >= m_cliprect.x1 && in vertex() 425 m_lastX >= m_cliprect.x1 && in vertex() 426 m_lastX <= m_cliprect.x2 && in vertex() 427 m_lastY >= m_cliprect.y1 && in vertex() [all …]
|
/dports/math/py-matplotlib/matplotlib-3.4.3/src/ |
H A D | path_converters.h | 296 agg::rect_base<double> m_cliprect; variable 322 m_cliprect(rect), in PathClipper() 330 m_cliprect.x1 -= 1.0; in PathClipper() 331 m_cliprect.y1 -= 1.0; in PathClipper() 332 m_cliprect.x2 += 1.0; in PathClipper() 333 m_cliprect.y2 += 1.0; in PathClipper() 393 m_lastX >= m_cliprect.x1 && in vertex() 444 m_lastX >= m_cliprect.x1 && in vertex() 445 m_lastX <= m_cliprect.x2 && in vertex() 446 m_lastY >= m_cliprect.y1 && in vertex() [all …]
|
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/ |
H A D | qgtk2painter.cpp | 393 QRect rect = m_cliprect.isValid() ? m_cliprect : arrowrect; in paintArrow() 403 int xOffset = m_cliprect.isValid() ? arrowrect.x() - m_cliprect.x() : 0; in paintArrow() 404 int yOffset = m_cliprect.isValid() ? arrowrect.y() - m_cliprect.y() : 0; in paintArrow() 556 QRect rect = m_cliprect.isValid() ? m_cliprect : radiorect; in paintOption() 563 int xOffset = m_cliprect.isValid() ? radiorect.x() - m_cliprect.x() : 0; in paintOption() 564 int yOffset = m_cliprect.isValid() ? radiorect.y() - m_cliprect.y() : 0; in paintOption() 587 QRect rect = m_cliprect.isValid() ? m_cliprect : checkrect; in paintCheckbox() 594 int xOffset = m_cliprect.isValid() ? checkrect.x() - m_cliprect.x() : 0; in paintCheckbox() 595 int yOffset = m_cliprect.isValid() ? checkrect.y() - m_cliprect.y() : 0; in paintCheckbox()
|
H A D | qgtkpainter_p.h | 68 void setClipRect(const QRect &rect) { m_cliprect = rect; } in setClipRect() 111 QRect m_cliprect; variable
|
H A D | qgtkpainter.cpp | 56 m_cliprect = QRect(); in reset()
|
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/ |
H A D | qgtkpainter.cpp | 493 QRect rect = m_cliprect.isValid() ? m_cliprect : arrowrect; in paintArrow() 503 int xOffset = m_cliprect.isValid() ? arrowrect.x() - m_cliprect.x() : 0; in paintArrow() 504 int yOffset = m_cliprect.isValid() ? arrowrect.y() - m_cliprect.y() : 0; in paintArrow() 656 QRect rect = m_cliprect.isValid() ? m_cliprect : radiorect; in paintOption() 663 int xOffset = m_cliprect.isValid() ? radiorect.x() - m_cliprect.x() : 0; in paintOption() 664 int yOffset = m_cliprect.isValid() ? radiorect.y() - m_cliprect.y() : 0; in paintOption() 687 QRect rect = m_cliprect.isValid() ? m_cliprect : checkrect; in paintCheckbox() 694 int xOffset = m_cliprect.isValid() ? checkrect.x() - m_cliprect.x() : 0; in paintCheckbox() 695 int yOffset = m_cliprect.isValid() ? checkrect.y() - m_cliprect.y() : 0; in paintCheckbox()
|
H A D | qgtkpainter_p.h | 76 void setClipRect(const QRect &rect) { m_cliprect = rect; } in setClipRect() 121 QRect m_cliprect; variable
|
/dports/emulators/mess/mame-mame0226/src/mame/video/ |
H A D | tc0780fpa.cpp | 25 m_cliprect = screen.cliprect(); in tc0780fpa_renderer() 41 m_fb[m_current_fb]->fill(0, m_cliprect); in swap_buffers() 42 m_zb->fill(0xffff, m_cliprect); in swap_buffers() 223 …render_triangle(m_cliprect, render_delegate(&tc0780fpa_renderer::render_solid_scan, this), 2, vert… in render() 227 …render_triangle(m_cliprect, render_delegate(&tc0780fpa_renderer::render_shade_scan, this), 2, vert… in render() 278 …render_triangle(m_cliprect, render_delegate(&tc0780fpa_renderer::render_texture_scan, this), 4, ve… in render() 319 …render_polygon<4>(m_cliprect, render_delegate(&tc0780fpa_renderer::render_solid_scan, this), 2, ve… in render() 323 …render_polygon<4>(m_cliprect, render_delegate(&tc0780fpa_renderer::render_shade_scan, this), 2, ve… in render() 380 …render_polygon<4>(m_cliprect, render_delegate(&tc0780fpa_renderer::render_texture_scan, this), 4, … in render()
|
H A D | atarirle.cpp | 100 rectangle cliprect(m_cliprect); in control_write() 153 rectangle cliprect = m_cliprect; in vblank_callback() 212 m_cliprect = screen().visible_area(); in device_start() 214 m_cliprect.setx(m_leftclip, m_rightclip); in device_start() 498 x += m_cliprect.left(); in sort_and_render() 505 draw_rle(bitmap, m_cliprect, code, color, hflip, 0, x, y, scale, scale); in sort_and_render() 934 x += m_cliprect.left(); in hilite_object()
|
H A D | tc0780fpa.h | 39 rectangle m_cliprect; variable
|
H A D | k001005.h | 78 rectangle m_cliprect; variable
|
H A D | atarirle.h | 146 rectangle m_cliprect; // clipping rectangle in DECLARE_DEVICE_TYPE() local
|
H A D | namcos22.cpp | 247 …m_cliprect.set(cx + node->data.quad.vl, cx - node->data.quad.vr, cy + node->data.quad.vu, cy - nod… in poly3d_drawquad() 248 m_cliprect &= screen.visible_area(); in poly3d_drawquad() 393 …render_triangle_fan(m_cliprect, render_delegate(&namcos22_renderer::renderscanline_uvi_full, this)… in poly3d_drawquad() 471 …render_triangle_fan(m_cliprect, render_delegate(&namcos22_renderer::renderscanline_sprite, this), … in poly3d_drawsprite() 478 …m_cliprect.set(node->data.sprite.cx_min, node->data.sprite.cx_max, node->data.sprite.cy_min, node-… in render_sprite() 479 m_cliprect &= screen.visible_area(); in render_sprite()
|
/dports/emulators/mame/mame-mame0226/src/mame/video/ |
H A D | tc0780fpa.cpp | 25 m_cliprect = screen.cliprect(); in tc0780fpa_renderer() 41 m_fb[m_current_fb]->fill(0, m_cliprect); in swap_buffers() 42 m_zb->fill(0xffff, m_cliprect); in swap_buffers() 223 …render_triangle(m_cliprect, render_delegate(&tc0780fpa_renderer::render_solid_scan, this), 2, vert… in render() 227 …render_triangle(m_cliprect, render_delegate(&tc0780fpa_renderer::render_shade_scan, this), 2, vert… in render() 278 …render_triangle(m_cliprect, render_delegate(&tc0780fpa_renderer::render_texture_scan, this), 4, ve… in render() 319 …render_polygon<4>(m_cliprect, render_delegate(&tc0780fpa_renderer::render_solid_scan, this), 2, ve… in render() 323 …render_polygon<4>(m_cliprect, render_delegate(&tc0780fpa_renderer::render_shade_scan, this), 2, ve… in render() 380 …render_polygon<4>(m_cliprect, render_delegate(&tc0780fpa_renderer::render_texture_scan, this), 4, … in render()
|
H A D | atarirle.cpp | 100 rectangle cliprect(m_cliprect); in control_write() 153 rectangle cliprect = m_cliprect; in vblank_callback() 212 m_cliprect = screen().visible_area(); in device_start() 214 m_cliprect.setx(m_leftclip, m_rightclip); in device_start() 498 x += m_cliprect.left(); in sort_and_render() 505 draw_rle(bitmap, m_cliprect, code, color, hflip, 0, x, y, scale, scale); in sort_and_render() 934 x += m_cliprect.left(); in hilite_object()
|
H A D | tc0780fpa.h | 39 rectangle m_cliprect; variable
|
H A D | k001005.h | 78 rectangle m_cliprect; variable
|
H A D | atarirle.h | 146 rectangle m_cliprect; // clipping rectangle in DECLARE_DEVICE_TYPE() local
|
H A D | namcos22.cpp | 247 …m_cliprect.set(cx + node->data.quad.vl, cx - node->data.quad.vr, cy + node->data.quad.vu, cy - nod… in poly3d_drawquad() 248 m_cliprect &= screen.visible_area(); in poly3d_drawquad() 393 …render_triangle_fan(m_cliprect, render_delegate(&namcos22_renderer::renderscanline_uvi_full, this)… in poly3d_drawquad() 471 …render_triangle_fan(m_cliprect, render_delegate(&namcos22_renderer::renderscanline_sprite, this), … in poly3d_drawsprite() 478 …m_cliprect.set(node->data.sprite.cx_min, node->data.sprite.cx_max, node->data.sprite.cy_min, node-… in render_sprite() 479 m_cliprect &= screen.visible_area(); in render_sprite()
|
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/video/sdl/ |
H A D | sdl_painter.cpp | 221 m_cliprect() in SDLPainter() 564 if (m_cliprect) in clear() 567 SDL_RenderFillRect(m_sdl_renderer, &*m_cliprect); in clear() 579 m_cliprect = SDL_Rect{ rect.left, in set_clip_rect() 584 int ret = SDL_RenderSetClipRect(m_sdl_renderer, &*m_cliprect); in set_clip_rect() 594 m_cliprect.reset(); in clear_clip_rect()
|
H A D | sdl_painter.hpp | 52 boost::optional<SDL_Rect> m_cliprect; member in SDLPainter
|