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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddisplay.cpp155 CGDisplayCount theCount; local
156 CGDisplayErr err = CGGetDisplaysWithPoint(thePoint, 1, &theID, &theCount);
161 if (theCount)
163 theCount = GetCount();
164 CGDirectDisplayID* theIDs = new CGDirectDisplayID[theCount];
165 err = wxOSXGetDisplayList(theCount, theIDs, &theCount);
168 for (nWhich = 0; nWhich < (int) theCount; ++nWhich)
176 if (nWhich == (int) theCount)
188 CGDisplayCount theCount local
[all...]

Completed in 31 milliseconds