Home
last modified time | relevance | path

Searched refs:dwType (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp181 const uint32_t dwType = property->dwType; in AddProperty() local
182 switch (dwType & 0x0F) { in AddProperty()
191 const uint32_t dwMatch = dwType & guess; in AddProperty()
217 if ((dwType & ~guess) == CFX_CSSVALUETYPE_Primitive) in AddProperty()
334 const uint32_t dwType = pProperty->dwType; in ParseValueListProperty() local
340 if (dwType & CFX_CSSVALUETYPE_MaybeNumber) { in ParseValueListProperty()
349 if (dwType & CFX_CSSVALUETYPE_MaybeColor) { in ParseValueListProperty()
356 if (dwType & CFX_CSSVALUETYPE_MaybeEnum) { in ParseValueListProperty()
365 if (dwType & CFX_CSSVALUETYPE_MaybeString) { in ParseValueListProperty()
371 if (dwType & CFX_CSSVALUETYPE_MaybeColor) { in ParseValueListProperty()
Dcfx_cssdata.h21 uint32_t dwType; member
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.h32 CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr);
33 CXFA_LocaleValue(uint32_t dwType,
36 CXFA_LocaleValue(uint32_t dwType,
Dcxfa_localevalue.cpp94 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr) in CXFA_LocaleValue() argument
96 m_dwType(dwType), in CXFA_LocaleValue()
99 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, in CXFA_LocaleValue() argument
104 m_dwType(dwType), in CXFA_LocaleValue()
105 m_bValid(ValidateCanonicalValue(wsValue, dwType)) {} in CXFA_LocaleValue()
107 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, in CXFA_LocaleValue() argument
113 m_dwType(dwType), in CXFA_LocaleValue()
Dcxfa_node.cpp4707 uint32_t dwType = widgetValue.GetType(); in GetPictureContent() local
4708 switch (dwType) { in GetPictureContent()
4739 uint32_t dwType = widgetValue.GetType(); in GetPictureContent() local
4740 switch (dwType) { in GetPictureContent()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.cpp43 DWORD dwType; // Must be 0x1000. member
53 info.dwType = 0x1000; in LegacySetThreadName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DThreading.inc69 DWORD dwType; // Must be 0x1000.
77 info.dwType = 0x1000;
/external/webrtc/rtc_base/
Dplatform_thread_types.cc93 DWORD dwType; in SetCurrentThreadName() member
/external/pdfium/xfa/fgas/layout/
Dcfx_break.h73 FX_CHARTYPE GetUnifiedCharType(FX_CHARTYPE dwType) const;
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DDebuggerThread.cpp319 if (dbe.u.RipInfo.dwType == SLE_ERROR) in DebugLoop()
522 info.dwError, info.dwType, m_process.GetProcessId(), thread_id); in HandleRipEvent()
525 m_debug_delegate->OnDebuggerError(error, info.dwType); in HandleRipEvent()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp288 void CPDFXFA_Context::Beep(uint32_t dwType) { in Beep() argument
290 m_pFormFillEnv->JS_appBeep(dwType); in Beep()
Dcpdfxfa_context.h69 void Beep(uint32_t dwType) override;
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp403 uint32_t dwType = 4; in beep() local
405 dwType = runtime->ToInt32(params[0]); in beep()
407 pNotify->GetAppProvider()->Beep(dwType); in beep()
/external/skia/src/ports/
DSkImageEncoder_WIC.cpp142 name.dwType = PROPBAG2_TYPE_DATA; in SkEncodeImageWithWIC()
/external/skqp/src/ports/
DSkImageEncoder_WIC.cpp142 name.dwType = PROPBAG2_TYPE_DATA; in SkEncodeImageWithWIC()
/external/pdfium/xfa/fxfa/
Dfxfa.h122 virtual void Beep(uint32_t dwType) = 0;
/external/llvm-project/llvm/lib/Support/Windows/
DThreading.inc71 DWORD dwType; // Must be 0x1000.
79 info.dwType = 0x1000;
/external/libcups/cups/
Dtls-sspi.c1025 DWORD dwType; /* Type */ in _httpTLSStop() local
1032 dwType = SCHANNEL_SHUTDOWN; in _httpTLSStop()
1034 buffers[0].pvBuffer = &dwType; in _httpTLSStop()
1036 buffers[0].cbBuffer = sizeof(dwType); in _httpTLSStop()
2381 chainPara.RequestedUsage.dwType = USAGE_MATCH_TYPE_OR; in http_sspi_verify()
/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc76 DWORD dwType; // must be 0x1000 member