Home
last modified time | relevance | path

Searched refs:dwStyle (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp292 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 DSkRemotableFontMgr_win_dw.cpp154 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 Dstw_ext_pbuffer.c82 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 DCommandBar.h38 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 Dtri.cpp70 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 DPythonBootstrapperApplication.cpp1783 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 Dimgui.cpp9263 cf.dwStyle = CFS_FORCE_POSITION; in ImeSetInputScreenPosFn_DefaultImpl()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp11158 cf.dwStyle = CFS_FORCE_POSITION; in ImeSetInputScreenPosFn_DefaultImpl()

Completed in 47 milliseconds