kicad/common/gal/cairo
John Beard 15bba27406 BITMAP_BASE: Add const image data accessor
This allows a const BITMAP_BASE to expose const image
data. This is currently done with const_casts, which is
"OK", only as long as the source image is not declared
const, in which case it's undefined behaviour.

Also immediately dereference the pointer to a reference
if it's not checked to make the non-null requirements
explicit at the point of access.
2019-04-24 17:31:22 +01:00
..
cairo_compositor.cpp gal: minor cleanup & formatting 2019-02-16 20:25:10 +01:00
cairo_gal.cpp BITMAP_BASE: Add const image data accessor 2019-04-24 17:31:22 +01:00
cairo_print.cpp Print on Linux: use 600 DPI instead of the default 72 DPI (noticeable in Pcbnew) 2019-03-17 17:21:32 +01:00