Files
wxWidgets/interface/wx
Artur Wieczorek 832db47346 Fixed layer management in Direct2D renderer.
ID2D1RenderTarget::PushAxisAlignedClip/PopAxisAlignedClip used to clip the region (with wxGraphicsRenderer::Clip) and ID2D1RenderTarget::PushLayer/PopLayer used to rendering to the transparent layer (with wxGraphicsRenderer::BeginLayer) are non independent but have to be used in the controlled sequences: "A PushAxisAlignedClip and PopAxisAlignedClip pair can occur around or within a PushLayer and PopLayer, but cannot overlap" (and of course finally each Push* call must have a matching Pop* call).
To control the sequence of access to the AxisAlignedClips and Layers there is implemented a wxStack data member holding Clips/Layers parameters which reflects a physical stack of respective Clips/Layers in ID2D1RenderTarget. This way we know in which order to pop and what to pop from ID2D1RenderTarget stack if there is a need to do so.

Closes #17590
2016-07-05 21:58:34 +02:00
..
2015-10-31 14:37:10 -06:00
2015-02-09 00:26:11 +00:00
2014-05-15 22:32:17 +00:00
2016-02-01 13:48:48 +01:00
2015-10-31 14:37:10 -06:00
2015-09-23 00:52:30 +02:00
2014-05-06 18:16:29 +00:00
2015-02-06 01:51:27 +00:00
2016-06-24 14:20:34 +02:00
2013-10-26 18:51:16 +00:00
2013-10-26 18:51:16 +00:00
2015-09-23 00:52:30 +02:00
2013-10-26 18:51:16 +00:00
2016-04-12 17:15:23 +02:00
2014-05-15 23:56:58 +00:00
2013-10-26 18:51:16 +00:00
2014-05-06 18:16:29 +00:00
2016-04-12 17:15:23 +02:00
2014-05-06 18:16:29 +00:00
2015-09-23 00:52:30 +02:00
2016-04-12 17:15:23 +02:00
2014-08-07 21:03:25 +00:00
2016-04-12 17:15:23 +02:00
2016-02-01 13:48:48 +01:00
2013-10-26 18:51:16 +00:00
2014-05-15 22:32:17 +00:00
2014-08-24 01:50:11 +00:00
2013-10-26 18:51:16 +00:00
2015-09-23 00:52:30 +02:00
2015-09-23 00:52:30 +02:00
2013-09-06 17:09:16 +00:00