/third_party/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 292 DWriteStyle dwStyle, in FirstMatchingFontWithoutSimulations() argument 298 dwStyle.fWeight, dwStyle.fWidth, dwStyle.fSlant, &searchFont)); in FirstMatchingFontWithoutSimulations() 305 (dwStyle.fWeight == DWRITE_FONT_WEIGHT_REGULAR && in FirstMatchingFontWithoutSimulations() 306 dwStyle.fSlant == DWRITE_FONT_STYLE_NORMAL) || in FirstMatchingFontWithoutSimulations() 316 dwStyle.fWeight = DWRITE_FONT_WEIGHT_REGULAR; in FirstMatchingFontWithoutSimulations() 320 dwStyle.fSlant = DWRITE_FONT_STYLE_NORMAL; in FirstMatchingFontWithoutSimulations() 827 DWriteStyle dwStyle(style); in onMatchFamilyStyleCharacter() local 849 return this->fallback(dwFamilyName, dwStyle, dwBcp47->get(), character).release(); in onMatchFamilyStyleCharacter() 853 return this->layoutFallback(dwFamilyName, dwStyle, dwBcp47->get(), character).release(); in onMatchFamilyStyleCharacter() 857 DWriteStyle dwStyle, in fallback() argument [all …]
|
D | SkRemotableFontMgr_win_dw.cpp | 154 const DWriteStyle dwStyle(pattern); in matchIndexStyle() local 156 HR_GENERAL(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth, in matchIndexStyle() 157 dwStyle.fSlant, &font), in matchIndexStyle() 369 const DWriteStyle dwStyle(pattern); in matchNameStyleCharacter() local 391 dwStyle.fWeight, in matchNameStyleCharacter() 392 dwStyle.fSlant, in matchNameStyleCharacter() 393 dwStyle.fWidth, in matchNameStyleCharacter()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 752 const DWriteStyle dwStyle(style); in onMatchFamilyStyleCharacter() local 774 return this->fallback(dwFamilyName, dwStyle, dwBcp47->get(), character).release(); in onMatchFamilyStyleCharacter() 778 return this->layoutFallback(dwFamilyName, dwStyle, dwBcp47->get(), character).release(); in onMatchFamilyStyleCharacter() 782 DWriteStyle dwStyle, in fallback() argument 808 dwStyle.fWeight, in fallback() 809 dwStyle.fSlant, in fallback() 810 dwStyle.fWidth, in fallback() 828 DWriteStyle dwStyle, in layoutFallback() argument 838 dwStyle.fWeight, in layoutFallback() 839 dwStyle.fSlant, in layoutFallback() [all …]
|
D | SkRemotableFontMgr_win_dw.cpp | 154 const DWriteStyle dwStyle(pattern); in matchIndexStyle() local 156 HR_GENERAL(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth, in matchIndexStyle() 157 dwStyle.fSlant, &font), in matchIndexStyle() 369 const DWriteStyle dwStyle(pattern); in matchNameStyleCharacter() local 391 dwStyle.fWeight, in matchNameStyleCharacter() 392 dwStyle.fSlant, in matchNameStyleCharacter() 393 dwStyle.fWidth, in matchNameStyleCharacter()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_pbuffer.c | 82 DWORD dwStyle; in wglCreatePbufferARB() local 183 dwStyle = WS_CLIPSIBLINGS | WS_CLIPCHILDREN; in wglCreatePbufferARB() 191 dwStyle |= WS_VISIBLE | WS_OVERLAPPEDWINDOW; in wglCreatePbufferARB() 193 dwStyle |= WS_POPUPWINDOW; in wglCreatePbufferARB() 211 AdjustWindowRectEx(&rect, dwStyle, FALSE, dwExStyle); in wglCreatePbufferARB() 216 dwStyle, in wglCreatePbufferARB()
|
/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/ |
D | tri.cpp | 70 DWORD dwStyle = WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_OVERLAPPEDWINDOW | WS_VISIBLE; in main() local 73 AdjustWindowRect(&rect, dwStyle, FALSE); in main() 77 dwStyle, in main()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_accessibility_node_win.cc | 420 DWORD dwStyle = GetWindowLong(node_->GetWindowHandle(), GWL_STYLE); in get_accState() local 422 ((dwStyle & WS_VISIBLE) == 0) ? STATE_SYSTEM_INVISIBLE : 0; in get_accState() 424 ((dwStyle & WS_DISABLED) > 0) ? STATE_SYSTEM_UNAVAILABLE : 0; in get_accState()
|
D | root_window_win.cc | 344 const DWORD dwStyle = WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN; in CreateRootWindow() local 358 ::AdjustWindowRectEx(&window_rect, dwStyle, with_controls_, dwExStyle); in CreateRootWindow() 369 CreateWindowEx(dwExStyle, window_class.c_str(), window_title.c_str(), dwStyle, in CreateRootWindow()
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
D | PythonBootstrapperApplication.cpp | 1768 dwWindowStyle = _theme->dwStyle; in CreateMainWindow() 2354 if ((pControl->dwStyle & BS_TYPEMASK) == BS_COMMANDLINK || in ProcessPageControls() 2355 (pControl->dwStyle & BS_TYPEMASK) == BS_DEFCOMMANDLINK) { in ProcessPageControls() 2766 if ((pControl->dwStyle & BS_TYPEMASK) == BS_AUTORADIOBUTTON) { in IsCheckable()
|
/third_party/cef/libcef/browser/native/ |
D | native_menu_win.cc | 771 mi.dwStyle = MNS_NOTIFYBYPOS; in ResetNativeMenu()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowskeyboard.c | 250 cf.dwStyle = CFS_FORCE_POSITION; in WIN_SetTextInputRect()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.cpp | 9102 cf.dwStyle = CFS_FORCE_POSITION; in ImeSetInputScreenPosFn_DefaultImpl()
|
/third_party/mesa3d/src/imgui/ |
D | imgui.cpp | 9263 cf.dwStyle = CFS_FORCE_POSITION; in ImeSetInputScreenPosFn_DefaultImpl()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.cpp | 11158 cf.dwStyle = CFS_FORCE_POSITION; in ImeSetInputScreenPosFn_DefaultImpl()
|