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

/external/pdfium/core/fxge/android/
H A Dcfx_androidfontinfo.cpp38 uint32_t dwStyle = 0;
40 dwStyle |= FXFONT_BOLD;
42 dwStyle |= FXFONT_ITALIC;
44 dwStyle |= FXFONT_FIXED_PITCH;
46 dwStyle |= FXFONT_SCRIPT;
48 dwStyle |= FXFONT_SERIF;
49 return m_pFontMgr->CreateFont(face, charset, dwStyle,
H A Dcfpf_skiafontmgr.cpp174 uint32_t dwStyle,
177 if (dwStyle & FXFONT_BOLD)
179 if (dwStyle & FXFONT_ITALIC)
181 if (dwStyle & FXFONT_SERIF)
285 uint32_t dwStyle,
287 uint32_t dwHash = FPF_SKIAGetFamilyHash(bsFamilyname, dwStyle, uCharset);
318 if ((dwStyle & FXFONT_BOLD) == (pFontDes->m_dwStyle & FXFONT_BOLD))
320 if ((dwStyle & FXFONT_ITALIC) == (pFontDes->m_dwStyle & FXFONT_ITALIC))
322 if ((dwStyle & FXFONT_FIXED_PITCH) ==
326 if ((dwStyle
173 FPF_SKIAGetFamilyHash(const CFX_ByteStringC& bsFamily, uint32_t dwStyle, uint8_t uCharset) argument
283 CreateFont(const CFX_ByteStringC& bsFamilyname, uint8_t uCharset, uint32_t dwStyle, uint32_t dwMatch) argument
[all...]
H A Dcfpf_skiafont.h41 uint32_t dwStyle,
H A Dcfpf_skiafontmgr.h30 uint32_t dwStyle,
H A Dcfpf_skiafont.cpp185 uint32_t dwStyle,
213 m_dwStyle = dwStyle;
182 InitFont(CFPF_SkiaFontMgr* pFontMgr, CFPF_SkiaFontDescriptor* pFontDes, const CFX_ByteStringC& bsFamily, uint32_t dwStyle, uint8_t uCharset) argument
/external/lzma/CPP/Windows/Control/
H A DCommandBar.h34 HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, dwStyle, idComboBox, iButton); } argument
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pbuffer.c80 DWORD dwStyle; local
147 dwStyle = WS_CLIPSIBLINGS | WS_CLIPCHILDREN;
155 dwStyle |= WS_VISIBLE | WS_OVERLAPPEDWINDOW;
157 dwStyle |= WS_POPUPWINDOW;
175 AdjustWindowRectEx(&rect, dwStyle, FALSE, dwExStyle);
180 dwStyle,
/external/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp151 const DWriteStyle dwStyle(pattern);
153 HR_GENERAL(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth,
154 dwStyle.fSlant, &font),
366 const DWriteStyle dwStyle(pattern);
388 dwStyle.fWeight,
389 dwStyle.fSlant,
390 dwStyle.fWidth,
H A DSkFontMgr_win_dw.cpp737 const DWriteStyle dwStyle(style);
786 dwStyle.fWeight,
787 dwStyle.fSlant,
788 dwStyle.fWidth,
808 dwStyle.fWeight,
809 dwStyle.fSlant,
810 dwStyle.fWidth,
971 DWriteStyle dwStyle(style);
972 HRNM(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle
[all...]
/external/pdfium/xfa/fxfa/app/
H A Dcxfa_textparser.cpp337 uint32_t dwStyle = 0; local
342 dwStyle |= FX_FONTSTYLE_Bold;
344 dwStyle |= FX_FONTSTYLE_Italic;
352 dwStyle = 0;
354 dwStyle |= FX_FONTSTYLE_Bold;
356 dwStyle |= FX_FONTSTYLE_Italic;
361 return pFontMgr->GetFont(pDoc, wsFamily, dwStyle);
H A Dxfa_fftextedit.cpp68 uint32_t dwStyle = 0; local
76 dwStyle |= FWL_WGTSTYLE_VScroll;
103 m_pNormalWidget->ModifyStyles(dwStyle, 0xFFFFFFFF);
H A Dxfa_ffdocview.cpp497 uint32_t dwStyle = XFA_RESOLVENODE_Children | XFA_RESOLVENODE_Properties | local
512 refNode, wsExpression.AsStringC(), resoveNodeRS, dwStyle);
741 uint32_t dwStyle = XFA_RESOLVENODE_Children | XFA_RESOLVENODE_Properties | local
745 pScriptContext->ResolveObjects(pWidgetNode, wsRef, rs, dwStyle);
H A Dxfa_fffield.cpp312 uint32_t dwStyle = 0; local
314 dwStyle = FWL_STYLEEXT_EDT_ReadOnly;
316 return dwStyle;
H A Dxfa_fontmgr.cpp1758 uint32_t dwStyle = 0; local
1760 dwStyle |= FX_FONTSTYLE_Bold;
1763 dwStyle |= FX_FONTSTYLE_Italic;
1775 pFont = pFDEFontMgr->LoadFont(wsReplace.c_str(), dwStyle, wCodePage);
H A Dcxfa_textlayout.cpp93 uint32_t dwStyle = FX_RTFLAYOUTSTYLE_ExpandTab; local
95 dwStyle |= FX_RTFLAYOUTSTYLE_Pagination;
97 auto pBreak = pdfium::MakeUnique<CFX_RTFBreak>(dwStyle);
/external/pdfium/xfa/fde/
H A Dcfde_txtedtengine.cpp1004 uint32_t dwStyle = m_pTextBreak->GetLayoutStyles(); local
1006 dwStyle &= ~FX_TXTLAYOUTSTYLE_SingleLine;
1008 dwStyle |= FX_TXTLAYOUTSTYLE_SingleLine;
1010 dwStyle &= ~FX_TXTLAYOUTSTYLE_VerticalLayout;
1011 dwStyle &= ~FX_TXTLAYOUTSTYLE_ReverseLine;
1012 dwStyle &= ~FX_TXTLAYOUTSTYLE_RTLReadingOrder;
1015 dwStyle |= FX_TXTLAYOUTSTYLE_CombText;
1017 dwStyle &= ~FX_TXTLAYOUTSTYLE_CombText;
1020 dwStyle &= ~FX_TXTLAYOUTSTYLE_VerticalChars;
1021 dwStyle
1383 uint32_t dwStyle = 0; local
[all...]
/external/pdfium/xfa/fgas/localization/
H A Dfgas_localeimp.h71 uint32_t& dwStyle,
H A Dfgas_locale.cpp522 uint32_t& dwStyle,
524 dwStyle = 0;
587 dwStyle |= FX_NUMSTYLE_DotVorv;
591 dwStyle |= FX_NUMSTYLE_Percent;
598 dwStyle |= FX_NUMSTYLE_Exponent;
601 dwStyle |= FX_NUMSTYLE_Percent;
610 dwStyle |= FX_NUMSTYLE_DotVorv;
520 GetNumericFormat(const CFX_WideString& wsPattern, int32_t& iDotIndex, uint32_t& dwStyle, CFX_WideString& wsPurgePattern) argument
/external/pdfium/xfa/fwl/
H A Dcfwl_listbox.cpp296 uint32_t dwStyle = hFocus->GetStates(); local
297 dwStyle &= ~FWL_ITEMSTATE_LTB_Focused;
298 hFocus->SetStates(dwStyle);
301 uint32_t dwStyle = pItem->GetStates(); local
302 dwStyle |= FWL_ITEMSTATE_LTB_Focused;
303 pItem->SetStates(dwStyle);
/external/pdfium/xfa/fwl/theme/
H A Dcfwl_checkboxtp.cpp292 uint32_t dwStyle = pWidget->GetStylesEx(); local
294 switch (dwStyle & FWL_STYLEEXT_CKB_SignShapeMask) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 830 milliseconds