mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Frequently, excludeClipRectangle will be called several times in a row, in order to trim away borders on each side of a rectangle. When this happens, we want to avoid creating geometric clip layers which exclude only two or three of the borders, and instead wait until all borders have been excluded before applying the clip list. This way, it may be possible to simplify the clip list to a single rectangle, which can be implemented using the faster axis-aligned clipping layer. |
||
|---|---|---|
| .. | ||
| 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 | ||