HomeSort by relevance Sort by last modified time
    Searched defs:dwStyle (Results 1 - 18 of 18) sorted by null

  /external/pdfium/xfa/fgas/font/
cfgas_defaultfontmanager.cpp 26 uint32_t dwStyle = 0;
29 dwStyle |= FXFONT_BOLD;
31 dwStyle |= FXFONT_ITALIC;
42 pFont = pFontMgr->LoadFont(wsReplace.c_str(), dwStyle, 0xFFFF);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 82 DWORD dwStyle;
182 dwStyle = WS_CLIPSIBLINGS | WS_CLIPCHILDREN;
190 dwStyle |= WS_VISIBLE | WS_OVERLAPPEDWINDOW;
192 dwStyle |= WS_POPUPWINDOW;
210 AdjustWindowRectEx(&rect, dwStyle, FALSE, dwExStyle);
215 dwStyle,
  /external/pdfium/xfa/fwl/theme/
cfwl_checkboxtp.cpp 291 uint32_t dwStyle = pWidget->GetStylesEx();
293 switch (dwStyle & FWL_STYLEEXT_CKB_SignShapeMask) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctfutb.h 78 DWORD dwStyle;
    [all...]
digitalv.h 512 DWORD dwStyle;
522 DWORD dwStyle;
imm.h 28 DWORD dwStyle;
35 DWORD dwStyle;
42 DWORD dwStyle;
79 DWORD dwStyle;
84 DWORD dwStyle;
urlmon.h     [all...]
mmsystem.h     [all...]
shlobj.h     [all...]
shobjidl.h     [all...]
winuser.h     [all...]
  /external/pdfium/xfa/fwl/
cfwl_listbox.cpp 293 uint32_t dwStyle = hFocus->GetStates();
294 dwStyle &= ~FWL_ITEMSTATE_LTB_Focused;
295 hFocus->SetStates(dwStyle);
298 uint32_t dwStyle = pItem->GetStates();
299 dwStyle |= FWL_ITEMSTATE_LTB_Focused;
300 pItem->SetStates(dwStyle);
  /external/pdfium/xfa/fxfa/
cxfa_ffdocview.cpp 508 uint32_t dwStyle = XFA_RESOLVENODE_Children | XFA_RESOLVENODE_Properties |
524 &resolveNodeRS, dwStyle, nullptr)) {
739 uint32_t dwStyle = XFA_RESOLVENODE_Children | XFA_RESOLVENODE_Properties |
744 dwStyle, nullptr);
cxfa_textparser.cpp 332 uint32_t dwStyle = 0;
337 dwStyle |= FXFONT_BOLD;
339 dwStyle |= FXFONT_BOLD;
347 dwStyle = 0;
349 dwStyle |= FXFONT_BOLD;
351 dwStyle |= FXFONT_ITALIC;
355 return pFontMgr->GetFont(doc, wsFamily.AsStringView(), dwStyle);
cxfa_textlayout.cpp 97 uint32_t dwStyle = FX_LAYOUTSTYLE_ExpandTab;
99 dwStyle |= FX_LAYOUTSTYLE_Pagination;
101 auto pBreak = pdfium::MakeUnique<CFX_RTFBreak>(dwStyle);
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 419 milliseconds