Searched refs:dwStyle (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/src/ports/ |
H A D | SkFontMgr_win_dw.cpp | 292 DWriteStyle dwStyle, in FirstMatchingFontWithoutSimulations() 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() 849 return this->fallback(dwFamilyName, dwStyle, dwBcp4 in onMatchFamilyStyleCharacter() 291 FirstMatchingFontWithoutSimulations(const SkTScopedComPtr<IDWriteFontFamily>& family, DWriteStyle dwStyle, SkTScopedComPtr<IDWriteFont>& font) FirstMatchingFontWithoutSimulations() argument 856 fallback(const WCHAR* dwFamilyName, DWriteStyle dwStyle, const WCHAR* dwBcp47, UINT32 character) const fallback() argument 924 layoutFallback(const WCHAR* dwFamilyName, DWriteStyle dwStyle, const WCHAR* dwBcp47, UINT32 character) const layoutFallback() argument [all...] |
H A D | SkRemotableFontMgr_win_dw.cpp | 154 const DWriteStyle dwStyle(pattern); 156 HR_GENERAL(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth, 157 dwStyle.fSlant, &font), 369 const DWriteStyle dwStyle(pattern); 391 dwStyle.fWeight, 392 dwStyle.fSlant, 393 dwStyle.fWidth,
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A 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/lzma/CPP/Windows/Control/ |
H A D | CommandBar.h | 38 HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, dwStyle, idComboBox, iButton); }
in InsertComboBox() argument
|
/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/ |
H A 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/python/Tools/msi/bundle/bootstrap/ |
H A D | PythonBootstrapperApplication.cpp | 1783 dwWindowStyle = _theme->dwStyle; in CreateMainWindow() 2369 if ((pControl->dwStyle & BS_TYPEMASK) == BS_COMMANDLINK || in ProcessPageControls() 2370 (pControl->dwStyle & BS_TYPEMASK) == BS_DEFCOMMANDLINK) { in ProcessPageControls() 2781 if ((pControl->dwStyle & BS_TYPEMASK) == BS_AUTORADIOBUTTON) { in IsCheckable()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 9263 cf.dwStyle = CFS_FORCE_POSITION; in ImeSetInputScreenPosFn_DefaultImpl()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 11158 cf.dwStyle = CFS_FORCE_POSITION; in ImeSetInputScreenPosFn_DefaultImpl()
|
Completed in 50 milliseconds