mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 11:36:43 +00:00
c629c54153
- Move header to base/include to make it applicable for base types like 'Affinity' down the road. - Represent 'Rect' as typle of point and area, which is the most common form of initialization, creates in valid 'Rect' by default. - Turn Point, Area, and Rect into compound types, making x, y, w, h, at, area accessible without a method call - 'Rect::Compound' function for constructing a 'Rect' from two points, replacing a former constructor - Use result type 'Rect::Cut_remainder' instead of out parameters. Fixes #5239 |
||
---|---|---|
.. | ||
clipping.h | ||
interpolate_rgb565.h | ||
interpolate_rgba.h | ||
line_painter.h | ||
polygon_painter_base.h | ||
shaded_polygon_painter.h | ||
textured_polygon_painter.h | ||
texturize_rgba.h |