Searched refs:rectangle (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/libXt/dist/src/
H A DRectObj.c66 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 DManage.c142 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 DSetValues.c450 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 DGeometry.c90 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 Dcolor_transform.c61 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 Dblend.c60 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 Dmask_render.c100 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 DSmeLineP.h68 RectObjPart rectangle; member in struct:_SmeLineRec
H A DSmeP.h78 RectObjPart rectangle; member in struct:_SmeRec
H A DSmeBSBP.h87 RectObjPart rectangle; member in struct:_SmeBSBRec
/xsrc/external/mit/libXaw/dist/src/
H A DPrivate.h47 #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 DSme.c83 /* rectangle */
178 entry->rectangle.border_width = 0;
H A DSmeBSB.c184 /* 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 DRectObjP.h63 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 Dlp_rast.h166 * 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 Dlp_rast_linear.c129 /* 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 DBitmap.c1574 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 DMakefile.am5 basic-rectangle \
H A DMakefile.in138 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 DMakefile.am5 basic-rectangle \
H A DMakefile.in143 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 D7.4.2.rst33 - Fixed swrast texture rectangle bug when wrap mode =
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri3.c566 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 Dvl_winsys_dri3.c570 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 Dplatform_x11.c468 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);

Completed in 45 milliseconds

12