Searched refs:dwCount (Results 1 – 6 of 6) sorted by relevance
53 size_t dwCount = pA->size(); in GetIconBottomLeftPosition() local54 if (dwCount > 0) in GetIconBottomLeftPosition()56 if (dwCount > 1) in GetIconBottomLeftPosition()73 size_t dwCount = pA->size(); in GetIconPosition() local74 return {dwCount > 0 ? pA->GetNumberAt(0) : 0.0f, in GetIconPosition()75 dwCount > 1 ? pA->GetNumberAt(1) : 0.0f}; in GetIconPosition()
41 size_t dwCount = pEntry->size(); in GetColor() local42 if (dwCount == 1) { in GetColor()47 if (dwCount == 3) { in GetColor()54 if (dwCount == 4) { in GetColor()91 size_t dwCount = pEntry->size(); in GetOriginalColor() local92 if (dwCount == 1) { in GetOriginalColor()95 } else if (dwCount == 3) { in GetOriginalColor()100 } else if (dwCount == 4) { in GetOriginalColor()
189 size_t dwCount = pNames->size() / 2; in SearchNameNodeByName() local190 for (size_t i = 0; i < dwCount; i++) { in SearchNameNodeByName()205 *nIndex += dwCount; in SearchNameNodeByName()
103 ULONG dwCount = NULL; in IsVPCRunning() local105 hres = pEnumerator->Next( WBEM_INFINITE, 1, &pInstance, &dwCount); in IsVPCRunning()
365 DWORD dwCount = ::GetRegionData(hRgn, 0, nullptr); in CPSPrinterDriver() local366 if (dwCount) { in CPSPrinterDriver()367 std::vector<uint8_t> buffer(dwCount); in CPSPrinterDriver()369 if (::GetRegionData(hRgn, dwCount, pData)) { in CPSPrinterDriver()
289 uint32_t dwCount = *((uint32_t*)p); in LoadGlobalPersistentVariablesFromBuffer() local298 for (int32_t i = 0, sz = dwCount; i < sz; i++) { in LoadGlobalPersistentVariablesFromBuffer()