Searched refs:intended (Results 1 - 25 of 178) sorted by relevance

12345678

/xsrc/external/mit/libXaw/dist/src/
H A DViewport.c526 XtWidgetGeometry intended; local in function:ComputeLayout
533 intended.request_mode = CWBorderWidth;
534 intended.border_width = 0;
539 ComputeWithForceBars(widget, query, &intended,
550 * intended.{width,height} caches the eventual child dimensions,
555 intended.request_mode |= CWWidth;
558 intended.width = (Dimension)clip_width;
560 intended.width = XtWidth(child);
563 intended.height = (Dimension)clip_height;
565 intended
717 ComputeWithForceBars(Widget widget,Bool query,XtWidgetGeometry * intended,int * clip_width,int * clip_height) argument
[all...]
H A DSme.c235 * itended - intended and return geometry info
248 XawSmeQueryGeometry(Widget w, XtWidgetGeometry *intended, argument
254 XtGeometryMask mode = intended->request_mode;
258 if (((mode & CWWidth) && intended->width != width) || !(mode & CWWidth)) {
H A DPorthole.c252 XawPortholeQueryGeometry(Widget gw, XtWidgetGeometry *intended, argument
264 if ((intended->request_mode & SIZEONLY) == SIZEONLY &&
265 intended->width == preferred->width &&
266 intended->height == preferred->height)
H A DSmeBSB.c487 * itended - intended and return geometry info
498 XawSmeBSBQueryGeometry(Widget w, XtWidgetGeometry *intended, argument
504 XtGeometryMask mode = intended->request_mode;
508 if (((mode & CWWidth) && intended->width != width) || !(mode & CWWidth)) {
514 if (((mode & CWHeight) && intended->height != height) || !(mode & CWHeight)) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/
H A Dprim_x86_gcc.h46 #error This file is intended to be used by gcc on i386 or x86-64 system
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/
H A Dprim_x86_gcc.h46 #error This file is intended to be used by gcc on i386 or x86-64 system
/xsrc/external/mit/ctwm/dist/doc/devman/
H A DREADME.md8 still currently intended).
/xsrc/external/mit/libXt/dist/src/
H A DGeometry.c769 register XtWidgetGeometry *intended, /* parent's changes; may be NULL */
789 if (intended == NULL) {
791 intended = &null_intended;
799 if (intended->request_mode & CWX) {
800 CALLGEOTAT(_XtGeoTrace(widget, " x = %d\n", intended->x));
802 if (intended->request_mode & CWY) {
803 CALLGEOTAT(_XtGeoTrace(widget, " y = %d\n", intended->y));
805 if (intended->request_mode & CWWidth) {
807 " width = %d\n", intended->width));
809 if (intended
768 XtQueryGeometry(Widget widget,register XtWidgetGeometry * intended,XtWidgetGeometry * reply) argument
[all...]
/xsrc/external/mit/libXtst/dist/
H A DREADME.md8 This extension is not intended to support general journaling and
H A Ddocbook.am11 # This makefile is intended for Users Documentation and Functional Specifications.
/xsrc/external/mit/xkbutils/dist/
H A DLED.c75 static XtGeometryResult QueryGeometry(Widget w, XtWidgetGeometry *intended,
287 QueryGeometry(Widget w, XtWidgetGeometry *intended, argument
295 if (((intended->request_mode & (CWWidth | CWHeight))
297 intended->width == preferred->width &&
298 intended->height == preferred->height)
/xsrc/external/mit/libXfont/dist/
H A Ddevbook.am11 # This makefile is intended for Developers Documentation and is not installed.
/xsrc/external/mit/libXfont2/dist/
H A Ddevbook.am11 # This makefile is intended for Developers Documentation and is not installed.
/xsrc/external/mit/libXmu/dist/
H A DREADME.md8 It is intended to support clients in the X.Org distribution; vendors
H A Ddocbook.am11 # This makefile is intended for Users Documentation and Functional Specifications.
/xsrc/external/mit/xfs/dist/
H A Ddevbook.am11 # This makefile is intended for Developers Documentation and is not installed.
/xsrc/external/mit/xorg-server/dist/
H A Ddevbook.am11 # This makefile is intended for Developers Documentation and is not installed.
/xsrc/external/mit/libXaw/dist/
H A Ddocbook.am11 # This makefile is intended for Users Documentation and Functional Specifications.
/xsrc/external/mit/libXdmcp/dist/
H A Ddocbook.am11 # This makefile is intended for Users Documentation and Functional Specifications.
/xsrc/external/mit/libXext/dist/
H A Ddocbook.am11 # This makefile is intended for Users Documentation and Functional Specifications.
/xsrc/external/mit/libXi/dist/
H A Ddocbook.am11 # This makefile is intended for Users Documentation and Functional Specifications.
/xsrc/external/mit/libXt/dist/
H A Ddocbook.am11 # This makefile is intended for Users Documentation and Functional Specifications.
/xsrc/external/mit/libICE/dist/
H A Ddocbook.am11 # This makefile is intended for Users Documentation and Functional Specifications.
/xsrc/external/mit/libSM/dist/
H A Ddocbook.am11 # This makefile is intended for Users Documentation and Functional Specifications.
/xsrc/external/mit/libX11/dist/
H A Ddocbook.am11 # This makefile is intended for Users Documentation and Functional Specifications.

Completed in 19 milliseconds

12345678