OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HDC
(Results
1 - 7
of
7
) sorted by null
/external/libchrome/base/win/
scoped_hdc.h
17
// Like ScopedHandle but for
HDC
. Only use this on HDCs returned from
40
operator
HDC
() { return hdc_; }
44
HDC
hdc_;
49
// Like ScopedHandle but for
HDC
. Only use this on HDCs returned from
53
typedef
HDC
Handle;
55
static bool CloseHandle(
HDC
handle) {
59
static bool IsHandleValid(
HDC
handle) {
63
static
HDC
NullHandle() {
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py
69
HDC
= HANDLE
172
'HCOLORSPACE', '
HDC
', 'HDESK', 'HDWP', 'HENHMETAFILE', 'HFONT',
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py
69
HDC
= HANDLE
172
'HCOLORSPACE', '
HDC
', 'HDESK', 'HDWP', 'HENHMETAFILE', 'HFONT',
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py
69
HDC
= HANDLE
172
'HCOLORSPACE', '
HDC
', 'HDESK', 'HDWP', 'HENHMETAFILE', 'HFONT',
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py
69
HDC
= HANDLE
172
'HCOLORSPACE', '
HDC
', 'HDESK', 'HDWP', 'HENHMETAFILE', 'HFONT',
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h
202
DECLARE_HANDLE(
HDC
);
/prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar
Completed in 1364 milliseconds