mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
The default error handler could cause crashes, so we now set up a custom error handler both when reading and writing PNGs. The HeapBlock and BitmapData automatic variables have moved, so that their destructors will still run as expected in the failure case. Note that it's UB to call longjmp to unwind the stack to the previous setjmp, if said unwinding would normally cause non-trivial destructors to run. |
||
|---|---|---|
| .. | ||
| colour | ||
| contexts | ||
| detail | ||
| effects | ||
| fonts | ||
| geometry | ||
| image_formats | ||
| images | ||
| native | ||
| placement | ||
| unicode | ||
| juce_graphics.cpp | ||
| juce_graphics.h | ||
| juce_graphics.mm | ||
| juce_graphics_Harfbuzz.cpp | ||
| juce_graphics_Sheenbidi.c | ||