Searched refs:current_style (Results 1 – 4 of 4) sorted by relevance
67 int current_style; member95 #define current_style (this->hidden->current_style) macro
545 if ( SDL_Window && (style == current_style) ) { in ROM_SetVideoMode()567 current_style = style; in ROM_SetVideoMode()
315 long current_style = ::GetWindowLong(window, GWL_STYLE); in AddScrollStylesToWindow() local317 current_style | WS_VSCROLL | WS_HSCROLL); in AddScrollStylesToWindow()444 long current_style = ::GetWindowLong(hwnd(), GWL_STYLE); in Init() local445 if (!(current_style & WS_POPUP)) { in Init()
117 const int current_style = (font->GetStyle() & kStyleMask); in DeriveFontIfNecessary() local119 if (current_style != target_style || current_size != font_size) in DeriveFontIfNecessary()