Home
last modified time | relevance | path

Searched refs:current_style (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
DSDL_lowvideo.h67 int current_style; member
95 #define current_style (this->hidden->current_style) macro
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
DSDL_romvideo.c545 if ( SDL_Window && (style == current_style) ) { in ROM_SetVideoMode()
567 current_style = style; in ROM_SetVideoMode()
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.cc315 long current_style = ::GetWindowLong(window, GWL_STYLE); in AddScrollStylesToWindow() local
317 current_style | WS_VSCROLL | WS_HSCROLL); in AddScrollStylesToWindow()
444 long current_style = ::GetWindowLong(hwnd(), GWL_STYLE); in Init() local
445 if (!(current_style & WS_POPUP)) { in Init()
/external/chromium_org/ui/gfx/
Drender_text_win.cc117 const int current_style = (font->GetStyle() & kStyleMask); in DeriveFontIfNecessary() local
119 if (current_style != target_style || current_size != font_size) in DeriveFontIfNecessary()