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

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/xfa/fxfa/
cxfa_ffsignature.h 24 bool OnLButtonDown(uint32_t dwFlags, const CFX_PointF& point) override;
25 bool OnLButtonUp(uint32_t dwFlags, const CFX_PointF& point) override;
26 bool OnLButtonDblClk(uint32_t dwFlags, const CFX_PointF& point) override;
27 bool OnMouseMove(uint32_t dwFlags, const CFX_PointF& point) override;
28 bool OnMouseWheel(uint32_t dwFlags,
31 bool OnRButtonDown(uint32_t dwFlags, const CFX_PointF& point) override;
32 bool OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point) override;
33 bool OnRButtonDblClk(uint32_t dwFlags, const CFX_PointF& point) override;
35 bool OnKeyDown(uint32_t dwKeyCode, uint32_t dwFlags) override;
36 bool OnKeyUp(uint32_t dwKeyCode, uint32_t dwFlags) override
    [all...]
cxfa_ffsignature.cpp 47 bool CXFA_FFSignature::OnLButtonDown(uint32_t dwFlags,
52 bool CXFA_FFSignature::OnLButtonUp(uint32_t dwFlags, const CFX_PointF& point) {
56 bool CXFA_FFSignature::OnLButtonDblClk(uint32_t dwFlags,
61 bool CXFA_FFSignature::OnMouseMove(uint32_t dwFlags, const CFX_PointF& point) {
65 bool CXFA_FFSignature::OnMouseWheel(uint32_t dwFlags,
71 bool CXFA_FFSignature::OnRButtonDown(uint32_t dwFlags,
76 bool CXFA_FFSignature::OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point) {
80 bool CXFA_FFSignature::OnRButtonDblClk(uint32_t dwFlags,
85 bool CXFA_FFSignature::OnKeyDown(uint32_t dwKeyCode, uint32_t dwFlags) {
89 bool CXFA_FFSignature::OnKeyUp(uint32_t dwKeyCode, uint32_t dwFlags) {
    [all...]
cxfa_fftext.h 18 bool OnLButtonDown(uint32_t dwFlags, const CFX_PointF& point) override;
19 bool OnLButtonUp(uint32_t dwFlags, const CFX_PointF& point) override;
20 bool OnMouseMove(uint32_t dwFlags, const CFX_PointF& point) override;
cxfa_fffield.h 36 bool OnLButtonDown(uint32_t dwFlags, const CFX_PointF& point) override;
37 bool OnLButtonUp(uint32_t dwFlags, const CFX_PointF& point) override;
38 bool OnLButtonDblClk(uint32_t dwFlags, const CFX_PointF& point) override;
39 bool OnMouseMove(uint32_t dwFlags, const CFX_PointF& point) override;
40 bool OnMouseWheel(uint32_t dwFlags,
43 bool OnRButtonDown(uint32_t dwFlags, const CFX_PointF& point) override;
44 bool OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point) override;
45 bool OnRButtonDblClk(uint32_t dwFlags, const CFX_PointF& point) override;
49 bool OnKeyDown(uint32_t dwKeyCode, uint32_t dwFlags) override;
50 bool OnKeyUp(uint32_t dwKeyCode, uint32_t dwFlags) override
    [all...]
cxfa_ffwidget.h 81 virtual bool OnLButtonDown(uint32_t dwFlags, const CFX_PointF& point);
82 virtual bool OnLButtonUp(uint32_t dwFlags, const CFX_PointF& point);
83 virtual bool OnLButtonDblClk(uint32_t dwFlags, const CFX_PointF& point);
84 virtual bool OnMouseMove(uint32_t dwFlags, const CFX_PointF& point);
85 virtual bool OnMouseWheel(uint32_t dwFlags,
88 virtual bool OnRButtonDown(uint32_t dwFlags, const CFX_PointF& point);
89 virtual bool OnRButtonUp(uint32_t dwFlags, const CFX_PointF& point);
90 virtual bool OnRButtonDblClk(uint32_t dwFlags, const CFX_PointF& point);
94 virtual bool OnKeyDown(uint32_t dwKeyCode, uint32_t dwFlags);
95 virtual bool OnKeyUp(uint32_t dwKeyCode, uint32_t dwFlags);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msctfmonitorapi.h 17 DWORD dwFlags
wptypes.h 17 DWORD dwFlags;
24 DWORD dwFlags;
31 DWORD dwFlags;
40 DWORD dwFlags;
datetimeapi.h 19 WINBASEAPI int WINAPI GetTimeFormatEx (LPCWSTR lpLocaleName, DWORD dwFlags, CONST SYSTEMTIME *lpTime, LPCWSTR lpFormat, LPWSTR lpTimeStr, int cchTime);
20 WINBASEAPI int WINAPI GetDateFormatEx (LPCWSTR lpLocaleName, DWORD dwFlags, CONST SYSTEMTIME *lpDate, LPCWSTR lpFormat, LPWSTR lpDateStr, int cchDate, LPCWSTR lpCalendar);
24 WINBASEAPI int WINAPI GetDateFormatA (LCID Locale, DWORD dwFlags, CONST SYSTEMTIME *lpDate, LPCSTR lpFormat, LPSTR lpDateStr, int cchDate);
25 WINBASEAPI int WINAPI GetDateFormatW (LCID Locale, DWORD dwFlags, CONST SYSTEMTIME *lpDate, LPCWSTR lpFormat, LPWSTR lpDateStr, int cchDate);
26 WINBASEAPI int WINAPI GetTimeFormatA (LCID Locale, DWORD dwFlags, CONST SYSTEMTIME *lpTime, LPCSTR lpFormat, LPSTR lpTimeStr, int cchTime);
27 WINBASEAPI int WINAPI GetTimeFormatW (LCID Locale, DWORD dwFlags, CONST SYSTEMTIME *lpTime, LPCWSTR lpFormat, LPWSTR lpTimeStr, int cchTime);
eaphostpeerconfigapis.h 17 DWORD dwFlags,
31 DWORD dwFlags,
50 DWORD dwFlags,
60 DWORD dwFlags,
71 DWORD dwFlags,
80 DWORD dwFlags,
92 DWORD dwFlags,
108 DWORD dwFlags,
123 DWORD dwFlags,
strsafe.h 113 #define STRSAFE_GET_FILL_PATTERN(dwFlags) ((int)(dwFlags & 0x000000FF))
127 STRSAFEAPI StringCopyExWorkerA(STRSAFE_LPSTR pszDest,size_t cchDest,size_t cbDest,STRSAFE_LPCSTR pszSrc,STRSAFE_LPSTR *ppszDestEnd,size_t *pcchRemaining,unsigned __LONG32 dwFlags);
128 STRSAFEAPI StringCopyExWorkerW(STRSAFE_LPWSTR pszDest,size_t cchDest,size_t cbDest,STRSAFE_LPCWSTR pszSrc,STRSAFE_LPWSTR *ppszDestEnd,size_t *pcchRemaining,unsigned __LONG32 dwFlags);
131 STRSAFEAPI StringCopyNExWorkerA(STRSAFE_LPSTR pszDest,size_t cchDest,size_t cbDest,STRSAFE_LPCSTR pszSrc,size_t cchToCopy,STRSAFE_LPSTR *ppszDestEnd,size_t *pcchRemaining,unsigned __LONG32 dwFlags);
132 STRSAFEAPI StringCopyNExWorkerW(STRSAFE_LPWSTR pszDest,size_t cchDest,size_t cbDest,STRSAFE_LPCWSTR pszSrc,size_t cchToCopy,STRSAFE_LPWSTR *ppszDestEnd,size_t *pcchRemaining,unsigned __LONG32 dwFlags);
135 STRSAFEAPI StringCatExWorkerA(STRSAFE_LPSTR pszDest,size_t cchDest,size_t cbDest,STRSAFE_LPCSTR pszSrc,STRSAFE_LPSTR *ppszDestEnd,size_t *pcchRemaining,unsigned __LONG32 dwFlags);
136 STRSAFEAPI StringCatExWorkerW(STRSAFE_LPWSTR pszDest,size_t cchDest,size_t cbDest,STRSAFE_LPCWSTR pszSrc,STRSAFE_LPWSTR *ppszDestEnd,size_t *pcchRemaining,unsigned __LONG32 dwFlags);
139 STRSAFEAPI StringCatNExWorkerA(STRSAFE_LPSTR pszDest,size_t cchDest,size_t cbDest,STRSAFE_LPCSTR pszSrc,size_t cchToAppend,STRSAFE_LPSTR *ppszDestEnd,size_t *pcchRemaining,unsigned __LONG32 dwFlags);
140 STRSAFEAPI StringCatNExWorkerW(STRSAFE_LPWSTR pszDest,size_t cchDest,size_t cbDest,STRSAFE_LPCWSTR pszSrc,size_t cchToAppend,STRSAFE_LPWSTR *ppszDestEnd,size_t *pcchRemaining,unsigned __LONG32 dwFlags);
    [all...]
profinfo.h 13 DWORD dwFlags;
24 DWORD dwFlags;
pstore.h 340 virtual HRESULT WINAPI GetProvParam(DWORD dwParam,DWORD *pcbData,BYTE **ppbData,DWORD dwFlags) = 0;
341 virtual HRESULT WINAPI SetProvParam(DWORD dwParam,DWORD cbData,BYTE *pbData,DWORD dwFlags) = 0;
342 virtual HRESULT WINAPI CreateType(PST_KEY Key,const GUID *pType,PPST_TYPEINFO pInfo,DWORD dwFlags) = 0;
343 virtual HRESULT WINAPI GetTypeInfo(PST_KEY Key,const GUID *pType,PPST_TYPEINFO *ppInfo,DWORD dwFlags) = 0;
344 virtual HRESULT WINAPI DeleteType(PST_KEY Key,const GUID *pType,DWORD dwFlags) = 0;
345 virtual HRESULT WINAPI CreateSubtype(PST_KEY Key,const GUID *pType,const GUID *pSubtype,PPST_TYPEINFO pInfo,PPST_ACCESSRULESET pRules,DWORD dwFlags) = 0;
346 virtual HRESULT WINAPI GetSubtypeInfo(PST_KEY Key,const GUID *pType,const GUID *pSubtype,PPST_TYPEINFO *ppInfo,DWORD dwFlags) = 0;
347 virtual HRESULT WINAPI DeleteSubtype(PST_KEY Key,const GUID *pType,const GUID *pSubtype,DWORD dwFlags) = 0;
348 virtual HRESULT WINAPI ReadAccessRuleset(PST_KEY Key,const GUID *pType,const GUID *pSubtype,PPST_ACCESSRULESET *ppRules,DWORD dwFlags) = 0;
349 virtual HRESULT WINAPI WriteAccessRuleset(PST_KEY Key,const GUID *pType,const GUID *pSubtype,PPST_ACCESSRULESET pRules,DWORD dwFlags) = 0
    [all...]
dmusbuff.h 48 DWORD dwFlags;
i_cryptasn1tls.h 18 HCRYPTASN1MODULE WINAPI I_CryptInstallAsn1Module(ASN1module_t pMod,DWORD dwFlags,void *pvReserved);
loadperf.h 30 LOADPERF_FUNCTION InstallPerfDllW(LPCWSTR szComputerName,LPCWSTR lpIniFile,ULONG_PTR dwFlags);
31 LOADPERF_FUNCTION InstallPerfDllA(LPCSTR szComputerName,LPCSTR lpIniFile,ULONG_PTR dwFlags);
36 LOADPERF_FUNCTION UpdatePerfNameFilesA(LPCSTR szNewCtrFilePath,LPCSTR szNewHlpFilePath,LPSTR szLanguageID,ULONG_PTR dwFlags);
37 LOADPERF_FUNCTION UpdatePerfNameFilesW(LPCWSTR szNewCtrFilePath,LPCWSTR szNewHlpFilePath,LPWSTR szLanguageID,ULONG_PTR dwFlags);
heapapi.h 30 WINBASEAPI WINBOOL WINAPI HeapValidate (HANDLE hHeap, DWORD dwFlags, LPCVOID lpMem);
31 WINBASEAPI SIZE_T WINAPI HeapCompact (HANDLE hHeap, DWORD dwFlags);
32 WINBOOL WINAPI HeapSummary (HANDLE hHeap, DWORD dwFlags, LPHEAP_SUMMARY lpSummary);
42 WINBASEAPI LPVOID WINAPI HeapAlloc (HANDLE hHeap, DWORD dwFlags, SIZE_T dwBytes);
43 WINBASEAPI LPVOID WINAPI HeapReAlloc (HANDLE hHeap, DWORD dwFlags, LPVOID lpMem, SIZE_T dwBytes);
44 WINBASEAPI WINBOOL WINAPI HeapFree (HANDLE hHeap, DWORD dwFlags, LPVOID lpMem);
45 WINBASEAPI SIZE_T WINAPI HeapSize (HANDLE hHeap, DWORD dwFlags, LPCVOID lpMem);
ncrypt.h 161 DWORD dwFlags;
206 DWORD dwFlags;
213 DWORD dwFlags;
221 SECURITY_STATUS WINAPI NCryptOpenStorageProvider (NCRYPT_PROV_HANDLE *phProvider, LPCWSTR pszProviderName, DWORD dwFlags);
222 SECURITY_STATUS WINAPI NCryptEnumAlgorithms (NCRYPT_PROV_HANDLE hProvider, DWORD dwAlgOperations, DWORD *pdwAlgCount, NCryptAlgorithmName **ppAlgList, DWORD dwFlags);
223 SECURITY_STATUS WINAPI NCryptIsAlgSupported (NCRYPT_PROV_HANDLE hProvider, LPCWSTR pszAlgId, DWORD dwFlags);
224 SECURITY_STATUS WINAPI NCryptEnumKeys (NCRYPT_PROV_HANDLE hProvider, LPCWSTR pszScope, NCryptKeyName **ppKeyName, PVOID *ppEnumState, DWORD dwFlags);
225 SECURITY_STATUS WINAPI NCryptEnumStorageProviders (DWORD *pdwProviderCount, NCryptProviderName **ppProviderList, DWORD dwFlags);
227 SECURITY_STATUS WINAPI NCryptOpenKey (NCRYPT_PROV_HANDLE hProvider, NCRYPT_KEY_HANDLE *phKey, LPCWSTR pszKeyName, DWORD dwLegacyKeySpec, DWORD dwFlags);
228 SECURITY_STATUS WINAPI NCryptCreatePersistedKey (NCRYPT_PROV_HANDLE hProvider, NCRYPT_KEY_HANDLE *phKey, LPCWSTR pszAlgId, LPCWSTR pszKeyName, DWORD dwLegacyKeySpec, DWORD dwFlags);
    [all...]
cardmod.h 83 DWORD dwFlags,
91 DWORD dwFlags,
99 DWORD dwFlags
111 DWORD dwFlags;
143 DWORD dwFlags;
178 DWORD dwFlags,
187 DWORD dwFlags,
220 DWORD dwFlags
231 DWORD dwFlags,
238 DWORD dwFlags
    [all...]
ddstream.h 103 DWORD dwFlags,
142 DWORD dwFlags);
146 DWORD dwFlags,
152 DWORD dwFlags,
157 DWORD dwFlags);
184 DWORD dwFlags,
206 #define IDirectDrawMediaStream_SetSameFormat(This,pStreamThatHasDesiredFormat,dwFlags) (This)->lpVtbl->SetSameFormat(This,pStreamThatHasDesiredFormat,dwFlags)
207 #define IDirectDrawMediaStream_AllocateSample(This,dwFlags,ppSample) (This)->lpVtbl->AllocateSample(This,dwFlags,ppSample
    [all...]
urlhist.h 77 DWORD dwFlags;
101 DWORD dwFlags) = 0;
144 DWORD dwFlags);
163 #define IEnumSTATURL_SetFilter(This,poszFilter,dwFlags) (This)->lpVtbl->SetFilter(This,poszFilter,dwFlags)
188 static FORCEINLINE HRESULT IEnumSTATURL_SetFilter(IEnumSTATURL* This,LPCOLESTR poszFilter,DWORD dwFlags) {
189 return This->lpVtbl->SetFilter(This,poszFilter,dwFlags);
232 DWORD dwFlags);
256 DWORD dwFlags) = 0;
260 DWORD dwFlags) = 0
    [all...]
austream.h 91 DWORD dwFlags,
127 DWORD dwFlags);
131 DWORD dwFlags,
137 DWORD dwFlags,
142 DWORD dwFlags);
156 DWORD dwFlags,
174 #define IAudioMediaStream_SetSameFormat(This,pStreamThatHasDesiredFormat,dwFlags) (This)->lpVtbl->SetSameFormat(This,pStreamThatHasDesiredFormat,dwFlags)
175 #define IAudioMediaStream_AllocateSample(This,dwFlags,ppSample) (This)->lpVtbl->AllocateSample(This,dwFlags,ppSample
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTGeometry.h 33 @param[in] dwFlags PVRTGEOMETRY_SORT_* flags
43 const unsigned int dwFlags);
  /external/pdfium/xfa/fxfa/parser/
xfa_resolvenode_rs.h 44 XFA_ResolveNode_RSType dwFlags;
49 : dwFlags(XFA_ResolveNode_RSType_Nodes), pScriptAttribute(nullptr) {}
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 164 INTERCEPTOR_WINAPI(LPVOID, HeapAlloc, HANDLE hHeap, DWORD dwFlags,
171 if (dwFlags == HEAP_ZERO_MEMORY)
174 CHECK(dwFlags == 0 && "unsupported heap flags");
178 INTERCEPTOR_WINAPI(BOOL, HeapFree, HANDLE hHeap, DWORD dwFlags, LPVOID lpMem) {
179 CHECK(dwFlags == 0 && "unsupported heap flags");
185 INTERCEPTOR_WINAPI(LPVOID, HeapReAlloc, HANDLE hHeap, DWORD dwFlags,
189 if (dwFlags & HEAP_REALLOC_IN_PLACE_ONLY)
191 CHECK(dwFlags == 0 && "unsupported heap flags");
195 INTERCEPTOR_WINAPI(SIZE_T, HeapSize, HANDLE hHeap, DWORD dwFlags,
197 CHECK(dwFlags == 0 && "unsupported heap flags")
    [all...]
  /external/curl/lib/
idn_win32.c 41 IdnToAscii(_In_ DWORD dwFlags,
47 IdnToUnicode(_In_ DWORD dwFlags,
53 WINBASEAPI int WINAPI IdnToAscii(DWORD dwFlags,
58 WINBASEAPI int WINAPI IdnToUnicode(DWORD dwFlags,

Completed in 920 milliseconds

1 2 3 4 5 6 7 8 91011>>