Public Member Functions | |
| static IntPtr | User32_GetDC (IntPtr hwnd) |
| static IntPtr | OpenGL32_wglGetProcAddress ([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String functionName) |
| static IntPtr | OpenGL32_wglCreateContext (IntPtr hdc) |
| static int | OpenGL32_wglDeleteContext (IntPtr hglrc) |
| static int | OpenGL32_wglMakeCurrent (IntPtr hdc, IntPtr hglrc) |
| static int | OpenGL32_wglSwapBuffers (IntPtr hdc) |
| static int | GDI32_ChoosePixelFormat (IntPtr hdc, ref PIXELFORMATDESCRIPTOR pfd) |
| static int | GDI32_SetPixelFormat (IntPtr hdc, int pixelFormat, ref PIXELFORMATDESCRIPTOR pfd) |
| static IntPtr | GDI32_CreateDIBitmap (IntPtr hdc, ref BITMAPINFOHEADER lpbmih, int fdwInit, byte[] dataInit, ref BITMAPINFO lpbmi, int fuUsage) |
| static IntPtr | GDI32_CreateDIBSection (IntPtr hdc, ref BITMAPINFO lpbmi, int iUsage, byte[] dataBits, IntPtr hSection, int dwOffset) |
| static int | GDI32_DeleteObject (IntPtr hobject) |
| static IntPtr | GDI32_SelectObject (IntPtr hdc, IntPtr hgdiobj) |
| static IntPtr | GDI32_GetStockObject (int fnObject) |
| static IntPtr | GDI32_CreateFont (int nHeight, int nWidth, int nEscapement, int nOrientation, int fnWeight, int fdwItalic, int fdwUnderline, int fdwStrikeOut, int fdwCharSet, int fdwOutputPrecision, int fdwClipPrecision, int fdwQuality, int fdwPitchAndFamily,[System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String lpszFace) |
| static IntPtr | Kernel32_LoadLibrary ([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String s) |
| static IntPtr | Kernel32_GetProcAddress (IntPtr hmodule,[System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String s) |
| GR () | |
| void | BuildFunctionListAssumingGLRCIsCurrent () |
| Delegate | GetDelegate (String functionName, Type delegateType, ref bool foundFunction) |
| void | SupportInitializeOpenGL (IntPtr hwnd, ref IntPtr hdc, ref IntPtr hglrc) |
| static IntPtr | User32_GetDC (IntPtr hwnd) |
| static IntPtr | OpenGL32_wglGetProcAddress ([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String functionName) |
| static IntPtr | OpenGL32_wglCreateContext (IntPtr hdc) |
| static int | OpenGL32_wglDeleteContext (IntPtr hglrc) |
| static int | OpenGL32_wglMakeCurrent (IntPtr hdc, IntPtr hglrc) |
| static int | OpenGL32_wglSwapBuffers (IntPtr hdc) |
| static int | GDI32_ChoosePixelFormat (IntPtr hdc, ref PIXELFORMATDESCRIPTOR pfd) |
| static int | GDI32_SetPixelFormat (IntPtr hdc, int pixelFormat, ref PIXELFORMATDESCRIPTOR pfd) |
| static IntPtr | GDI32_CreateDIBitmap (IntPtr hdc, ref BITMAPINFOHEADER lpbmih, int fdwInit, byte[] dataInit, ref BITMAPINFO lpbmi, int fuUsage) |
| static IntPtr | GDI32_CreateDIBSection (IntPtr hdc, ref BITMAPINFO lpbmi, int iUsage, byte[] dataBits, IntPtr hSection, int dwOffset) |
| static int | GDI32_DeleteObject (IntPtr hobject) |
| static IntPtr | GDI32_SelectObject (IntPtr hdc, IntPtr hgdiobj) |
| static IntPtr | GDI32_GetStockObject (int fnObject) |
| static IntPtr | GDI32_CreateFont (int nHeight, int nWidth, int nEscapement, int nOrientation, int fnWeight, int fdwItalic, int fdwUnderline, int fdwStrikeOut, int fdwCharSet, int fdwOutputPrecision, int fdwClipPrecision, int fdwQuality, int fdwPitchAndFamily,[System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String lpszFace) |
| static IntPtr | Kernel32_LoadLibrary ([System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String s) |
| static IntPtr | Kernel32_GetProcAddress (IntPtr hmodule,[System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String s) |
| GR () | |
| void | BuildFunctionListAssumingGLRCIsCurrent () |
| Delegate | GetDelegate (String functionName, Type delegateType, ref bool foundFunction) |
| void | SupportInitializeOpenGL (IntPtr hwnd, ref IntPtr hdc, ref IntPtr hglrc) |
Public Attributes | |
| const int | WHITE_BRUSH = 0 |
| const int | LTGRAY_BRUSH = 1 |
| const int | GRAY_BRUSH = 2 |
| const int | DKGRAY_BRUSH = 3 |
| const int | BLACK_BRUSH = 4 |
| const int | NULL_BRUSH = 5 |
| const int | HOLLOW_BRUSH = NULL_BRUSH |
| const int | WHITE_PEN = 6 |
| const int | BLACK_PEN = 7 |
| const int | NULL_PEN = 8 |
| const int | OEM_FIXED_FONT = 10 |
| const int | ANSI_FIXED_FONT = 11 |
| const int | ANSI_VAR_FONT = 12 |
| const int | SYSTEM_FONT = 13 |
| const int | DEVICE_DEFAULT_FONT = 14 |
| const int | DEFAULT_PALETTE = 15 |
| const int | SYSTEM_FIXED_FONT = 16 |
| const int | PFD_TYPE_RGBA = 0 |
| const int | PFD_TYPE_COLORINDEX = 1 |
| const int | PFD_MAIN_PLANE = 0 |
| const int | PFD_OVERLAY_PLANE = 1 |
| const int | PFD_UNDERLAY_PLANE = 0xff |
| const int | PFD_DOUBLEBUFFER = 0x00000001 |
| const int | PFD_STEREO = 0x00000002 |
| const int | PFD_DRAW_TO_WINDOW = 0x00000004 |
| const int | PFD_DRAW_TO_BITMAP = 0x00000008 |
| const int | PFD_SUPPORT_GDI = 0x00000010 |
| const int | PFD_SUPPORT_OPENGL = 0x00000020 |
| const int | PFD_GENERIC_FORMAT = 0x00000040 |
| const int | PFD_NEED_PALETTE = 0x00000080 |
| const int | PFD_NEED_SYSTEM_PALETTE = 0x00000100 |
| const int | PFD_SWAP_EXCHANGE = 0x00000200 |
| const int | PFD_SWAP_COPY = 0x00000400 |
| const int | PFD_SWAP_LAYER_BUFFERS = 0x00000800 |
| const int | PFD_GENERIC_ACCELERATED = 0x00001000 |
| const int | PFD_SUPPORT_DIRECTDRAW = 0x00002000 |
| const int | PFD_DEPTH_DONTCARE = 0x20000000 |
| const int | PFD_DOUBLEBUFFER_DONTCARE = 0x40000000 |
| const int | PFD_STEREO_DONTCARE = unchecked((int)0x80000000) |
| const int | FW_DONTCARE = 0 |
| const int | FW_THIN = 100 |
| const int | FW_EXTRALIGHT = 200 |
| const int | FW_ULTRALIGHT = 200 |
| const int | FW_LIGHT = 300 |
| const int | FW_NORMAL = 400 |
| const int | FW_REGULAR = 400 |
| const int | FW_MEDIUM = 500 |
| const int | FW_SEMIBOLD = 600 |
| const int | FW_DEMIBOLD = 600 |
| const int | FW_BOLD = 700 |
| const int | FW_EXTRABOLD = 800 |
| const int | FW_ULTRABOLD = 800 |
| const int | FW_HEAVY = 900 |
| const int | FW_BLACK = 900 |
| const int | FF_DONTCARE = (0 << 4) |
| const int | FF_ROMAN = (1 << 4) |
| const int | FF_SWISS = (2 << 4) |
| const int | FF_MODERN = (3 << 4) |
| const int | FF_SCRIPT = (4 << 4) |
| const int | FF_DECORATIVE = (5 << 4) |
| const int | OUT_DEFAULT_PRECIS = 0 |
| const int | OUT_STRING_PRECIS = 1 |
| const int | OUT_CHARACTER_PRECIS = 2 |
| const int | OUT_STROKE_PRECIS = 3 |
| const int | OUT_TT_PRECIS = 4 |
| const int | OUT_DEVICE_PRECIS = 5 |
| const int | OUT_RASTER_PRECIS = 6 |
| const int | OUT_TT_ONLY_PRECIS = 7 |
| const int | OUT_OUTLINE_PRECIS = 8 |
| const int | OUT_SCREEN_OUTLINE_PRECIS = 9 |
| const int | CLIP_DEFAULT_PRECIS = 0 |
| const int | CLIP_CHARACTER_PRECIS = 1 |
| const int | CLIP_STROKE_PRECIS = 2 |
| const int | CLIP_MASK = 0xf |
| const int | CLIP_LH_ANGLES = (1 << 4) |
| const int | CLIP_TT_ALWAYS = (2 << 4) |
| const int | CLIP_EMBEDDED = (8 << 4) |
| const int | DEFAULT_QUALITY = 0 |
| const int | DRAFT_QUALITY = 1 |
| const int | PROOF_QUALITY = 2 |
| const int | NONANTIALIASED_QUALITY = 3 |
| const int | ANTIALIASED_QUALITY = 4 |
| const int | DEFAULT_PITCH = 0 |
| const int | FIXED_PITCH = 1 |
| const int | VARIABLE_PITCH = 2 |
| const int | MONO_FONT = 8 |
| const int | ANSI_CHARSET = 0 |
| const int | DEFAULT_CHARSET = 1 |
| const int | SYMBOL_CHARSET = 2 |
| const int | SHIFTJIS_CHARSET = 128 |
| const int | HANGEUL_CHARSET = 129 |
| const int | HANGUL_CHARSET = 129 |
| const int | GB2312_CHARSET = 134 |
| const int | CHINESEBIG5_CHARSET = 136 |
| const int | OEM_CHARSET = 255 |
| const int | JOHAB_CHARSET = 130 |
| const int | HEBREW_CHARSET = 177 |
| const int | ARABIC_CHARSET = 178 |
| const int | GREEK_CHARSET = 161 |
| const int | TURKISH_CHARSET = 162 |
| const int | VIETNAMESE_CHARSET = 163 |
| const int | THAI_CHARSET = 222 |
| const int | EASTEUROPE_CHARSET = 238 |
| const int | RUSSIAN_CHARSET = 204 |
| const int | MAC_CHARSET = 77 |
| const int | BALTIC_CHARSET = 186 |
| const int | FS_LATIN1 = 0x00000001 |
| const int | FS_LATIN2 = 0x00000002 |
| const int | FS_CYRILLIC = 0x00000004 |
| const int | FS_GREEK = 0x00000008 |
| const int | FS_TURKISH = 0x00000010 |
| const int | FS_HEBREW = 0x00000020 |
| const int | FS_ARABIC = 0x00000040 |
| const int | FS_BALTIC = 0x00000080 |
| const int | FS_VIETNAMESE = 0x00000100 |
| const int | FS_THAI = 0x00010000 |
| const int | FS_JISJAPAN = 0x00020000 |
| const int | FS_CHINESESIMP = 0x00040000 |
| const int | FS_WANSUNG = 0x00080000 |
| const int | FS_CHINESETRAD = 0x00100000 |
| const int | FS_JOHAB = 0x00200000 |
| const int | FS_SYMBOL = unchecked((int)0x80000000) |
Private Member Functions | |
| void | Initialize () |
| void | Initialize () |
Private Attributes | |
| IntPtr | mhModuleGL |
| IntPtr | mhModuleGLU |
| IntPtr | mhModuleGDI |
Classes | |
| struct | BITMAPINFO |
| struct | BITMAPINFOHEADER |
| struct | GLYPHMETRICSFLOAT |
| struct | LAYERPLANEDESCRIPTOR |
| struct | PIXELFORMATDESCRIPTOR |
| struct | POINTFLOAT |
| struct | RGBQUAD |
| struct | WGLSWAP |
Definition at line 1825 of file GRV11.cs.
| GRV11.GR.GR | ( | ) |
| GRV11.GR.GR | ( | ) |
| static IntPtr GRV11.GR.User32_GetDC | ( | IntPtr | hwnd | ) |
| static IntPtr GRV11.GR.OpenGL32_wglGetProcAddress | ( | [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String | functionName | ) |
| static IntPtr GRV11.GR.OpenGL32_wglCreateContext | ( | IntPtr | hdc | ) |
| static int GRV11.GR.OpenGL32_wglDeleteContext | ( | IntPtr | hglrc | ) |
| static int GRV11.GR.OpenGL32_wglMakeCurrent | ( | IntPtr | hdc, | |
| IntPtr | hglrc | |||
| ) |
| static int GRV11.GR.OpenGL32_wglSwapBuffers | ( | IntPtr | hdc | ) |
| static int GRV11.GR.GDI32_ChoosePixelFormat | ( | IntPtr | hdc, | |
| ref PIXELFORMATDESCRIPTOR | pfd | |||
| ) |
| static int GRV11.GR.GDI32_SetPixelFormat | ( | IntPtr | hdc, | |
| int | pixelFormat, | |||
| ref PIXELFORMATDESCRIPTOR | pfd | |||
| ) |
| static IntPtr GRV11.GR.GDI32_CreateDIBitmap | ( | IntPtr | hdc, | |
| ref BITMAPINFOHEADER | lpbmih, | |||
| int | fdwInit, | |||
| byte[] | dataInit, | |||
| ref BITMAPINFO | lpbmi, | |||
| int | fuUsage | |||
| ) |
| static IntPtr GRV11.GR.GDI32_CreateDIBSection | ( | IntPtr | hdc, | |
| ref BITMAPINFO | lpbmi, | |||
| int | iUsage, | |||
| byte[] | dataBits, | |||
| IntPtr | hSection, | |||
| int | dwOffset | |||
| ) |
| static int GRV11.GR.GDI32_DeleteObject | ( | IntPtr | hobject | ) |
| static IntPtr GRV11.GR.GDI32_SelectObject | ( | IntPtr | hdc, | |
| IntPtr | hgdiobj | |||
| ) |
| static IntPtr GRV11.GR.GDI32_GetStockObject | ( | int | fnObject | ) |
| static IntPtr GRV11.GR.GDI32_CreateFont | ( | int | nHeight, | |
| int | nWidth, | |||
| int | nEscapement, | |||
| int | nOrientation, | |||
| int | fnWeight, | |||
| int | fdwItalic, | |||
| int | fdwUnderline, | |||
| int | fdwStrikeOut, | |||
| int | fdwCharSet, | |||
| int | fdwOutputPrecision, | |||
| int | fdwClipPrecision, | |||
| int | fdwQuality, | |||
| int | fdwPitchAndFamily, | |||
| [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String | lpszFace | |||
| ) |
Referenced by GRV11.GRSupport.SupportCreatePolygonFont().
| static IntPtr GRV11.GR.Kernel32_LoadLibrary | ( | [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String | s | ) |
| static IntPtr GRV11.GR.Kernel32_GetProcAddress | ( | IntPtr | hmodule, | |
| [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String | s | |||
| ) |
| void GRV11.GR.Initialize | ( | ) | [private] |
Definition at line 2375 of file GRV11.cs.
References GRV11.GR.mhModuleGDI, GRV11.GR.mhModuleGL, and GRV11.GR.mhModuleGLU.
Referenced by GRV11.GR.GR().
| void GRV11.GR.BuildFunctionListAssumingGLRCIsCurrent | ( | ) |
Definition at line 25503 of file GRV11.cs.
References GRV11.GR.GetDelegate(), GRV11.GR.mhModuleGDI, GRV11.GR.mhModuleGL, and GRV11.GR.mhModuleGLU.
Referenced by GRV11.GR.SupportInitializeOpenGL().
| Delegate GRV11.GR.GetDelegate | ( | String | functionName, | |
| Type | delegateType, | |||
| ref bool | foundFunction | |||
| ) |
Definition at line 28138 of file GRV11.cs.
References GRV11.GR.mhModuleGDI, GRV11.GR.mhModuleGL, and GRV11.GR.mhModuleGLU.
Referenced by GRV11.GR.BuildFunctionListAssumingGLRCIsCurrent().
| void GRV11.GR.SupportInitializeOpenGL | ( | IntPtr | hwnd, | |
| ref IntPtr | hdc, | |||
| ref IntPtr | hglrc | |||
| ) |
Definition at line 28187 of file GRV11.cs.
References GRV11.GR.BuildFunctionListAssumingGLRCIsCurrent().
Referenced by GRV11.GRControl.OnPaint().
| static IntPtr GRV11.GR.User32_GetDC | ( | IntPtr | hwnd | ) |
| static IntPtr GRV11.GR.OpenGL32_wglGetProcAddress | ( | [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String | functionName | ) |
| static IntPtr GRV11.GR.OpenGL32_wglCreateContext | ( | IntPtr | hdc | ) |
| static int GRV11.GR.OpenGL32_wglDeleteContext | ( | IntPtr | hglrc | ) |
| static int GRV11.GR.OpenGL32_wglMakeCurrent | ( | IntPtr | hdc, | |
| IntPtr | hglrc | |||
| ) |
| static int GRV11.GR.OpenGL32_wglSwapBuffers | ( | IntPtr | hdc | ) |
| static int GRV11.GR.GDI32_ChoosePixelFormat | ( | IntPtr | hdc, | |
| ref PIXELFORMATDESCRIPTOR | pfd | |||
| ) |
| static int GRV11.GR.GDI32_SetPixelFormat | ( | IntPtr | hdc, | |
| int | pixelFormat, | |||
| ref PIXELFORMATDESCRIPTOR | pfd | |||
| ) |
| static IntPtr GRV11.GR.GDI32_CreateDIBitmap | ( | IntPtr | hdc, | |
| ref BITMAPINFOHEADER | lpbmih, | |||
| int | fdwInit, | |||
| byte[] | dataInit, | |||
| ref BITMAPINFO | lpbmi, | |||
| int | fuUsage | |||
| ) |
| static IntPtr GRV11.GR.GDI32_CreateDIBSection | ( | IntPtr | hdc, | |
| ref BITMAPINFO | lpbmi, | |||
| int | iUsage, | |||
| byte[] | dataBits, | |||
| IntPtr | hSection, | |||
| int | dwOffset | |||
| ) |
| static int GRV11.GR.GDI32_DeleteObject | ( | IntPtr | hobject | ) |
| static IntPtr GRV11.GR.GDI32_SelectObject | ( | IntPtr | hdc, | |
| IntPtr | hgdiobj | |||
| ) |
| static IntPtr GRV11.GR.GDI32_GetStockObject | ( | int | fnObject | ) |
| static IntPtr GRV11.GR.GDI32_CreateFont | ( | int | nHeight, | |
| int | nWidth, | |||
| int | nEscapement, | |||
| int | nOrientation, | |||
| int | fnWeight, | |||
| int | fdwItalic, | |||
| int | fdwUnderline, | |||
| int | fdwStrikeOut, | |||
| int | fdwCharSet, | |||
| int | fdwOutputPrecision, | |||
| int | fdwClipPrecision, | |||
| int | fdwQuality, | |||
| int | fdwPitchAndFamily, | |||
| [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String | lpszFace | |||
| ) |
| static IntPtr GRV11.GR.Kernel32_LoadLibrary | ( | [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String | s | ) |
| static IntPtr GRV11.GR.Kernel32_GetProcAddress | ( | IntPtr | hmodule, | |
| [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPStr)] String | s | |||
| ) |
| void GRV11.GR.Initialize | ( | ) | [private] |
Definition at line 2375 of file GRV11.cs.
References GRV11.GR.mhModuleGDI, GRV11.GR.mhModuleGL, and GRV11.GR.mhModuleGLU.
| void GRV11.GR.BuildFunctionListAssumingGLRCIsCurrent | ( | ) |
Definition at line 25503 of file GRV11.cs.
References GRV11.GR.GetDelegate(), GRV11.GR.mhModuleGDI, GRV11.GR.mhModuleGL, and GRV11.GR.mhModuleGLU.
| Delegate GRV11.GR.GetDelegate | ( | String | functionName, | |
| Type | delegateType, | |||
| ref bool | foundFunction | |||
| ) |
Definition at line 28138 of file GRV11.cs.
References GRV11.GR.mhModuleGDI, GRV11.GR.mhModuleGL, and GRV11.GR.mhModuleGLU.
| void GRV11.GR.SupportInitializeOpenGL | ( | IntPtr | hwnd, | |
| ref IntPtr | hdc, | |||
| ref IntPtr | hglrc | |||
| ) |
Definition at line 28187 of file GRV11.cs.
References GRV11.GR.BuildFunctionListAssumingGLRCIsCurrent().
| const int GRV11.GR::WHITE_BRUSH = 0 |
| const int GRV11.GR::LTGRAY_BRUSH = 1 |
| const int GRV11.GR::GRAY_BRUSH = 2 |
| const int GRV11.GR::DKGRAY_BRUSH = 3 |
| const int GRV11.GR::BLACK_BRUSH = 4 |
| const int GRV11.GR::NULL_BRUSH = 5 |
| const int GRV11.GR::HOLLOW_BRUSH = NULL_BRUSH |
| const int GRV11.GR::WHITE_PEN = 6 |
| const int GRV11.GR::BLACK_PEN = 7 |
| const int GRV11.GR::NULL_PEN = 8 |
| const int GRV11.GR::OEM_FIXED_FONT = 10 |
| const int GRV11.GR::ANSI_FIXED_FONT = 11 |
| const int GRV11.GR::ANSI_VAR_FONT = 12 |
| const int GRV11.GR::SYSTEM_FONT = 13 |
| const int GRV11.GR::DEVICE_DEFAULT_FONT = 14 |
| const int GRV11.GR::DEFAULT_PALETTE = 15 |
| const int GRV11.GR::SYSTEM_FIXED_FONT = 16 |
| const int GRV11.GR::PFD_TYPE_RGBA = 0 |
| const int GRV11.GR::PFD_TYPE_COLORINDEX = 1 |
| const int GRV11.GR::PFD_MAIN_PLANE = 0 |
| const int GRV11.GR::PFD_OVERLAY_PLANE = 1 |
| const int GRV11.GR::PFD_UNDERLAY_PLANE = 0xff |
| const int GRV11.GR::PFD_DOUBLEBUFFER = 0x00000001 |
| const int GRV11.GR::PFD_STEREO = 0x00000002 |
| const int GRV11.GR::PFD_DRAW_TO_WINDOW = 0x00000004 |
| const int GRV11.GR::PFD_DRAW_TO_BITMAP = 0x00000008 |
| const int GRV11.GR::PFD_SUPPORT_GDI = 0x00000010 |
| const int GRV11.GR::PFD_SUPPORT_OPENGL = 0x00000020 |
| const int GRV11.GR::PFD_GENERIC_FORMAT = 0x00000040 |
| const int GRV11.GR::PFD_NEED_PALETTE = 0x00000080 |
| const int GRV11.GR::PFD_NEED_SYSTEM_PALETTE = 0x00000100 |
| const int GRV11.GR::PFD_SWAP_EXCHANGE = 0x00000200 |
| const int GRV11.GR::PFD_SWAP_COPY = 0x00000400 |
| const int GRV11.GR::PFD_SWAP_LAYER_BUFFERS = 0x00000800 |
| const int GRV11.GR::PFD_GENERIC_ACCELERATED = 0x00001000 |
| const int GRV11.GR::PFD_SUPPORT_DIRECTDRAW = 0x00002000 |
| const int GRV11.GR::PFD_DEPTH_DONTCARE = 0x20000000 |
| const int GRV11.GR::PFD_DOUBLEBUFFER_DONTCARE = 0x40000000 |
| const int GRV11.GR::PFD_STEREO_DONTCARE = unchecked((int)0x80000000) |
| const int GRV11.GR::FW_DONTCARE = 0 |
| const int GRV11.GR::FW_THIN = 100 |
| const int GRV11.GR::FW_EXTRALIGHT = 200 |
| const int GRV11.GR::FW_ULTRALIGHT = 200 |
| const int GRV11.GR::FW_LIGHT = 300 |
| const int GRV11.GR::FW_NORMAL = 400 |
| const int GRV11.GR::FW_REGULAR = 400 |
| const int GRV11.GR::FW_MEDIUM = 500 |
| const int GRV11.GR::FW_SEMIBOLD = 600 |
| const int GRV11.GR::FW_DEMIBOLD = 600 |
| const int GRV11.GR::FW_BOLD = 700 |
| const int GRV11.GR::FW_EXTRABOLD = 800 |
| const int GRV11.GR::FW_ULTRABOLD = 800 |
| const int GRV11.GR::FW_HEAVY = 900 |
| const int GRV11.GR::FW_BLACK = 900 |
| const int GRV11.GR::FF_DONTCARE = (0 << 4) |
| const int GRV11.GR::FF_ROMAN = (1 << 4) |
| const int GRV11.GR::FF_SWISS = (2 << 4) |
| const int GRV11.GR::FF_MODERN = (3 << 4) |
| const int GRV11.GR::FF_SCRIPT = (4 << 4) |
| const int GRV11.GR::FF_DECORATIVE = (5 << 4) |
| const int GRV11.GR::OUT_DEFAULT_PRECIS = 0 |
| const int GRV11.GR::OUT_STRING_PRECIS = 1 |
| const int GRV11.GR::OUT_CHARACTER_PRECIS = 2 |
| const int GRV11.GR::OUT_STROKE_PRECIS = 3 |
| const int GRV11.GR::OUT_TT_PRECIS = 4 |
| const int GRV11.GR::OUT_DEVICE_PRECIS = 5 |
| const int GRV11.GR::OUT_RASTER_PRECIS = 6 |
| const int GRV11.GR::OUT_TT_ONLY_PRECIS = 7 |
| const int GRV11.GR::OUT_OUTLINE_PRECIS = 8 |
| const int GRV11.GR::OUT_SCREEN_OUTLINE_PRECIS = 9 |
| const int GRV11.GR::CLIP_DEFAULT_PRECIS = 0 |
| const int GRV11.GR::CLIP_CHARACTER_PRECIS = 1 |
| const int GRV11.GR::CLIP_STROKE_PRECIS = 2 |
| const int GRV11.GR::CLIP_MASK = 0xf |
| const int GRV11.GR::CLIP_LH_ANGLES = (1 << 4) |
| const int GRV11.GR::CLIP_TT_ALWAYS = (2 << 4) |
| const int GRV11.GR::CLIP_EMBEDDED = (8 << 4) |
| const int GRV11.GR::DEFAULT_QUALITY = 0 |
| const int GRV11.GR::DRAFT_QUALITY = 1 |
| const int GRV11.GR::PROOF_QUALITY = 2 |
| const int GRV11.GR::NONANTIALIASED_QUALITY = 3 |
| const int GRV11.GR::ANTIALIASED_QUALITY = 4 |
| const int GRV11.GR::DEFAULT_PITCH = 0 |
| const int GRV11.GR::FIXED_PITCH = 1 |
| const int GRV11.GR::VARIABLE_PITCH = 2 |
| const int GRV11.GR::MONO_FONT = 8 |
| const int GRV11.GR::ANSI_CHARSET = 0 |
| const int GRV11.GR::DEFAULT_CHARSET = 1 |
| const int GRV11.GR::SYMBOL_CHARSET = 2 |
| const int GRV11.GR::SHIFTJIS_CHARSET = 128 |
| const int GRV11.GR::HANGEUL_CHARSET = 129 |
| const int GRV11.GR::HANGUL_CHARSET = 129 |
| const int GRV11.GR::GB2312_CHARSET = 134 |
| const int GRV11.GR::CHINESEBIG5_CHARSET = 136 |
| const int GRV11.GR::OEM_CHARSET = 255 |
| const int GRV11.GR::JOHAB_CHARSET = 130 |
| const int GRV11.GR::HEBREW_CHARSET = 177 |
| const int GRV11.GR::ARABIC_CHARSET = 178 |
| const int GRV11.GR::GREEK_CHARSET = 161 |
| const int GRV11.GR::TURKISH_CHARSET = 162 |
| const int GRV11.GR::VIETNAMESE_CHARSET = 163 |
| const int GRV11.GR::THAI_CHARSET = 222 |
| const int GRV11.GR::EASTEUROPE_CHARSET = 238 |
| const int GRV11.GR::RUSSIAN_CHARSET = 204 |
| const int GRV11.GR::MAC_CHARSET = 77 |
| const int GRV11.GR::BALTIC_CHARSET = 186 |
| const int GRV11.GR::FS_LATIN1 = 0x00000001 |
| const int GRV11.GR::FS_LATIN2 = 0x00000002 |
| const int GRV11.GR::FS_CYRILLIC = 0x00000004 |
| const int GRV11.GR::FS_GREEK = 0x00000008 |
| const int GRV11.GR::FS_TURKISH = 0x00000010 |
| const int GRV11.GR::FS_HEBREW = 0x00000020 |
| const int GRV11.GR::FS_ARABIC = 0x00000040 |
| const int GRV11.GR::FS_BALTIC = 0x00000080 |
| const int GRV11.GR::FS_VIETNAMESE = 0x00000100 |
| const int GRV11.GR::FS_THAI = 0x00010000 |
| const int GRV11.GR::FS_JISJAPAN = 0x00020000 |
| const int GRV11.GR::FS_CHINESESIMP = 0x00040000 |
| const int GRV11.GR::FS_WANSUNG = 0x00080000 |
| const int GRV11.GR::FS_CHINESETRAD = 0x00100000 |
| const int GRV11.GR::FS_JOHAB = 0x00200000 |
| const int GRV11.GR::FS_SYMBOL = unchecked((int)0x80000000) |
IntPtr GRV11.GR::mhModuleGL [private] |
Definition at line 2370 of file GRV11.cs.
Referenced by GRV11.GR.BuildFunctionListAssumingGLRCIsCurrent(), GRV11.GR.GetDelegate(), and GRV11.GR.Initialize().
IntPtr GRV11.GR::mhModuleGLU [private] |
Definition at line 2371 of file GRV11.cs.
Referenced by GRV11.GR.BuildFunctionListAssumingGLRCIsCurrent(), GRV11.GR.GetDelegate(), and GRV11.GR.Initialize().
IntPtr GRV11.GR::mhModuleGDI [private] |
Definition at line 2372 of file GRV11.cs.
Referenced by GRV11.GR.BuildFunctionListAssumingGLRCIsCurrent(), GRV11.GR.GetDelegate(), and GRV11.GR.Initialize().
1.5.6