Searched refs:current_style (Results 1 – 6 of 6) sorted by relevance
67 int current_style; member95 #define current_style (this->hidden->current_style) macro
72 int current_style = ::GetWindowLong(hwnd, GWL_STYLE); in EnsureCaptionStyleSet() local73 ::SetWindowLong(hwnd, GWL_STYLE, current_style | WS_CAPTION); in EnsureCaptionStyleSet()
374 long current_style = ::GetWindowLong(hwnd(), GWL_STYLE); in OnSize() local376 current_style | WS_VSCROLL | WS_HSCROLL); in OnSize()
545 if ( SDL_Window && (style == current_style) ) { in ROM_SetVideoMode()567 current_style = style; in ROM_SetVideoMode()
249 long current_style = ::GetWindowLong(window, GWL_STYLE); in AddScrollStylesToWindow() local251 current_style | WS_VSCROLL | WS_HSCROLL); in AddScrollStylesToWindow()394 long current_style = ::GetWindowLong(hwnd(), GWL_STYLE); in Init() local395 if (!(current_style & WS_POPUP)) { in Init()
60 const int current_style = (font->GetStyle() & kStyleMask); in DeriveFontIfNecessary() local62 if (current_style != target_style || current_size != font_size) in DeriveFontIfNecessary()