Home
last modified time | relevance | path

Searched refs:topAttr (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/libawt_xawt/xawt/
H A DXWindow.c1202 XWindowAttributes winAttr, topAttr; in getWMInsets() local
1205 syncTopLevelPos(awt_display, topWin, &topAttr); in getWMInsets()
1210 *left = screenX - topAttr.x - topAttr.border_width; in getWMInsets()
1211 *top = screenY - topAttr.y - topAttr.border_width; in getWMInsets()
1213 *right = topAttr.width - ((winAttr.width) + *left); in getWMInsets()
1214 *bottom = topAttr.height - ((winAttr.height) + *top); in getWMInsets()
1215 *border = topAttr.border_width; in getWMInsets()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/libawt_xawt/xawt/
H A DXWindow.c1202 XWindowAttributes winAttr, topAttr; in getWMInsets() local
1205 syncTopLevelPos(awt_display, topWin, &topAttr); in getWMInsets()
1210 *left = screenX - topAttr.x - topAttr.border_width; in getWMInsets()
1211 *top = screenY - topAttr.y - topAttr.border_width; in getWMInsets()
1213 *right = topAttr.width - ((winAttr.width) + *left); in getWMInsets()
1214 *bottom = topAttr.height - ((winAttr.height) + *top); in getWMInsets()
1215 *border = topAttr.border_width; in getWMInsets()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c1182 XWindowAttributes winAttr, topAttr; in getWMInsets() local
1185 syncTopLevelPos(awt_display, topWin, &topAttr); in getWMInsets()
1190 *left = screenX - topAttr.x - topAttr.border_width; in getWMInsets()
1191 *top = screenY - topAttr.y - topAttr.border_width; in getWMInsets()
1193 *right = topAttr.width - ((winAttr.width) + *left); in getWMInsets()
1194 *bottom = topAttr.height - ((winAttr.height) + *top); in getWMInsets()
1195 *border = topAttr.border_width; in getWMInsets()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/native/libawt_xawt/xawt/
H A DXWindow.c1202 XWindowAttributes winAttr, topAttr; in getWMInsets() local
1205 syncTopLevelPos(awt_display, topWin, &topAttr); in getWMInsets()
1210 *left = screenX - topAttr.x - topAttr.border_width; in getWMInsets()
1211 *top = screenY - topAttr.y - topAttr.border_width; in getWMInsets()
1213 *right = topAttr.width - ((winAttr.width) + *left); in getWMInsets()
1214 *bottom = topAttr.height - ((winAttr.height) + *top); in getWMInsets()
1215 *border = topAttr.border_width; in getWMInsets()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/native/libawt_xawt/xawt/
H A DXWindow.c1201 XWindowAttributes winAttr, topAttr; in getWMInsets() local
1204 syncTopLevelPos(awt_display, topWin, &topAttr); in getWMInsets()
1209 *left = screenX - topAttr.x - topAttr.border_width; in getWMInsets()
1210 *top = screenY - topAttr.y - topAttr.border_width; in getWMInsets()
1212 *right = topAttr.width - ((winAttr.width) + *left); in getWMInsets()
1213 *bottom = topAttr.height - ((winAttr.height) + *top); in getWMInsets()
1214 *border = topAttr.border_width; in getWMInsets()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/native/libawt_xawt/xawt/
H A DXWindow.c1201 XWindowAttributes winAttr, topAttr; in getWMInsets() local
1204 syncTopLevelPos(awt_display, topWin, &topAttr); in getWMInsets()
1209 *left = screenX - topAttr.x - topAttr.border_width; in getWMInsets()
1210 *top = screenY - topAttr.y - topAttr.border_width; in getWMInsets()
1212 *right = topAttr.width - ((winAttr.width) + *left); in getWMInsets()
1213 *bottom = topAttr.height - ((winAttr.height) + *top); in getWMInsets()
1214 *border = topAttr.border_width; in getWMInsets()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c1182 XWindowAttributes winAttr, topAttr; in getWMInsets() local
1185 syncTopLevelPos(awt_display, topWin, &topAttr); in getWMInsets()
1190 *left = screenX - topAttr.x - topAttr.border_width; in getWMInsets()
1191 *top = screenY - topAttr.y - topAttr.border_width; in getWMInsets()
1193 *right = topAttr.width - ((winAttr.width) + *left); in getWMInsets()
1194 *bottom = topAttr.height - ((winAttr.height) + *top); in getWMInsets()
1195 *border = topAttr.border_width; in getWMInsets()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dattr.c76 topAttr = AttrPtr;
397 topAttr = botAttr = NULL;
407 ToObjPtr->fattr = topAttr;
418 topAttr = ObjPtr->fattr;
427 ObjPtr->fattr = topAttr;
1018 topAttr = botAttr = NULL;
1077 topAttr = botAttr = NULL; in DetachAttrs()
1851 topAttr = botAttr = NULL;
1905 if (topAttr != NULL) {
1906 topAttr->prev = NULL;
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DHTMLNames.h456 extern const WebCore::QualifiedName topAttr;
H A DHTMLNames.cpp599 DEFINE_GLOBAL(QualifiedName, topAttr, nullAtom, "top", xhtmlNamespaceURI);
904 (WebCore::QualifiedName*)&topAttr, in getHTMLAttrs()
1355 new ((void*)&topAttr) QualifiedName(nullAtom, "top", nullAtom); in init()