Lines Matching refs:clipping
20 directly in video memory of a graphics card, typically with clipping.
93 A driver may support any (or none) of five clipping/blending methods:
102 3. 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.
193 applications can set this field to point to an array of clipping
196 Like the window coordinates w, clipping rectangles are defined
198 clipping rectangles must not extend the frame buffer width and
208 contain the number of clipping rectangles in the list. When clip
211 supported but no clipping is desired this field must be set to zero.
216 applications can set this field to point to a clipping bit mask.
230 When a clipping bit mask is not supported the driver ignores this field,
232 undefined. When a bit mask is supported but no clipping is desired this
237 Regardless of the chosen method, the clipping abilities of the hardware
262 Coordinates of the clipping rectangle, relative to the top, left
264 clipping rectangles are displayed.
267 Pointer to the next clipping rectangle, ``NULL`` when this is the last
269 linked list of clipping rectangles.