/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/ |
H A D | strftime.c | 133 char * pt, 146 pt = _add((t->tm_wday < 0 || 149 pt, ptlim); 152 pt = _add((t->tm_wday < 0 || 155 pt, ptlim); 158 pt = _add((t->tm_mon < 0 || 161 pt, ptlim); 165 pt = _add((t->tm_mon < 0 || 168 pt, ptlim); 178 pt 130 _fmt( const char * format, const struct tm * const t, char * pt, const char * const ptlim, int * warnp ) argument 575 _conv( const int n, const char * const format, char * const pt, const char * const ptlim ) argument 589 _add( const char * str, char * pt, const char * const ptlim ) argument [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | gdiplustypes.h | 84 Point(IN const Point &pt) argument 86 X = pt.X; 87 Y = pt.Y; 98 Point operator+(IN const Point& pt) const 100 return Point(X + pt.X, Y + pt.Y); 103 Point operator-(IN const Point& pt) const 105 return Point(X - pt.X, Y - pt.Y); 108 BOOL Equals(IN const Point& pt) argument 126 PointF(IN const PointF &pt) argument 150 Equals(IN const PointF& pt) argument [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | gdiplustypes.h | 82 Point(IN const Point &pt) argument 84 X = pt.X; 85 Y = pt.Y; 96 Point operator+(IN const Point& pt) const 98 return Point(X + pt.X, Y + pt.Y); 101 Point operator-(IN const Point& pt) const 103 return Point(X - pt.X, Y - pt.Y); 106 BOOL Equals(IN const Point& pt) argument 124 PointF(IN const PointF &pt) argument 148 Equals(IN const PointF& pt) argument [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | mistruct.h | 55 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | mistruct.h | 55 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | mistruct.h | 57 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | mistruct.h | 56 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | mistruct.h | 56 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | mistruct.h | 56 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | mistruct.h | 56 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | mistruct.h | 56 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | mistruct.h | 56 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | mistruct.h | 56 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | mistruct.h | 56 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | mistruct.h | 56 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | mistruct.h | 55 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | mistruct.h | 55 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | mistruct.h | 55 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | mistruct.h | 58 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | mistruct.h | 58 DDXPointRec pt; member in struct:_miDash
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | utils.c | 147 char pt[PATH_MAX]; local 162 pt[0] = bp[0] = '\0'; 172 strcat(pt, "/"); 174 strcat(pt, ptok); 175 res = utils_mkdir_safe(pt, mask);
|
/vbox/src/VBox/Additions/WINNT/VBoxTray/ |
H A D | VBoxDnDDropTarget.cpp | 107 POINTL pt, DWORD *pdwEffect) 113 pDataObject, grfKeyState, pt.x, pt.y, *pdwEffect)); 169 /* Note: pt is not used since we don't need to differentiate within our 223 STDMETHODIMP VBoxDnDDropTarget::DragOver(DWORD grfKeyState, POINTL pt, DWORD *pdwEffect) argument 229 mFormatEtc.cfFormat, grfKeyState, pt.x, pt.y)); 234 /* Note: pt is not used since we don't need to differentiate within our 262 DWORD grfKeyState, POINTL pt, DWORD *pdwEffect) 270 pDataObject, grfKeyState, pt 106 DragEnter(IDataObject *pDataObject, DWORD grfKeyState, POINTL pt, DWORD *pdwEffect) argument 261 Drop(IDataObject *pDataObject, DWORD grfKeyState, POINTL pt, DWORD *pdwEffect) argument [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | debug.h | 205 static inline const char *wine_dbgstr_point( const POINT *pt ) 207 if (!pt) return "(null)"; 208 return wine_dbg_sprintf( "(%d,%d)", pt->x, pt->y );
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/ |
H A D | debug.h | 230 static inline const char *wine_dbgstr_point( const POINT *pt ) 232 if (!pt) return "(null)"; 233 return wine_dbg_sprintf( "(%d,%d)", pt->x, pt->y );
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | stub.c | 246 POINT pt; local 266 pt.x = 0; 267 pt.y = 0; 268 ScreenToClient(hwnd, &pt); 269 OffsetRgn(hVisRgn, pt.x, pt.y);
|