Lines Matching full:drawing
47 The drawing context for the PDF backend.
51 /** Create a PDF drawing context with the given width and height.
55 * combined with the initial transform to determine the drawing area
57 * of the drawing area will be clipped.
120 kContent_DrawingArea, // Drawing area for the page content.
121 kMargin_DrawingArea, // Drawing area for the margin content.
124 /** Sets the drawing area for the device. Subsequent draw calls are directed
125 * to the specific drawing area (margin or content). The default drawing
126 * area is the content drawing area.