OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEVMODE
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/printing/
print_settings_initializer_win.h
14
typedef struct _devicemodeW
DEVMODE
;
24
const
DEVMODE
& dev_mode,
printing_context_win.h
57
// Allocates the HDC for a specific
DEVMODE
.
59
const
DEVMODE
* dev_mode,
72
bool InitializeSettings(const
DEVMODE
& dev_mode,
print_settings_initializer_win.cc
16
const
DEVMODE
& dev_mode,
printing_context_win.cc
108
// TODO(maruel): Get the
devmode
for the new printer with
109
// services_->GetCurrentDevMode(&
devmode
, &size), send that information
340
DEVMODE
* dev_mode = NULL;
554
bool PrintingContextWin::InitializeSettings(const
DEVMODE
& dev_mode,
617
const
DEVMODE
* dev_mode,
631
DEVMODE
* dev_mode = NULL;
634
reinterpret_cast<
DEVMODE
*>(GlobalLock(dialog_options.hDevMode));
707
DEVMODE
* dev_mode = NULL;
710
reinterpret_cast<
DEVMODE
*>(GlobalLock(dialog_options.hDevMode));
printing_context_win_unittest.cc
56
const
DEVMODE
* dev_mode = NULL;
/external/chromium_org/remoting/host/
desktop_resizer_win.cc
50
DWORD mode_number, DWORD flags,
DEVMODE
* mode);
54
static bool IsModeValid(const
DEVMODE
& mode);
57
static ScreenResolution GetModeResolution(const
DEVMODE
& mode);
59
std::map<ScreenResolution,
DEVMODE
> best_mode_for_resolution_;
71
DEVMODE
current_mode;
86
DEVMODE
current_mode;
94
DEVMODE
candidate_mode;
112
DEVMODE
best_mode = best_mode_for_resolution_[candidate_resolution];
142
DEVMODE
new_mode = best_mode_for_resolution_[resolution];
163
DWORD mode_number, DWORD flags,
DEVMODE
* mode)
[
all
...]
/external/chromium_org/printing/backend/
printing_info_win.h
66
// Retrieves
DEVMODE
from PRINTER_INFO_* structures.
78
const
DEVMODE
* get() const {
86
const
DEVMODE
* dev_mode_;
print_backend_win.cc
206
DEVMODE
* devmode_out =
207
reinterpret_cast<
DEVMODE
*>(devmode_out_buffer.get());
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h
129
extern
DEVMODE
SDL_desktop_mode;
130
extern
DEVMODE
SDL_fullscreen_mode;
SDL_sysevents.c
83
DEVMODE
SDL_desktop_mode;
84
DEVMODE
SDL_fullscreen_mode;
/external/chromium_org/chrome/service/cloud_print/
print_system_xps_win.cc
26
class
DevMode
{
28
DevMode
() : dm_(NULL) {}
29
~
DevMode
() { Free(); }
33
dm_ = reinterpret_cast<
DEVMODE
*>(new char[size]);
42
DEVMODE
* dm_;
45
DISALLOW_COPY_AND_ASSIGN(
DevMode
);
66
DevMode
* dev_mode) {
84
DEVMODE
* dm = NULL;
161
DevMode
pt_dev_mode;
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c
327
DEVMODE
settings;
369
settings.dmSize = sizeof(
DEVMODE
);
706
DEVMODE
settings;
709
SDL_memset(&settings, 0, sizeof(
DEVMODE
));
710
settings.dmSize = sizeof(
DEVMODE
);
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc
320
DEVMODE
dev_mode;
[
all
...]
/prebuilts/tools/windows/swt/
swt.jar
/prebuilts/tools/windows-x86_64/swt/
swt.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 1160 milliseconds