HomeSort by relevance Sort by last modified time
    Searched refs:dwStyle (Results 1 - 25 of 45) sorted by null

1 2

  /external/pdfium/core/src/fxge/android/
fx_android_font.cpp 30 FX_DWORD dwStyle = 0;
32 dwStyle |= FXFONT_BOLD;
35 dwStyle |= FXFONT_ITALIC;
38 dwStyle |= FXFONT_FIXED_PITCH;
41 dwStyle |= FXFONT_SCRIPT;
44 dwStyle |= FXFONT_SERIF;
46 return m_pFontMgr->CreateFont(face, charset, dwStyle,
fpf_skiafontmgr.cpp 187 FX_DWORD dwStyle,
190 if (dwStyle & FXFONT_BOLD) {
193 if (dwStyle & FXFONT_ITALIC) {
196 if (dwStyle & FXFONT_SERIF) {
259 FX_DWORD dwStyle,
261 FX_DWORD dwHash = FPF_SKIAGetFamilyHash(bsFamilyname, dwStyle, uCharset);
294 if ((dwStyle & FXFONT_BOLD) == (pFontDes->m_dwStyle & FXFONT_BOLD)) {
297 if ((dwStyle & FXFONT_ITALIC) == (pFontDes->m_dwStyle & FXFONT_ITALIC)) {
300 if ((dwStyle & FXFONT_FIXED_PITCH) ==
304 if ((dwStyle & FXFONT_SERIF) == (pFontDes->m_dwStyle & FXFONT_SERIF))
    [all...]
fpf_skiafont.h 45 FX_DWORD dwStyle,
fpf_skiafontmgr.h 95 FX_DWORD dwStyle,
fpf_skiafont.cpp 181 FX_DWORD dwStyle,
206 m_dwStyle = dwStyle;
  /external/skia/src/ports/
SkTypeface_win_dw.h 28 DWRITE_FONT_STYLE dwStyle = font->GetStyle();
31 (DWRITE_FONT_STYLE_OBLIQUE == dwStyle ||
32 DWRITE_FONT_STYLE_ITALIC == dwStyle)
SkRemotableFontMgr_win_dw.cpp 188 const DWriteStyle dwStyle(pattern);
190 HR_GENERAL(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth,
191 dwStyle.fSlant, &font),
403 const DWriteStyle dwStyle(pattern);
425 dwStyle.fWeight,
426 dwStyle.fSlant,
427 dwStyle.fWidth,
SkFontMgr_win_dw.cpp 739 const DWriteStyle dwStyle(style);
784 dwStyle.fWeight,
785 dwStyle.fSlant,
786 dwStyle.fWidth,
809 dwStyle.fWeight,
810 dwStyle.fSlant,
811 dwStyle.fWidth,
    [all...]
  /external/lzma/CPP/Windows/Control/
CommandBar.h 34 HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, dwStyle, idComboBox, iButton); }
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 80 DWORD dwStyle;
147 dwStyle = WS_CLIPSIBLINGS | WS_CLIPCHILDREN;
155 dwStyle |= WS_VISIBLE | WS_OVERLAPPEDWINDOW;
157 dwStyle |= WS_POPUPWINDOW;
175 AdjustWindowRectEx(&rect, dwStyle, FALSE, dwExStyle);
180 dwStyle,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dispdib.h 51 static __inline HWND DisplayDibWindowCreateEx(HWND hwndParent,HINSTANCE hInstance,DWORD dwStyle) {
56 return CreateWindow(DISPLAYDIB_WINDOW_CLASS,"",dwStyle,0,0,GetSystemMetrics(SM_CXSCREEN),GetSystemMetrics(SM_CYSCREEN),hwndParent,NULL,(hInstance ? hInstance : GetWindowInstance(hwndParent)),NULL);
dimm.h 362 virtual HRESULT WINAPI EnumRegisterWordA(HKL hKL,LPSTR szReading,DWORD dwStyle,LPSTR szRegister,LPVOID pData,IEnumRegisterWordA **pEnum) = 0;
363 virtual HRESULT WINAPI EnumRegisterWordW(HKL hKL,LPWSTR szReading,DWORD dwStyle,LPWSTR szRegister,LPVOID pData,IEnumRegisterWordW **pEnum) = 0;
399 virtual HRESULT WINAPI RegisterWordA(HKL hKL,LPSTR szReading,DWORD dwStyle,LPSTR szRegister) = 0;
400 virtual HRESULT WINAPI RegisterWordW(HKL hKL,LPWSTR szReading,DWORD dwStyle,LPWSTR szRegister) = 0;
412 virtual HRESULT WINAPI UnregisterWordA(HKL hKL,LPSTR szReading,DWORD dwStyle,LPSTR szUnregister) = 0;
413 virtual HRESULT WINAPI UnregisterWordW(HKL hKL,LPWSTR szReading,DWORD dwStyle,LPWSTR szUnregister) = 0;
437 HRESULT (WINAPI *EnumRegisterWordA)(IActiveIMMApp *This,HKL hKL,LPSTR szReading,DWORD dwStyle,LPSTR szRegister,LPVOID pData,IEnumRegisterWordA **pEnum);
438 HRESULT (WINAPI *EnumRegisterWordW)(IActiveIMMApp *This,HKL hKL,LPWSTR szReading,DWORD dwStyle,LPWSTR szRegister,LPVOID pData,IEnumRegisterWordW **pEnum);
474 HRESULT (WINAPI *RegisterWordA)(IActiveIMMApp *This,HKL hKL,LPSTR szReading,DWORD dwStyle,LPSTR szRegister);
475 HRESULT (WINAPI *RegisterWordW)(IActiveIMMApp *This,HKL hKL,LPWSTR szReading,DWORD dwStyle,LPWSTR szRegister)
    [all...]
imm.h 28 DWORD dwStyle;
35 DWORD dwStyle;
42 DWORD dwStyle;
79 DWORD dwStyle;
84 DWORD dwStyle;
  /external/pdfium/core/include/fxge/
fpf.h 66 FX_DWORD dwStyle,
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_pictureboximp.h 33 FX_BOOL VStyle(FX_BOOL dwStyle);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_pictureboximp.cpp 127 FX_BOOL CFWL_PictureBoxImp::VStyle(FX_BOOL dwStyle) {
128 switch (dwStyle & FWL_STYLEEXT_PTB_VAlignMask) {
fwl_listboximp.cpp 215 FX_DWORD dwStyle = pData->GetItemStyles(m_pInterface, hItem);
216 if (dwStyle & FWL_ITEMSTATE_LTB_Selected) {
234 FX_DWORD dwStyle = pData->GetItemStyles(m_pInterface, hItem);
235 if (dwStyle & FWL_ITEMSTATE_LTB_Selected) {
257 FX_DWORD dwStyle = pData->GetItemStyles(m_pInterface, hItem);
258 if (dwStyle & FWL_ITEMSTATE_LTB_Selected) {
446 FX_DWORD dwStyle = pData->GetItemStyles(m_pInterface, hFocus);
447 dwStyle &= ~FWL_ITEMSTATE_LTB_Focused;
448 pData->SetItemStyles(m_pInterface, hFocus, dwStyle);
451 FX_DWORD dwStyle = pData->GetItemStyles(m_pInterface, hItem);
    [all...]
  /external/pdfium/xfa/include/fwl/basewidget/
fwl_listbox.h 83 FX_DWORD dwStyle) = 0;
  /external/pdfium/xfa/include/fwl/lightwidget/
combobox.h 93 FX_DWORD dwStyle);
listbox.h 69 FX_DWORD dwStyle);
  /external/pdfium/xfa/src/fgas/src/localization/
fx_localeimp.h 100 FX_DWORD& dwStyle,
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.cpp     [all...]
  /external/pdfium/xfa/src/fwl/src/lightwidget/
combobox.cpp 297 FX_DWORD dwStyle) {
300 reinterpret_cast<CFWL_ComboBoxItem*>(hItem)->m_dwStyles = dwStyle;
listbox.cpp 262 FX_DWORD dwStyle) {
265 reinterpret_cast<CFWL_ListItem*>(hItem)->m_dwStates = dwStyle;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.cpp 364 FX_DWORD dwStyle = pWidget->GetStylesEx();
366 switch (dwStyle & FWL_STYLEEXT_CKB_SignShapeMask) {

Completed in 417 milliseconds

1 2