/dports/x11/libxkbfile/libxkbfile-1.1.0/src/ |
H A D | xkmread.c | 1010 xkmPointDesc ptWire; in ReadXkmGeometry() local 1024 ol->points[p].x = ptWire.x; in ReadXkmGeometry() 1025 ol->points[p].y = ptWire.y; in ReadXkmGeometry() 1026 if (ptWire.x < shape->bounds.x1) in ReadXkmGeometry() 1027 shape->bounds.x1 = ptWire.x; in ReadXkmGeometry() 1028 if (ptWire.x > shape->bounds.x2) in ReadXkmGeometry() 1029 shape->bounds.x2 = ptWire.x; in ReadXkmGeometry() 1030 if (ptWire.y < shape->bounds.y1) in ReadXkmGeometry() 1031 shape->bounds.y1 = ptWire.y; in ReadXkmGeometry() 1032 if (ptWire.y > shape->bounds.y2) in ReadXkmGeometry() [all …]
|
H A D | xkmout.c | 1130 xkmPointDesc ptWire; in WriteXKMGeometry() local 1137 ptWire.x = pt->x; in WriteXKMGeometry() 1138 ptWire.y = pt->y; in WriteXKMGeometry() 1139 tmp = fwrite(&ptWire, SIZEOF(xkmPointDesc), 1, file); in WriteXKMGeometry()
|
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/xkb/ |
H A D | xkmread.c | 1109 xkmPointDesc ptWire; in ReadXkmGeometry() local 1123 ol->points[p].x = ptWire.x; in ReadXkmGeometry() 1124 ol->points[p].y = ptWire.y; in ReadXkmGeometry() 1125 if (ptWire.x < shape->bounds.x1) in ReadXkmGeometry() 1126 shape->bounds.x1 = ptWire.x; in ReadXkmGeometry() 1127 if (ptWire.x > shape->bounds.x2) in ReadXkmGeometry() 1128 shape->bounds.x2 = ptWire.x; in ReadXkmGeometry() 1129 if (ptWire.y < shape->bounds.y1) in ReadXkmGeometry() 1130 shape->bounds.y1 = ptWire.y; in ReadXkmGeometry() 1131 if (ptWire.y > shape->bounds.y2) in ReadXkmGeometry() [all …]
|
H A D | xkb.c | 4736 xkbPointWireDesc *ptWire; in XkbWriteGeomShapes() local 4743 ptWire = (xkbPointWireDesc *) wire; in XkbWriteGeomShapes() 4745 ptWire[p].x = pt->x; in XkbWriteGeomShapes() 4746 ptWire[p].y = pt->y; in XkbWriteGeomShapes() 4748 swaps(&ptWire[p].x); in XkbWriteGeomShapes() 4749 swaps(&ptWire[p].y); in XkbWriteGeomShapes() 4752 wire = (char *) &ptWire[ol->num_points]; in XkbWriteGeomShapes() 5451 xkbPointWireDesc *ptWire; in _CheckSetShapes() local 5457 ptWire = (xkbPointWireDesc *) &olWire[1]; in _CheckSetShapes() 5459 pt->x = ptWire[p].x; in _CheckSetShapes() [all …]
|
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/xkb/ |
H A D | xkmread.c | 1109 xkmPointDesc ptWire; in ReadXkmGeometry() local 1123 ol->points[p].x = ptWire.x; in ReadXkmGeometry() 1124 ol->points[p].y = ptWire.y; in ReadXkmGeometry() 1125 if (ptWire.x < shape->bounds.x1) in ReadXkmGeometry() 1126 shape->bounds.x1 = ptWire.x; in ReadXkmGeometry() 1127 if (ptWire.x > shape->bounds.x2) in ReadXkmGeometry() 1128 shape->bounds.x2 = ptWire.x; in ReadXkmGeometry() 1129 if (ptWire.y < shape->bounds.y1) in ReadXkmGeometry() 1130 shape->bounds.y1 = ptWire.y; in ReadXkmGeometry() 1131 if (ptWire.y > shape->bounds.y2) in ReadXkmGeometry() [all …]
|
H A D | xkb.c | 4735 xkbPointWireDesc *ptWire; in XkbWriteGeomShapes() local 4742 ptWire = (xkbPointWireDesc *) wire; in XkbWriteGeomShapes() 4744 ptWire[p].x = pt->x; in XkbWriteGeomShapes() 4745 ptWire[p].y = pt->y; in XkbWriteGeomShapes() 4747 swaps(&ptWire[p].x); in XkbWriteGeomShapes() 4748 swaps(&ptWire[p].y); in XkbWriteGeomShapes() 4751 wire = (char *) &ptWire[ol->num_points]; in XkbWriteGeomShapes() 5450 xkbPointWireDesc *ptWire; in _CheckSetShapes() local 5456 ptWire = (xkbPointWireDesc *) &olWire[1]; in _CheckSetShapes() 5458 pt->x = ptWire[p].x; in _CheckSetShapes() [all …]
|
/dports/x11-servers/xwayland/xorg-server-1.20.13/xkb/ |
H A D | xkmread.c | 1109 xkmPointDesc ptWire; in ReadXkmGeometry() local 1123 ol->points[p].x = ptWire.x; in ReadXkmGeometry() 1124 ol->points[p].y = ptWire.y; in ReadXkmGeometry() 1125 if (ptWire.x < shape->bounds.x1) in ReadXkmGeometry() 1126 shape->bounds.x1 = ptWire.x; in ReadXkmGeometry() 1127 if (ptWire.x > shape->bounds.x2) in ReadXkmGeometry() 1128 shape->bounds.x2 = ptWire.x; in ReadXkmGeometry() 1129 if (ptWire.y < shape->bounds.y1) in ReadXkmGeometry() 1130 shape->bounds.y1 = ptWire.y; in ReadXkmGeometry() 1131 if (ptWire.y > shape->bounds.y2) in ReadXkmGeometry() [all …]
|
H A D | xkb.c | 4736 xkbPointWireDesc *ptWire; in XkbWriteGeomShapes() local 4743 ptWire = (xkbPointWireDesc *) wire; in XkbWriteGeomShapes() 4745 ptWire[p].x = pt->x; in XkbWriteGeomShapes() 4746 ptWire[p].y = pt->y; in XkbWriteGeomShapes() 4748 swaps(&ptWire[p].x); in XkbWriteGeomShapes() 4749 swaps(&ptWire[p].y); in XkbWriteGeomShapes() 4752 wire = (char *) &ptWire[ol->num_points]; in XkbWriteGeomShapes() 5451 xkbPointWireDesc *ptWire; in _CheckSetShapes() local 5457 ptWire = (xkbPointWireDesc *) &olWire[1]; in _CheckSetShapes() 5459 pt->x = ptWire[p].x; in _CheckSetShapes() [all …]
|
/dports/x11-servers/xorg-server/xorg-server-1.20.13/xkb/ |
H A D | xkmread.c | 1109 xkmPointDesc ptWire; in ReadXkmGeometry() local 1123 ol->points[p].x = ptWire.x; in ReadXkmGeometry() 1124 ol->points[p].y = ptWire.y; in ReadXkmGeometry() 1125 if (ptWire.x < shape->bounds.x1) in ReadXkmGeometry() 1126 shape->bounds.x1 = ptWire.x; in ReadXkmGeometry() 1127 if (ptWire.x > shape->bounds.x2) in ReadXkmGeometry() 1128 shape->bounds.x2 = ptWire.x; in ReadXkmGeometry() 1129 if (ptWire.y < shape->bounds.y1) in ReadXkmGeometry() 1130 shape->bounds.y1 = ptWire.y; in ReadXkmGeometry() 1131 if (ptWire.y > shape->bounds.y2) in ReadXkmGeometry() [all …]
|
H A D | xkb.c | 4736 xkbPointWireDesc *ptWire; in XkbWriteGeomShapes() local 4743 ptWire = (xkbPointWireDesc *) wire; in XkbWriteGeomShapes() 4745 ptWire[p].x = pt->x; in XkbWriteGeomShapes() 4746 ptWire[p].y = pt->y; in XkbWriteGeomShapes() 4748 swaps(&ptWire[p].x); in XkbWriteGeomShapes() 4749 swaps(&ptWire[p].y); in XkbWriteGeomShapes() 4752 wire = (char *) &ptWire[ol->num_points]; in XkbWriteGeomShapes() 5451 xkbPointWireDesc *ptWire; in _CheckSetShapes() local 5457 ptWire = (xkbPointWireDesc *) &olWire[1]; in _CheckSetShapes() 5459 pt->x = ptWire[p].x; in _CheckSetShapes() [all …]
|
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/xkb/ |
H A D | xkmread.c | 1109 xkmPointDesc ptWire; in ReadXkmGeometry() local 1123 ol->points[p].x = ptWire.x; in ReadXkmGeometry() 1124 ol->points[p].y = ptWire.y; in ReadXkmGeometry() 1125 if (ptWire.x < shape->bounds.x1) in ReadXkmGeometry() 1126 shape->bounds.x1 = ptWire.x; in ReadXkmGeometry() 1127 if (ptWire.x > shape->bounds.x2) in ReadXkmGeometry() 1128 shape->bounds.x2 = ptWire.x; in ReadXkmGeometry() 1129 if (ptWire.y < shape->bounds.y1) in ReadXkmGeometry() 1130 shape->bounds.y1 = ptWire.y; in ReadXkmGeometry() 1131 if (ptWire.y > shape->bounds.y2) in ReadXkmGeometry() [all …]
|
H A D | xkb.c | 4736 xkbPointWireDesc *ptWire; in XkbWriteGeomShapes() local 4743 ptWire = (xkbPointWireDesc *) wire; in XkbWriteGeomShapes() 4745 ptWire[p].x = pt->x; in XkbWriteGeomShapes() 4746 ptWire[p].y = pt->y; in XkbWriteGeomShapes() 4748 swaps(&ptWire[p].x); in XkbWriteGeomShapes() 4749 swaps(&ptWire[p].y); in XkbWriteGeomShapes() 4752 wire = (char *) &ptWire[ol->num_points]; in XkbWriteGeomShapes() 5451 xkbPointWireDesc *ptWire; in _CheckSetShapes() local 5457 ptWire = (xkbPointWireDesc *) &olWire[1]; in _CheckSetShapes() 5459 pt->x = ptWire[p].x; in _CheckSetShapes() [all …]
|
/dports/x11-servers/xephyr/xorg-server-1.20.13/xkb/ |
H A D | xkmread.c | 1109 xkmPointDesc ptWire; in ReadXkmGeometry() local 1123 ol->points[p].x = ptWire.x; in ReadXkmGeometry() 1124 ol->points[p].y = ptWire.y; in ReadXkmGeometry() 1125 if (ptWire.x < shape->bounds.x1) in ReadXkmGeometry() 1126 shape->bounds.x1 = ptWire.x; in ReadXkmGeometry() 1127 if (ptWire.x > shape->bounds.x2) in ReadXkmGeometry() 1128 shape->bounds.x2 = ptWire.x; in ReadXkmGeometry() 1129 if (ptWire.y < shape->bounds.y1) in ReadXkmGeometry() 1130 shape->bounds.y1 = ptWire.y; in ReadXkmGeometry() 1131 if (ptWire.y > shape->bounds.y2) in ReadXkmGeometry() [all …]
|
H A D | xkb.c | 4736 xkbPointWireDesc *ptWire; in XkbWriteGeomShapes() local 4743 ptWire = (xkbPointWireDesc *) wire; in XkbWriteGeomShapes() 4745 ptWire[p].x = pt->x; in XkbWriteGeomShapes() 4746 ptWire[p].y = pt->y; in XkbWriteGeomShapes() 4748 swaps(&ptWire[p].x); in XkbWriteGeomShapes() 4749 swaps(&ptWire[p].y); in XkbWriteGeomShapes() 4752 wire = (char *) &ptWire[ol->num_points]; in XkbWriteGeomShapes() 5451 xkbPointWireDesc *ptWire; in _CheckSetShapes() local 5457 ptWire = (xkbPointWireDesc *) &olWire[1]; in _CheckSetShapes() 5459 pt->x = ptWire[p].x; in _CheckSetShapes() [all …]
|
/dports/x11-servers/xarcan/xarcan-0.6.0/xkb/ |
H A D | xkmread.c | 1109 xkmPointDesc ptWire; in ReadXkmGeometry() local 1123 ol->points[p].x = ptWire.x; in ReadXkmGeometry() 1124 ol->points[p].y = ptWire.y; in ReadXkmGeometry() 1125 if (ptWire.x < shape->bounds.x1) in ReadXkmGeometry() 1126 shape->bounds.x1 = ptWire.x; in ReadXkmGeometry() 1127 if (ptWire.x > shape->bounds.x2) in ReadXkmGeometry() 1128 shape->bounds.x2 = ptWire.x; in ReadXkmGeometry() 1129 if (ptWire.y < shape->bounds.y1) in ReadXkmGeometry() 1130 shape->bounds.y1 = ptWire.y; in ReadXkmGeometry() 1131 if (ptWire.y > shape->bounds.y2) in ReadXkmGeometry() [all …]
|
H A D | xkb.c | 4647 xkbPointWireDesc *ptWire; in XkbWriteGeomShapes() local 4654 ptWire = (xkbPointWireDesc *) wire; in XkbWriteGeomShapes() 4656 ptWire[p].x = pt->x; in XkbWriteGeomShapes() 4657 ptWire[p].y = pt->y; in XkbWriteGeomShapes() 4659 swaps(&ptWire[p].x); in XkbWriteGeomShapes() 4660 swaps(&ptWire[p].y); in XkbWriteGeomShapes() 4663 wire = (char *) &ptWire[ol->num_points]; in XkbWriteGeomShapes() 5362 xkbPointWireDesc *ptWire; in _CheckSetShapes() local 5368 ptWire = (xkbPointWireDesc *) &olWire[1]; in _CheckSetShapes() 5370 pt->x = ptWire[p].x; in _CheckSetShapes() [all …]
|
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/xkb/ |
H A D | xkmread.c | 1109 xkmPointDesc ptWire; in ReadXkmGeometry() local 1123 ol->points[p].x = ptWire.x; in ReadXkmGeometry() 1124 ol->points[p].y = ptWire.y; in ReadXkmGeometry() 1125 if (ptWire.x < shape->bounds.x1) in ReadXkmGeometry() 1126 shape->bounds.x1 = ptWire.x; in ReadXkmGeometry() 1127 if (ptWire.x > shape->bounds.x2) in ReadXkmGeometry() 1128 shape->bounds.x2 = ptWire.x; in ReadXkmGeometry() 1129 if (ptWire.y < shape->bounds.y1) in ReadXkmGeometry() 1130 shape->bounds.y1 = ptWire.y; in ReadXkmGeometry() 1131 if (ptWire.y > shape->bounds.y2) in ReadXkmGeometry() [all …]
|
H A D | xkb.c | 4736 xkbPointWireDesc *ptWire; in XkbWriteGeomShapes() local 4743 ptWire = (xkbPointWireDesc *) wire; in XkbWriteGeomShapes() 4745 ptWire[p].x = pt->x; in XkbWriteGeomShapes() 4746 ptWire[p].y = pt->y; in XkbWriteGeomShapes() 4748 swaps(&ptWire[p].x); in XkbWriteGeomShapes() 4749 swaps(&ptWire[p].y); in XkbWriteGeomShapes() 4752 wire = (char *) &ptWire[ol->num_points]; in XkbWriteGeomShapes() 5451 xkbPointWireDesc *ptWire; in _CheckSetShapes() local 5457 ptWire = (xkbPointWireDesc *) &olWire[1]; in _CheckSetShapes() 5459 pt->x = ptWire[p].x; in _CheckSetShapes() [all …]
|
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/xkb/ |
H A D | xkmread.c | 1109 xkmPointDesc ptWire; in ReadXkmGeometry() local 1123 ol->points[p].x = ptWire.x; in ReadXkmGeometry() 1124 ol->points[p].y = ptWire.y; in ReadXkmGeometry() 1125 if (ptWire.x < shape->bounds.x1) in ReadXkmGeometry() 1126 shape->bounds.x1 = ptWire.x; in ReadXkmGeometry() 1127 if (ptWire.x > shape->bounds.x2) in ReadXkmGeometry() 1128 shape->bounds.x2 = ptWire.x; in ReadXkmGeometry() 1129 if (ptWire.y < shape->bounds.y1) in ReadXkmGeometry() 1130 shape->bounds.y1 = ptWire.y; in ReadXkmGeometry() 1131 if (ptWire.y > shape->bounds.y2) in ReadXkmGeometry() [all …]
|
H A D | xkb.c | 4736 xkbPointWireDesc *ptWire; in XkbWriteGeomShapes() local 4743 ptWire = (xkbPointWireDesc *) wire; in XkbWriteGeomShapes() 4745 ptWire[p].x = pt->x; in XkbWriteGeomShapes() 4746 ptWire[p].y = pt->y; in XkbWriteGeomShapes() 4748 swaps(&ptWire[p].x); in XkbWriteGeomShapes() 4749 swaps(&ptWire[p].y); in XkbWriteGeomShapes() 4752 wire = (char *) &ptWire[ol->num_points]; in XkbWriteGeomShapes() 5451 xkbPointWireDesc *ptWire; in _CheckSetShapes() local 5457 ptWire = (xkbPointWireDesc *) &olWire[1]; in _CheckSetShapes() 5459 pt->x = ptWire[p].x; in _CheckSetShapes() [all …]
|
/dports/x11/libX11/libX11-1.7.2/src/xkb/ |
H A D | XKBSetGeom.c | 227 xkbPointWireDesc *ptWire; in _WriteGeomShapes() local 233 ptWire = (xkbPointWireDesc *) wire; in _WriteGeomShapes() 235 ptWire[p].x = pt->x; in _WriteGeomShapes() 236 ptWire[p].y = pt->y; in _WriteGeomShapes() 238 wire = (char *) &ptWire[ol->num_points]; in _WriteGeomShapes()
|
H A D | XKBGeom.c | 373 xkbPointWireDesc *ptWire; in _XkbReadGeomShapes() local 375 ptWire = (xkbPointWireDesc *) in _XkbReadGeomShapes() 377 if (!ptWire) in _XkbReadGeomShapes() 379 pt->x = ptWire->x; in _XkbReadGeomShapes() 380 pt->y = ptWire->y; in _XkbReadGeomShapes()
|