-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103552/#review9301
-----------------------------------------------------------

Ship it!


Ship It!

- Sven Langkamp


On Dec. 27, 2011, 12:30 p.m., Boudewijn Rempt wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/103552/
> -----------------------------------------------------------
> 
> (Updated Dec. 27, 2011, 12:30 p.m.)
> 
> 
> Review request for Calligra and Sven Langkamp.
> 
> 
> Description
> -------
> 
> The outline generator is used in two places: to create brush outlines and to 
> create outlines for selections. It works on a raw byte array. For selections, 
> that array can be very big. This patch adds a version of the outline 
> generator that works on paint devices. For optimization, the random accessor 
> is shared. The paint device version also doesn't use a width * height char 
> array for the marks, but a paint device. This saves memory because paint 
> devices are sparse by nature.
> 
> 
> This addresses bug 285775.
>     http://bugs.kde.org/show_bug.cgi?id=285775
> 
> 
> Diffs
> -----
> 
>   krita/image/kis_outline_generator.h e238183 
>   krita/image/kis_outline_generator.cpp 366d394 
>   krita/image/kis_pixel_selection.cpp 3c16efc 
> 
> Diff: http://git.reviewboard.kde.org/r/103552/diff/diff
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Boudewijn Rempt
> 
>

_______________________________________________
calligra-devel mailing list
calligra-devel@kde.org
https://mail.kde.org/mailman/listinfo/calligra-devel

Reply via email to