| /xsrc/external/mit/libXt/dist/src/ |
| H A D | RectObj.c | 66 XtOffsetOf(RectObjRec,rectangle.ancestor_sensitive),XtRCallProc, 69 XtOffsetOf(RectObjRec,rectangle.x), XtRImmediate, (XtPointer)0}, 71 XtOffsetOf(RectObjRec,rectangle.y), XtRImmediate, (XtPointer)0}, 73 XtOffsetOf(RectObjRec,rectangle.width), XtRImmediate, (XtPointer)0}, 75 XtOffsetOf(RectObjRec,rectangle.height), XtRImmediate, (XtPointer)0}, 77 XtOffsetOf(RectObjRec,rectangle.border_width), XtRImmediate, 80 XtOffsetOf(RectObjRec,rectangle.sensitive), XtRImmediate, 142 * Start of rectangle object methods
|
| H A D | Manage.c | 142 r->rectangle.x, r->rectangle.y, 143 (unsigned) (r->rectangle.width + 144 (r->rectangle.border_width << 1)), 145 (unsigned) (r->rectangle.height + 146 (r->rectangle.border_width << 1)), 316 r->rectangle.x, r->rectangle.y, 317 (unsigned) (r->rectangle.width + 318 (r->rectangle [all...] |
| H A D | SetValues.c | 450 int bw2 = r->rectangle.border_width << 1; 456 r->rectangle.x, r->rectangle.y, 457 (unsigned) (r->rectangle.width + bw2), 458 (unsigned) (r->rectangle.height + bw2), TRUE);
|
| H A D | Geometry.c | 90 bw2 = r->rectangle.border_width << 1; 92 (int) r->rectangle.x, (int) r->rectangle.y, 93 (unsigned int) (r->rectangle.width + bw2), 94 (unsigned int) (r->rectangle.height + bw2), TRUE);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| H A D | color_transform.c | 61 rectangle(VGint x, VGint y, VGint width, VGint height) function in typeref:typename:void 91 rectangle(0, 0, w, h); 100 rectangle(w, 0, w, h); 109 rectangle(0, h, w, h); 118 rectangle(w, h, w, h);
|
| H A D | blend.c | 60 rectangle(VGint x, VGint y, VGint width, VGint height) function in typeref:typename:void 124 rectangle(x, y, width, height); 134 rectangle(x, y, width, height); 144 rectangle(x, y, width, height); 154 rectangle(x, y, width, height); 169 rectangle(x, y, width, height); 174 rectangle(x, y, width, height); 187 rectangle(x, y, width, height); 197 rectangle(x, y, width, height); 210 rectangle( [all...] |
| H A D | mask_render.c | 100 rectangle(VGint x, VGint y, VGint width, VGint height) function in typeref:typename:void 115 rectangle(5, 5, window_width() - 10, window_height() - 10);
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | SmeLineP.h | 68 RectObjPart rectangle; member in struct:_SmeLineRec
|
| H A D | SmeP.h | 78 RectObjPart rectangle; member in struct:_SmeRec
|
| H A D | SmeBSBP.h | 87 RectObjPart rectangle; member in struct:_SmeBSBRec
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Private.h | 47 #define XtX(w) (((RectObj)w)->rectangle.x) 50 #define XtY(w) (((RectObj)w)->rectangle.y) 53 #define XtWidth(w) (((RectObj)w)->rectangle.width) 56 #define XtHeight(w) (((RectObj)w)->rectangle.height) 59 #define XtBorderWidth(w) (((RectObj)w)->rectangle.border_width)
|
| H A D | Sme.c | 83 /* rectangle */ 178 entry->rectangle.border_width = 0;
|
| H A D | SmeBSB.c | 184 /* rectangle */ 274 GetDefaultSize(cnew, &entry->rectangle.width, &entry->rectangle.height); 444 if (entry->rectangle.sensitive != old_entry->rectangle.sensitive)
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | RectObjP.h | 63 Position x, y; /* rectangle position */ 64 Dimension width, height; /* rectangle dimensions */ 65 Dimension border_width; /* rectangle border width */ 73 RectObjPart rectangle; member in struct:_RectObjRec 109 XtExposeProc expose; /* rediplay rectangle */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast.h | 166 * Rasterization information for a screen-aligned rectangle known to 218 const struct lp_rast_rectangle *rectangle; member in union:lp_rast_cmd_arg 268 lp_rast_arg_rectangle( const struct lp_rast_rectangle *rectangle ) argument 271 arg.rectangle = rectangle;
|
| H A D | lp_rast_linear.c | 129 /* Run the scanline version of the shader on a rectangle within the 137 const struct lp_rast_rectangle *rect = arg.rectangle;
|
| /xsrc/external/mit/bitmap/dist/ |
| H A D | Bitmap.c | 1574 XRectangle rectangle; local in function:BWClip 1587 rectangle.x = InWindowX(BW, from_x); 1588 rectangle.y = InWindowY(BW, from_y); 1589 rectangle.width = InWindowX(BW, to_x + 1) - InWindowX(BW, from_x); 1590 rectangle.height = InWindowY(BW, to_y + 1) - InWindowY(BW, from_y); 1594 &rectangle, 1, 1599 &rectangle, 1, 1604 &rectangle, 1, 1609 &rectangle, 1, 1617 XRectangle rectangle; local in function:BWUnclip 1649 XRectangle rectangle; local in function:Refresh 1726 XRectangle rectangle; local in function:BWSwitchDashed [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | Makefile.am | 5 basic-rectangle \
|
| H A D | Makefile.in | 138 basic-stippledrect$(EXEEXT) basic-rectangle$(EXEEXT) \ 189 basic_rectangle_SOURCES = basic-rectangle.c 190 basic_rectangle_OBJECTS = basic-rectangle.$(OBJEXT) 370 basic-putimage.c basic-rectangle.c basic-stippledrect.c \ 381 basic-lines.c basic-putimage.c basic-rectangle.c \ 592 basic-rectangle basic-string basic-copyarea \ 698 basic-rectangle$(EXEEXT): $(basic_rectangle_OBJECTS) $(basic_rectangle_DEPENDENCIES) $(EXTRA_basic_rectangle_DEPENDENCIES) 699 @rm -f basic-rectangle$(EXEEXT) 806 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic-rectangle.Po@am__quote@
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | Makefile.am | 5 basic-rectangle \
|
| H A D | Makefile.in | 143 basic-stippledrect$(EXEEXT) basic-rectangle$(EXEEXT) \ 215 basic_rectangle_SOURCES = basic-rectangle.c 216 basic_rectangle_OBJECTS = basic-rectangle.$(OBJEXT) 418 ./$(DEPDIR)/basic-putimage.Po ./$(DEPDIR)/basic-rectangle.Po \ 461 basic-lines.c basic-putimage.c basic-rectangle.c \ 475 basic-rectangle.c basic-stippledrect.c basic-stress.c \ 694 basic-rectangle basic-string basic-copyarea basic-copyplane \ 805 basic-rectangle$(EXEEXT): $(basic_rectangle_OBJECTS) $(basic_rectangle_DEPENDENCIES) $(EXTRA_basic_rectangle_DEPENDENCIES) 806 @rm -f basic-rectangle$(EXEEXT) 938 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic-rectangle [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.4.2.rst | 33 - Fixed swrast texture rectangle bug when wrap mode =
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_winsys_dri3.c | 566 xcb_rectangle_t rectangle; local in function:vl_dri3_flush_frontbuffer 576 rectangle.x = 0; 577 rectangle.y = 0; 578 rectangle.width = (scrn->output_texture) ? scrn->clip_width : scrn->width; 579 rectangle.height = (scrn->output_texture) ? scrn->clip_height : scrn->height; 582 xcb_xfixes_create_region(scrn->conn, region, 2, &rectangle);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_winsys_dri3.c | 570 xcb_rectangle_t rectangle; local in function:vl_dri3_flush_frontbuffer 580 rectangle.x = 0; 581 rectangle.y = 0; 582 rectangle.width = (scrn->output_texture) ? scrn->clip_width : scrn->width; 583 rectangle.height = (scrn->output_texture) ? scrn->clip_height : scrn->height; 589 xcb_xfixes_set_region(scrn->conn, back->region, 1, &rectangle);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_x11.c | 468 xcb_rectangle_t rectangle; local in function:dri2_x11_process_buffers 493 rectangle.x = 0; 494 rectangle.y = 0; 495 rectangle.width = dri2_surf->base.Width; 496 rectangle.height = dri2_surf->base.Height; 498 xcb_xfixes_create_region(dri2_dpy->conn, dri2_surf->region, 1, &rectangle);
|