-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As the page size can be changed between pages, set the extents in _start_page. The extents are invalidated in _show_page since the page size on the DC may be changed after this call. The only thing that uses the extents between _show_page and _start_page (and before the first _start_page) is the creation of the recording surface in the paginated surface. In this case, when the paginated surface can't get the extents, it will create an unbounded recording surface. The extents x,y is always set to 0 to prevent the replay from translating the page.
- Loading branch information
Adrian Johnson
committed
Oct 17, 2015
1 parent
094f0e0
commit 2c45fdf
Showing
2 changed files
with
41 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters