ladybird/Libraries/LibDraw
Andreas Kling 478cfae7c8 LibDraw: Support dotted lines in Painter::draw_line()
Painter::draw_line() now has an optional "bool dotted" parameter that
causes it to only render every other pixel.

Note that this only works with horizontal and vertical lines at the
moment and we'll assert if called with dotted=true for a diagonal line.
2019-11-27 20:52:11 +01:00
..
CharacterBitmap.cpp LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
CharacterBitmap.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
Color.cpp LibDraw: Add named colors "MidCyan" and "DarkCyan" 2019-11-18 19:02:10 +01:00
Color.h LibDraw: Add named colors "MidCyan" and "DarkCyan" 2019-11-18 19:02:10 +01:00
DisjointRectSet.cpp LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
DisjointRectSet.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
Emoji.cpp LibDraw: Store emojis in a HashMap<u32, RefPtr<GraphicsBitmap>> 2019-10-19 18:36:45 +02:00
Emoji.h LibDraw: Store emojis in a HashMap<u32, RefPtr<GraphicsBitmap>> 2019-10-19 18:36:45 +02:00
FloatPoint.h LibDraw: Add FloatPoint, FloatSize and FloatRect 2019-10-20 12:55:55 +02:00
FloatRect.h LibDraw: Add FloatPoint, FloatSize and FloatRect 2019-10-20 12:55:55 +02:00
FloatSize.h LibDraw: Add FloatPoint, FloatSize and FloatRect 2019-10-20 12:55:55 +02:00
Font.cpp LibDraw: Store emojis in a HashMap<u32, RefPtr<GraphicsBitmap>> 2019-10-19 18:36:45 +02:00
Font.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
GIFLoader.cpp LibDraw: Start work on a GIF decoder (not yet functional!) 2019-11-23 16:50:21 +01:00
GIFLoader.h LibDraw: Start work on a GIF decoder (not yet functional!) 2019-11-23 16:50:21 +01:00
GraphicsBitmap.cpp ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
GraphicsBitmap.h LibDraw: Some build fixes for strange platforms 2019-09-29 21:02:49 +02:00
ImageDecoder.cpp LibDraw: Rename ImageLoader => ImageDecoder 2019-10-19 20:54:47 +02:00
ImageDecoder.h LibDraw: Rename ImageLoader => ImageDecoder 2019-10-19 20:54:47 +02:00
install.sh POSIX compliance: (most) shell scripts converted to generic shell 2019-11-03 09:26:22 +01:00
Makefile LibDraw: Start work on a GIF decoder (not yet functional!) 2019-11-23 16:50:21 +01:00
Orientation.h LibDraw: Move the Orientation enum to its own LibDraw header file. 2019-07-20 19:32:12 +02:00
Painter.cpp LibDraw: Support dotted lines in Painter::draw_line() 2019-11-27 20:52:11 +01:00
Painter.h LibDraw: Support dotted lines in Painter::draw_line() 2019-11-27 20:52:11 +01:00
PNGLoader.cpp LibCore: Move puff() from LibDraw to LibCore 2019-11-23 23:43:37 +01:00
PNGLoader.h LibDraw: Rename ImageLoader => ImageDecoder 2019-10-19 20:54:47 +02:00
Point.h WindowServer: Don't de-maximize windows immediately (#756) 2019-11-10 18:28:01 +01:00
Rect.cpp LibDraw: Add TextAlignment::TopRight 2019-09-06 19:23:54 +02:00
Rect.h LibDraw: Add Rect::from_two_points(Point, Point) 2019-11-17 16:37:42 +01:00
Size.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
StylePainter.cpp StylePainter: Move progress bar painting from GProgressBar to here 2019-08-14 20:31:46 +02:00
StylePainter.h StylePainter: Move progress bar painting from GProgressBar to here 2019-08-14 20:31:46 +02:00
TextAlignment.h LibDraw: Add TextAlignment::TopRight 2019-09-06 19:23:54 +02:00
TextElision.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00