#include <os2wrap.h>
#include <stdlib.h>
#include <string.h>
#include <misc.h>
#include <winconst.h>
#include <oslibgdi.h>
#include <oslibwin.h>
#include "win32wbase.h"
#include "dbglocal.h"
Include dependency graph for oslibgdi.cpp:
Go to the source code of this file.
Defines | |
#define | INCL_WIN |
#define | INCL_PM |
#define | DBG_LOCALLOG DBG_oslibgdi |
Functions | |
INT | mapScreenY (INT screenPosY) |
INT | mapScreenY (INT screenH, INT screenPosY) |
BOOL | mapScreenPoint (OSLIBPOINT *screenPt) |
BOOL | mapScreenPoint (INT screenH, OSLIBPOINT *screenPt) |
BOOL | mapOS2ToWin32Rect (int height, PRECTLOS2 rectOS2, PRECT rectWin32) |
BOOL | mapWin32ToOS2Rect (int height, PRECT rectWin32, PRECTLOS2 rectOS2) |
BOOL | mapWin32ToOS2RectClientToFrame (Win32BaseWindow *window, PRECT rectWin32, PRECTLOS2 rectOS2) |
BOOL | mapOS2ToWin32RectFrameToClient (Win32BaseWindow *window, PRECTLOS2 rectOS2, PRECT rectWin32) |
BOOL | copyOS2ToWin32Rect (PRECTLOS2 rectOS2, PRECT rectWin32) |
BOOL | copyWin32ToOS2WindowRect (PRECT rectWin32, PRECTLOS2 rectOS2) |
|
Definition at line 12 of file oslibgdi.cpp. |
|
Definition at line 13 of file oslibgdi.cpp. |
|
Definition at line 23 of file oslibgdi.cpp. |
|
Definition at line 60 of file oslibgdi.cpp. |
|
Definition at line 67 of file oslibgdi.cpp. |
|
Definition at line 74 of file oslibgdi.cpp. |
|
Definition at line 84 of file oslibgdi.cpp. |
|
Definition at line 94 of file oslibgdi.cpp. |
|
Definition at line 109 of file oslibgdi.cpp. |
|
Definition at line 127 of file oslibgdi.cpp. |
|
Definition at line 153 of file oslibgdi.cpp. |
|
Definition at line 178 of file oslibgdi.cpp. |
|
Definition at line 189 of file oslibgdi.cpp. |