Home
last modified time | relevance | path

Searched refs:dwStyle (Results 1 – 20 of 20) sorted by relevance

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp138 uint32_t dwStyle, in FPF_SKIAGetFamilyHash() argument
141 if (FontStyleIsForceBold(dwStyle)) in FPF_SKIAGetFamilyHash()
143 if (FontStyleIsItalic(dwStyle)) in FPF_SKIAGetFamilyHash()
145 if (FontStyleIsSerif(dwStyle)) in FPF_SKIAGetFamilyHash()
245 uint32_t dwStyle) { in CreateFont() argument
246 uint32_t dwHash = FPF_SKIAGetFamilyHash(bsFamilyname, dwStyle, uCharset); in CreateFont()
277 if (FontStyleIsForceBold(dwStyle) == FontStyleIsForceBold(font->style())) in CreateFont()
279 if (FontStyleIsItalic(dwStyle) == FontStyleIsItalic(font->style())) in CreateFont()
281 if (FontStyleIsFixedPitch(dwStyle) == in CreateFont()
285 if (FontStyleIsSerif(dwStyle) == FontStyleIsSerif(font->style())) in CreateFont()
[all …]
Dcfx_androidfontinfo.cpp40 uint32_t dwStyle = 0; in MapFont() local
42 dwStyle |= FXFONT_FORCE_BOLD; in MapFont()
44 dwStyle |= FXFONT_ITALIC; in MapFont()
46 dwStyle |= FXFONT_FIXED_PITCH; in MapFont()
48 dwStyle |= FXFONT_SCRIPT; in MapFont()
50 dwStyle |= FXFONT_SERIF; in MapFont()
51 return m_pFontMgr->CreateFont(face.AsStringView(), charset, dwStyle); in MapFont()
Dcfpf_skiapathfont.cpp11 uint32_t dwStyle, in CFPF_SkiaPathFont() argument
17 m_dwStyle(dwStyle), in CFPF_SkiaPathFont()
Dcfpf_skiafont.cpp23 uint32_t dwStyle, in CFPF_SkiaFont() argument
28 m_dwStyle(dwStyle), in CFPF_SkiaFont()
Dcfpf_skiapathfont.h18 uint32_t dwStyle,
Dcfpf_skiafontmgr.h31 uint32_t dwStyle);
Dcfpf_skiafont.h28 uint32_t dwStyle,
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp59 DWriteStyle dwStyle, in FirstMatchingFontWithoutSimulations() argument
65 dwStyle.fWeight, dwStyle.fWidth, dwStyle.fSlant, &searchFont)); in FirstMatchingFontWithoutSimulations()
72 (dwStyle.fWeight == DWRITE_FONT_WEIGHT_REGULAR && in FirstMatchingFontWithoutSimulations()
73 dwStyle.fSlant == DWRITE_FONT_STYLE_NORMAL) || in FirstMatchingFontWithoutSimulations()
83 dwStyle.fWeight = DWRITE_FONT_WEIGHT_REGULAR; in FirstMatchingFontWithoutSimulations()
87 dwStyle.fSlant = DWRITE_FONT_STYLE_NORMAL; in FirstMatchingFontWithoutSimulations()
595 DWriteStyle dwStyle(style); in onMatchFamilyStyleCharacter() local
617 return this->fallback(dwFamilyName, dwStyle, dwBcp47->get(), character).release(); in onMatchFamilyStyleCharacter()
621 return this->layoutFallback(dwFamilyName, dwStyle, dwBcp47->get(), character).release(); in onMatchFamilyStyleCharacter()
625 DWriteStyle dwStyle, in fallback() argument
[all …]
DSkRemotableFontMgr_win_dw.cpp154 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()
/external/pdfium/xfa/fgas/font/
Dcfgas_defaultfontmanager.cpp32 uint32_t dwStyle = 0; in GetFont() local
35 dwStyle |= FXFONT_FORCE_BOLD; in GetFont()
37 dwStyle |= FXFONT_ITALIC; in GetFont()
50 pFontMgr->LoadFont(wsReplace.c_str(), dwStyle, FX_CodePage::kFailure); in GetFont()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pbuffer.c82 DWORD dwStyle; in wglCreatePbufferARB() local
184 dwStyle = WS_CLIPSIBLINGS | WS_CLIPCHILDREN; in wglCreatePbufferARB()
192 dwStyle |= WS_VISIBLE | WS_OVERLAPPEDWINDOW; in wglCreatePbufferARB()
194 dwStyle |= WS_POPUPWINDOW; in wglCreatePbufferARB()
212 AdjustWindowRectEx(&rect, dwStyle, FALSE, dwExStyle); in wglCreatePbufferARB()
217 dwStyle, in wglCreatePbufferARB()
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp343 uint32_t dwStyle = 0; in GetFont() local
348 dwStyle |= FXFONT_FORCE_BOLD; in GetFont()
350 dwStyle |= FXFONT_FORCE_BOLD; in GetFont()
358 dwStyle = 0; in GetFont()
360 dwStyle |= FXFONT_FORCE_BOLD; in GetFont()
362 dwStyle |= FXFONT_ITALIC; in GetFont()
366 return pFontMgr->GetFont(doc, std::move(wsFamily), dwStyle); in GetFont()
Dcxfa_fftextedit.cpp79 uint32_t dwStyle = 0; in UpdateWidgetProperty() local
86 dwStyle |= FWL_STYLE_WGT_VScroll; in UpdateWidgetProperty()
115 GetNormalWidget()->ModifyStyles(dwStyle, 0xFFFFFFFF); in UpdateWidgetProperty()
Dcxfa_textlayout.cpp150 Mask<CFGAS_Break::LayoutStyle> dwStyle = CFGAS_Break::LayoutStyle::kExpandTab; in CreateBreak() local
152 dwStyle |= CFGAS_Break::LayoutStyle::kPagination; in CreateBreak()
154 auto pBreak = std::make_unique<CFGAS_RTFBreak>(dwStyle); in CreateBreak()
/external/lzma/CPP/Windows/Control/
DCommandBar.h38 …nst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox… in InsertComboBox() argument
/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.h79 uint32_t* dwStyle,
Dcfgas_stringformatter.cpp983 uint32_t* dwStyle, in GetNumericFormat() argument
985 *dwStyle = 0; in GetNumericFormat()
1047 *dwStyle |= FX_NUMSTYLE_DotVorv; in GetNumericFormat()
1051 *dwStyle |= FX_NUMSTYLE_Percent; in GetNumericFormat()
1057 *dwStyle |= FX_NUMSTYLE_Exponent; in GetNumericFormat()
1060 *dwStyle |= FX_NUMSTYLE_Percent; in GetNumericFormat()
1070 *dwStyle |= FX_NUMSTYLE_DotVorv; in GetNumericFormat()
/external/pdfium/xfa/fwl/theme/
Dcfwl_checkboxtp.cpp228 uint32_t dwStyle = pWidget->GetStyleExts(); in DrawCheckSign() local
230 switch (dwStyle & FWL_STYLEEXT_CKB_SignShapeMask) { in DrawCheckSign()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1768 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()
/external/mesa3d/src/imgui/
Dimgui.cpp9263 cf.dwStyle = CFS_FORCE_POSITION; in ImeSetInputScreenPosFn_DefaultImpl()