Lines Matching refs:clipping
13 directly in video memory of a graphics card, typically with clipping.
86 A driver may support any (or none) of five clipping/blending methods:
95 3. A list of clipping rectangles can be specified. In these regions *no*
123 its position over the graphics surface and the clipping to be applied.
129 possible to retrieve a previously programmed clipping list or bitmap.
186 applications can set this field to point to an array of clipping
189 Like the window coordinates w, clipping rectangles are defined
191 clipping rectangles must not extend the frame buffer width and
201 contain the number of clipping rectangles in the list. When clip
204 supported but no clipping is desired this field must be set to zero.
209 applications can set this field to point to a clipping bit mask.
223 When a clipping bit mask is not supported the driver ignores this field,
225 undefined. When a bit mask is supported but no clipping is desired this
230 Regardless of the chosen method, the clipping abilities of the hardware
255 Coordinates of the clipping rectangle, relative to the top, left
257 clipping rectangles are displayed.
260 Pointer to the next clipping rectangle, ``NULL`` when this is the last
262 linked list of clipping rectangles.