Lines Matching full:drawing
215 …onds to protocol requests from existing clients (mostly graphic and text drawing commands)</para><…
800 barrages the server with graphics drawing requests.
1237 clients are drawing into their windows simultaneously.
1243 For example, if a graphics processor needs to be set up with drawing modes
1244 before drawing, and two different clients are drawing with
1828 publishing and drawing programs will adjust for
2601 Many clients will simply use this default colormap for their drawing.
2895 GetImage() is described in the Drawing Primitives section.</para></listitem>
3209 The window has several fields used in drawing
3272 For instance, if DDX keeps a pixmap tile used for drawing the background
3275 The actual graphics involved in moving the pixels on the screen and drawing the
3601 on it, whereas a graphics context describes the drawing process.
3612 such as drawing lines, polygons, arcs, text, and copying bitmaps.
3624 For instance, if the hardware has special support for drawing fixed-width
3626 drawing is done. It can plug into either a fixed-width procedure that makes
3770 This must fill in both the GC funcs and ops; none of the drawing
3808 regions that drawing needs to be clipped to and combine them into a
3810 of the GC. In this way, your drawing primitive routines (and whatever
3890 at a composite clip region before any drawing is done.)</para>
3920 <title>Drawing Primitives</title>
3924 operations, which are called Drawing Primitives.
3925 These include line drawing, area filling, arcs, and text drawing.
3943 routines, which serve as drawing primitive routines.
3953 and rewrite some or all of the drawing primitives to fit your needs.</para>
3957 This section describes the fields in the GC that affect each drawing primitive.
3960 Since each drawing primitive mirrors exactly the X protocol request of the
3968 clip region to which your drawing routines can quickly refer.
3971 The mi implementation passes responsibility for clipping while drawing
3976 only planes with 1 bits in the mask are affected by any drawing operation.</para>
3998 of telling you that you can optimize line drawing with little regard to
4018 The line drawing, area fill, and PolyText routines must all
4037 The Drawing Primitives are as follows:
4125 telling you that you can maximally optimize line drawing with little regard to
4357 The Drawing Primitive functions must be defined for your server.
4373 Drawing Primitive routines. It does make the assumption that the pixel
4380 better ways of doing some of the Drawing Primitive functions, then you
4381 may want to supply some of your own Drawing Primitive routines. (Even
4382 people who write their own Drawing Primitives save at least some of
4418 good because the list vertices in a drawing request will generally be
4429 As with other drawing routines, there are fields in the GC to direct
4431 this way, you can optimize for special cases, for example, drawing
4432 solids versus drawing stipples.</para>
4452 a destination drawable to draw into, a GC to use while drawing,
4546 The Glyph routines draw individual character glyphs for text drawing requests.</para>
4550 text drawing will work, it will be very slow.</para>