Home
last modified time | relevance | path

Searched refs:clipping_rectangle (Results 1 – 10 of 10) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DStairs.cpp299 Rectangle clipping_rectangle(0, 0, get_map().get_width(), get_map().get_height()); in get_clipping_rectangle() local
304 clipping_rectangle.set_y(get_top_left_y() - 8); in get_clipping_rectangle()
305 clipping_rectangle.set_height(48); in get_clipping_rectangle()
308 clipping_rectangle.set_y(get_top_left_y() - 32); in get_clipping_rectangle()
309 clipping_rectangle.set_height(48); in get_clipping_rectangle()
316 clipping_rectangle.set_x(get_top_left_x()); in get_clipping_rectangle()
317 clipping_rectangle.set_width(32); in get_clipping_rectangle()
322 clipping_rectangle.set_x(get_top_left_x() - 16); in get_clipping_rectangle()
323 clipping_rectangle.set_width(32); in get_clipping_rectangle()
326 return clipping_rectangle; in get_clipping_rectangle()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dwidget.cpp372 const SDL_Rect clipping_rectangle in draw_background() local
375 clip_rect_setter clip(frame_buffer, &clipping_rectangle); in draw_background()
389 const SDL_Rect clipping_rectangle in draw_children() local
392 clip_rect_setter clip(frame_buffer, &clipping_rectangle); in draw_children()
404 const SDL_Rect clipping_rectangle in draw_foreground() local
407 clip_rect_setter clip(frame_buffer, &clipping_rectangle); in draw_foreground()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/hero/
H A DHeroSprites.h75 const Rectangle& clipping_rectangle = Rectangle()
209 …Rectangle clipping_rectangle; /**< when drawing the sprites onto a map, indicates an are… variable
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/hero/
H A DHeroSprites.cpp81 clipping_rectangle(Rectangle()), in HeroSprites()
608 void HeroSprites::set_clipping_rectangle(const Rectangle& clipping_rectangle) { in set_clipping_rectangle() argument
609 this->clipping_rectangle = clipping_rectangle; in set_clipping_rectangle()
827 hero.draw_sprites(*camera, clipping_rectangle); in draw_on_map()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/
H A DCanvas.php110 function clipping_rectangle($x1, $y1, $w, $h); function
H A DRenderer.php166 $this->_canvas->clipping_rectangle($x, $y, (float)$w, (float)$h);
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/Adapter/
H A DPDFLib.php966 public function clipping_rectangle($x1, $y1, $w, $h) function in Dompdf\\Adapter\\PDFLib
988 $this->clipping_rectangle($x1, $y1, $w, $h);
H A DCPDF.php683 public function clipping_rectangle($x1, $y1, $w, $h) function in Dompdf\\Adapter\\CPDF
H A DGD.php509 public function clipping_rectangle($x1, $y1, $w, $h) function in Dompdf\\Adapter\\GD
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/Renderer/
H A DAbstractRenderer.php386 $this->_canvas->clipping_rectangle($x, $y, $box_width, $box_height);