Home
last modified time | relevance | path

Searched refs:dwCount (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_apsettings.cpp40 size_t dwCount = pEntry->GetCount(); in GetColor() local
41 if (dwCount == 1) { in GetColor()
46 if (dwCount == 3) { in GetColor()
53 if (dwCount == 4) { in GetColor()
90 size_t dwCount = pEntry->GetCount(); in GetOriginalColor() local
91 if (dwCount == 1) { in GetOriginalColor()
94 } else if (dwCount == 3) { in GetOriginalColor()
99 } else if (dwCount == 4) { in GetOriginalColor()
Dcpdf_iconfit.cpp44 uint32_t dwCount = pA->GetCount(); in GetIconPosition() local
45 if (dwCount > 0) in GetIconPosition()
47 if (dwCount > 1) in GetIconPosition()
Dcpdf_nametree.cpp189 size_t dwCount = pNames->GetCount() / 2; in SearchNameNodeByName() local
190 for (size_t i = 0; i < dwCount; i++) { in SearchNameNodeByName()
205 *nIndex += dwCount; in SearchNameNodeByName()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMisc.cpp103 unsigned int dwCount; in PVRTMiscCalculateInfinitePlane() local
152 dwCount = 0; in PVRTMiscCalculateInfinitePlane()
191 dwCount++; in PVRTMiscCalculateInfinitePlane()
203 dwCount++; in PVRTMiscCalculateInfinitePlane()
225 dwCount++; in PVRTMiscCalculateInfinitePlane()
231 _ASSERT(dwCount <= 5); in PVRTMiscCalculateInfinitePlane()
232 _ASSERT(dwCount != 1); in PVRTMiscCalculateInfinitePlane()
233 _ASSERT(dwCount != 2); in PVRTMiscCalculateInfinitePlane()
235 return dwCount; in PVRTMiscCalculateInfinitePlane()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_icon.cpp57 size_t dwCount = pA->GetCount(); in GetIconPosition() local
58 return {dwCount > 0 ? pA->GetNumberAt(0) : 0.0f, in GetIconPosition()
59 dwCount > 1 ? pA->GetNumberAt(1) : 0.0f}; in GetIconPosition()
/external/mdnsresponder/mDNSWindows/
DVPCDetect.cpp103 ULONG dwCount = NULL; in IsVPCRunning() local
105 hres = pEnumerator->Next( WBEM_INFINITE, 1, &pInstance, &dwCount); in IsVPCRunning()
/external/pdfium/fxjs/
Dcjs_globaldata.cpp239 uint32_t dwCount = *((uint32_t*)p); in LoadGlobalPersistentVariables() local
246 for (int32_t i = 0, sz = dwCount; i < sz; i++) { in LoadGlobalPersistentVariables()
/external/syzkaller/sys/windows/
Dwindows.txt652 CreateTapePartition(hDevice HANDLE, dwPartitionMethod int32, dwCount int32, dwSize int32)