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

1 2

  /external/pdfium/core/src/fpdfdoc/
doc_formcontrol.cpp 343 FX_DWORD dwCount = pEntry->GetCount();
344 if (dwCount == 1) {
348 } else if (dwCount == 3) {
354 } else if (dwCount == 4) {
392 FX_DWORD dwCount = pEntry->GetCount();
393 if (dwCount == 1) {
396 } else if (dwCount == 3) {
401 } else if (dwCount == 4) {
doc_utils.cpp 283 FX_DWORD dwCount = 0;
291 dwCount++;
295 return dwCount;
312 FX_DWORD dwCount = 0;
324 if (dwCount == index) {
328 dwCount++;
666 FX_DWORD dwCount = pA->GetCount();
667 if (dwCount > 0) {
670 if (dwCount > 1) {
doc_ocg.cpp 15 FX_DWORD dwCount = pArray->GetCount();
16 for (FX_DWORD i = 0; i < dwCount; i++) {
33 FX_DWORD dwCount = pArray->GetCount();
34 for (FX_DWORD i = 0; i < dwCount; i++) {
doc_basic.cpp 94 FX_DWORD dwCount = pNames->GetCount() / 2;
95 for (FX_DWORD i = 0; i < dwCount; i++) {
111 nIndex += dwCount;
doc_form.cpp 552 FX_DWORD dwCount = m_pFieldTree->m_Root.CountFields();
553 for (FX_DWORD m = 0; m < dwCount; m++) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
audioclient.h     [all...]
vsprov.h 75 STDMETHOD_(HRESULT,OnLunStateChange)(THIS_ VDS_LUN_INFORMATION *pSnapshotLuns,VDS_LUN_INFORMATION *pOriginalLuns,DWORD dwCount,DWORD dwFlags) PURE;
77 STDMETHOD_(HRESULT,ResyncLuns)(THIS_ VDS_LUN_INFORMATION *pSourceLuns,VDS_LUN_INFORMATION *pTargetLuns,DWORD dwCount,IVssAsync **ppAsync) PURE;
92 #define IVssHardwareSnapshotProviderEx_OnLunStateChange(This,pSnapshotLuns,pOriginalLuns,dwCount,dwFlags) (This)->lpVtbl->OnLunStateChange(This,pSnapshotLuns,pOriginalLuns,dwCount,dwFlags)
94 #define IVssHardwareSnapshotProviderEx_ResyncLuns(This,pSourceLuns,pTargetLuns,dwCount,ppAsync) (This)->lpVtbl->ResyncLuns(This,pSourceLuns,pTargetLuns,dwCount,ppAsync)
objbase.h 267 WINOLEAPI CoGetInstanceFromFile(COSERVERINFO *pServerInfo,CLSID *pClsid,IUnknown *punkOuter,DWORD dwClsCtx,DWORD grfMode,OLECHAR *pwszName,DWORD dwCount,MULTI_QI *pResults);
268 WINOLEAPI CoGetInstanceFromIStorage(COSERVERINFO *pServerInfo,CLSID *pClsid,IUnknown *punkOuter,DWORD dwClsCtx,struct IStorage *pstg,DWORD dwCount,MULTI_QI *pResults);
269 WINOLEAPI CoCreateInstanceEx(REFCLSID Clsid,IUnknown *punkOuter,DWORD dwClsCtx,COSERVERINFO *pServerInfo,DWORD dwCount,MULTI_QI *pResults);
prntfont.h 125 DWORD dwCount;
authz.h 123 AUTHZAPI WINBOOL WINAPIV AuthzReportSecurityEvent(DWORD dwFlags,AUTHZ_SECURITY_EVENT_PROVIDER_HANDLE hEventProvider,DWORD dwAuditId,PSID pUserSid,DWORD dwCount,...);
dsclient.h 99 DWORD dwCount;
ntmsapi.h 101 DWORD WINAPI MountNtmsMedia(HANDLE hSession,LPNTMS_GUID lpMediaId,LPNTMS_GUID lpDriveId,DWORD dwCount,DWORD dwOptions,int dwPriority,DWORD dwTimeout,LPNTMS_MOUNT_INFORMATION lpMountInformation);
102 DWORD WINAPI DismountNtmsMedia(HANDLE hSession,LPNTMS_GUID lpMediaId,DWORD dwCount,DWORD dwOptions);
    [all...]
icm.h 20 DWORD dwCount;
446 WINBOOL WINAPI CMConvertColorNameToIndex(HPROFILE hProfile,PCOLOR_NAME paColorName,PDWORD paIndex,DWORD dwCount);
447 WINBOOL WINAPI CMConvertIndexToColorName(HPROFILE hProfile,PDWORD paIndex,PCOLOR_NAME paColorName,DWORD dwCount);
shellapi.h 563 STDAPI SHSetUnreadMailCountA(LPCSTR pszMailAddress,DWORD dwCount,LPCSTR pszShellExecuteCommand);
564 STDAPI SHSetUnreadMailCountW(LPCWSTR pszMailAddress,DWORD dwCount,LPCWSTR pszShellExecuteCommand);
imm.h 43 DWORD dwCount;
mfapi.h 378 HRESULT WINAPI MFConvertFromFP16Array(float *pDest,const WORD *pSrc,DWORD dwCount);
379 HRESULT WINAPI MFConvertToFP16Array(WORD *pDest,const float *pSrc,DWORD dwCount);
    [all...]
winsock2.h 789 DWORD dwCount;
796 DWORD dwCount;
    [all...]
d3dtypes.h 997 DWORD dwCount;
    [all...]
ddraw.h     [all...]
dmusicc.h 621 STDMETHOD(GetDLId)(THIS_ DWORD *pdwStartDLId, DWORD dwCount) PURE;
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Icon.cpp 133 FX_DWORD dwCount = pA->GetCount();
134 if (dwCount > 0)
136 if (dwCount > 1)
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 431 FX_DWORD dwCount = pNumbers->GetCount() / 2;
432 for (FX_DWORD i = 0; i < dwCount; i++) {
  /external/pdfium/fpdfsdk/src/javascript/
JS_GlobalData.cpp 331 FX_DWORD dwCount = *((FX_DWORD*)p);
338 for (int32_t i = 0, sz = dwCount; i < sz; i++) {
  /external/pdfium/xfa/src/fgas/src/font/
fx_gdifont.cpp 200 FX_DWORD dwCount = 0;
201 m_hRes = ::AddFontMemResourceEx((void*)pBuffer, iLength, 0, &dwCount);
  /external/opencv3/3rdparty/include/dshow/
ddraw.h     [all...]

Completed in 544 milliseconds

1 2