Lines Matching refs:clipping
13 directly in video memory of a graphics card, typically with clipping.
91 A driver may support any (or none) of five clipping/blending methods:
102 A list of clipping rectangles can be specified. In these regions *no*
130 its position over the graphics surface and the clipping to be applied.
136 possible to retrieve a previously programmed clipping list or bitmap.
194 applications can set this field to point to an array of clipping
197 Like the window coordinates w, clipping rectangles are defined
199 clipping rectangles must not extend the frame buffer width and
210 contain the number of clipping rectangles in the list. When clip
213 supported but no clipping is desired this field must be set to zero.
219 applications can set this field to point to a clipping bit mask.
233 When a clipping bit mask is not supported the driver ignores this field,
235 undefined. When a bit mask is supported but no clipping is desired this
240 Regardless of the chosen method, the clipping abilities of the hardware
265 Coordinates of the clipping rectangle, relative to the top, left
267 clipping rectangles are displayed.
270 Pointer to the next clipping rectangle, ``NULL`` when this is the last
272 linked list of clipping rectangles.