Lines Matching refs:Rectangle

23 typedef struct	Rectangle Rectangle;  typedef
28 #pragma varargck type "R" Rectangle
167 struct Rectangle struct
173 typedef void (*Reffn)(Image*, Rectangle, void*); argument
217 Rectangle r; /* rectangle in data area, local coords */
218 Rectangle clipr; /* clipping region */
335 extern Image* _allocimage(Image*, Display*, Rectangle, ulong, int, ulong, int, int);
336 extern Image* allocimage(Display*, Rectangle, ulong, int, ulong);
338 extern int bytesperline(Rectangle, int);
348 extern int loadimage(Image*, Rectangle, uchar*, int);
349 extern int cloadimage(Image*, Rectangle, uchar*, int);
354 extern int unloadimage(Image*, Rectangle, uchar*, int);
355 extern int wordsperline(Rectangle, int);
372 extern Image* _allocwindow(Image*, Screen*, Rectangle, int, ulong);
373 extern Image* allocwindow(Screen*, Rectangle, int, ulong);
386 extern Rectangle Rect(int, int, int, int);
387 extern Rectangle Rpt(Point, Point);
393 extern int eqrect(Rectangle, Rectangle);
394 extern Rectangle insetrect(Rectangle, int);
395 extern Rectangle rectaddpt(Rectangle, Point);
396 extern Rectangle rectsubpt(Rectangle, Point);
397 extern Rectangle canonrect(Rectangle);
398 extern int rectXrect(Rectangle, Rectangle);
399 extern int rectinrect(Rectangle, Rectangle);
400 extern void combinerect(Rectangle*, Rectangle);
401 extern int rectclip(Rectangle*, Rectangle);
402 extern int ptinrect(Point, Rectangle);
403 extern void replclipr(Image*, int, Rectangle);
405 extern Point drawrepl(Rectangle, Point);
415 extern void draw(Image*, Rectangle, Image*, Image*, Point);
416 extern void drawop(Image*, Rectangle, Image*, Image*, Point, Drawop);
417 extern void gendraw(Image*, Rectangle, Image*, Point, Image*, Point);
418 extern void gendrawop(Image*, Rectangle, Image*, Point, Image*, Point, Drawop);
441 extern Point _string(Image*, Point, Image*, Point, Font*, char*, Rune*, int, Rectangle, Image*, Poi…
460 extern void border(Image*, Rectangle, int, Image*, Point);
461 extern void borderop(Image*, Rectangle, int, Image*, Point, Drawop);
502 extern Rectangle ZR;
529 extern int _compblocksize(Rectangle, int);