Searched refs:dwCount (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_iconfit.cpp38 uint32_t dwCount = pA->GetCount(); local
39 if (dwCount > 0)
41 if (dwCount > 1)
H A Dcpdf_apsettings.cpp36 size_t dwCount = pEntry->GetCount(); local
37 if (dwCount == 1) {
42 if (dwCount == 3) {
49 if (dwCount == 4) {
87 size_t dwCount = pEntry->GetCount();
88 if (dwCount == 1) {
91 } else if (dwCount == 3) {
96 } else if (dwCount == 4) {
H A Dcpdf_nametree.cpp42 size_t dwCount = pNames->GetCount() / 2; local
43 for (size_t i = 0; i < dwCount; i++) {
57 nIndex += dwCount;
H A Dcpdf_interform.cpp843 size_t dwCount = m_pFieldTree->m_Root.CountFields(); local
844 for (size_t m = 0; m < dwCount; ++m) {
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTMisc.cpp103 unsigned int dwCount; local
152 dwCount = 0;
191 dwCount++;
203 dwCount++;
225 dwCount++;
231 _ASSERT(dwCount <= 5);
232 _ASSERT(dwCount != 1);
233 _ASSERT(dwCount != 2);
235 return dwCount;
/external/mdnsresponder/mDNSWindows/
H A DVPCDetect.cpp103 ULONG dwCount = NULL; local
105 hres = pEnumerator->Next( WBEM_INFINITE, 1, &pInstance, &dwCount);
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Icon.cpp143 size_t dwCount = pA->GetCount(); local
144 if (dwCount > 0)
146 if (dwCount > 1)
/external/pdfium/fpdfsdk/javascript/
H A DJS_GlobalData.cpp239 uint32_t dwCount = *((uint32_t*)p); local
246 for (int32_t i = 0, sz = dwCount; i < sz; i++) {
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_parser.cpp1556 uint32_t dwCount = 0; local
1559 ++dwCount;
1566 m_LastXRefOffset += dwCount;

Completed in 163 milliseconds