| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbclip.h | 31 extern const BoxRec * 32 fbClipBoxes(const RegionRec *region, const BoxRec *box, const BoxRec **end); 35 box_intersect(BoxPtr a, const BoxRec *b) 62 fbDrawableRun(DrawablePtr d, GCPtr gc, const BoxRec *box, 63 void (*func)(DrawablePtr, GCPtr, const BoxRec *b, void *data), 66 const BoxRec *c, *end; 68 BoxRec b; 79 fbDrawableRunUnclipped(DrawablePtr d, GCPtr gc, const BoxRec *box, 80 void (*func)(DrawablePtr, GCPtr, const BoxRec * [all...] |
| H A D | fbclip.c | 31 static const BoxRec * 32 find_clip_row_for_y(const BoxRec *begin, const BoxRec *end, int16_t y) 34 const BoxRec *mid; 53 const BoxRec * 54 fbClipBoxes(const RegionRec *region, const BoxRec *box, const BoxRec **end) 56 const BoxRec *c0, *c1; 76 c0 = (const BoxRec *)(region->data + 1);
|
| H A D | fbspan.c | 28 fbFillSpan(DrawablePtr drawable, GCPtr gc, const BoxRec *b, void *data) 40 BoxRec box; 60 fbSetSpan(DrawablePtr drawable, GCPtr gc, const BoxRec *b, void *_data) 92 BoxRec box;
|
| H A D | fbimage.c | 38 _fbPutZImage(DrawablePtr drawable, GCPtr gc, const BoxRec *b, void *_data) 59 BoxRec box; 87 _fbPutXYImage1(DrawablePtr drawable, GCPtr gc, const BoxRec *b, void *_data) 102 _fbPutXYImageN(DrawablePtr drawable, GCPtr gc, const BoxRec *b, void *_data) 126 BoxRec box;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbclip.h | 31 extern const BoxRec * 32 fbClipBoxes(const RegionRec *region, const BoxRec *box, const BoxRec **end); 35 box_intersect(BoxPtr a, const BoxRec *b) 62 fbDrawableRun(DrawablePtr d, GCPtr gc, const BoxRec *box, 63 void (*func)(DrawablePtr, GCPtr, const BoxRec *b, void *data), 66 const BoxRec *c, *end; 68 BoxRec b; 79 fbDrawableRunUnclipped(DrawablePtr d, GCPtr gc, const BoxRec *box, 80 void (*func)(DrawablePtr, GCPtr, const BoxRec * [all...] |
| H A D | fbclip.c | 31 static const BoxRec * 32 find_clip_row_for_y(const BoxRec *begin, const BoxRec *end, int16_t y) 34 const BoxRec *mid; 53 const BoxRec * 54 fbClipBoxes(const RegionRec *region, const BoxRec *box, const BoxRec **end) 56 const BoxRec *c0, *c1; 76 c0 = (const BoxRec *)(region->data + 1);
|
| H A D | fbspan.c | 28 fbFillSpan(DrawablePtr drawable, GCPtr gc, const BoxRec *b, void *data) 40 BoxRec box; 60 fbSetSpan(DrawablePtr drawable, GCPtr gc, const BoxRec *b, void *_data) 92 BoxRec box;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | applewmExt.h | 46 typedef int (*FrameGetRectProc)(xp_frame_rect type, xp_frame_class class, const BoxRec *outer, 47 const BoxRec *inner, BoxRec *ret); 49 const BoxRec *outer, 50 const BoxRec *inner, int *ret); 52 const BoxRec *outer, const BoxRec *inner,
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | applewmExt.h | 42 const BoxRec *outer, 43 const BoxRec *inner, BoxRec *ret); 45 const BoxRec *outer, 46 const BoxRec *inner, int *ret); 49 const BoxRec *outer, const BoxRec *inner,
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | miscstruct.h | 56 typedef struct pixman_box16 BoxRec; typedef in typeref:struct:pixman_box16
|
| H A D | pixmapstr.h | 116 BoxRec box;
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | miscstruct.h | 57 typedef struct pixman_box16 BoxRec; typedef in typeref:struct:pixman_box16
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipointrst.h | 43 BoxRec limits; /* current constraints */
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_damage.h | 9 BoxRec extents; 21 BoxRec box[8]; 90 const BoxRec *box); 92 const BoxRec *box) 99 const BoxRec *box, int n, 102 const BoxRec *box, int n, 181 const BoxRec *box); 183 const BoxRec *box) 190 const BoxRec *box, int n, 193 const BoxRec *bo [all...] |
| H A D | sna_render.h | 35 const BoxRec *box); 37 const BoxRec *box, int nbox); 39 const BoxRec *box, int nbox); 99 const BoxRec *box, int nbox, 105 BoxRec box; 162 BoxRec box; 171 const BoxRec *box, 175 const BoxRec *box, int nbox, 188 const BoxRec *box, 202 const BoxRec *bo [all...] |
| H A D | sna_damage.c | 72 const BoxRec *box; 252 boxes = (BoxRec *)(iter+1); 255 boxes = malloc(sizeof(BoxRec)*nboxes); 267 n*sizeof(BoxRec)); 271 memcpy(boxes, iter+1, n*sizeof(BoxRec)); 281 iter->size * sizeof(BoxRec)); 300 region_num_rects(region)*sizeof(BoxRec)); 351 if (n >= (INT_MAX - sizeof(*box)) / sizeof(BoxRec)) 354 box = malloc(sizeof(*box) + sizeof(BoxRec)*n); 361 damage->box = (BoxRec *)(bo [all...] |
| H A D | sna.h | 553 const BoxRec *box, 558 xf86CrtcPtr crtc, const BoxRec *clip); 827 sna_pixmap_move_area_to_gpu(PixmapPtr pixmap, const BoxRec *box, unsigned int flags); 872 sna_drawable_use_bo(DrawablePtr drawable, unsigned flags, const BoxRec *box, 893 static inline bool box_empty(const BoxRec *box) 899 box_covers_pixmap(PixmapPtr pixmap, const BoxRec *box) 907 box_inplace(PixmapPtr pixmap, const BoxRec *box) 923 const BoxRec *extents; 947 const BoxRec *re, *de; 1200 const BoxRec *bo [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_damage.h | 9 BoxRec extents; 21 BoxRec box[8]; 90 const BoxRec *box); 92 const BoxRec *box) 99 const BoxRec *box, int n, 102 const BoxRec *box, int n, 181 const BoxRec *box); 183 const BoxRec *box) 190 const BoxRec *box, int n, 193 const BoxRec *bo [all...] |
| H A D | sna_render.h | 35 const BoxRec *box); 37 const BoxRec *box, int nbox); 39 const BoxRec *box, int nbox); 99 const BoxRec *box, int nbox, 105 BoxRec box; 157 BoxRec box; 166 const BoxRec *box, 170 const BoxRec *box, int nbox, 183 const BoxRec *box, 197 const BoxRec *bo [all...] |
| H A D | sna_damage.c | 72 const BoxRec *box; 252 boxes = (BoxRec *)(iter+1); 255 boxes = malloc(sizeof(BoxRec)*nboxes); 267 n*sizeof(BoxRec)); 271 memcpy(boxes, iter+1, n*sizeof(BoxRec)); 281 iter->size * sizeof(BoxRec)); 300 region_num_rects(region)*sizeof(BoxRec)); 351 if (n >= (INT_MAX - sizeof(*box)) / sizeof(BoxRec)) 354 box = malloc(sizeof(*box) + sizeof(BoxRec)*n); 361 damage->box = (BoxRec *)(bo [all...] |
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | BoxP.h | 95 } BoxRec; typedef in typeref:struct:_BoxRec
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | xprAppleWM.c | 119 const BoxRec *outer, 120 const BoxRec *inner,
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | xprAppleWM.c | 121 const BoxRec *outer, 122 const BoxRec *inner,
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootless.h | 227 (RootlessFrameID wid, int nrects, const BoxRec *rects, 281 (RootlessFrameID wid, int dstNrects, const BoxRec *dstRects,
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootless.h | 225 (RootlessFrameID wid, int nrects, const BoxRec * rects, 279 (RootlessFrameID wid, int dstNrects, const BoxRec * dstRects, int dx, int dy);
|