Searched refs:numFound (Results 1 – 7 of 7) sorted by relevance
32 INT numFound = 0; in GetFamilyCount() local35 nativeFontCollection, &numFound); in GetFamilyCount()39 return numFound; in GetFamilyCount()46 OUT INT * numFound in GetFamilies() argument49 if (numSought <= 0 || gpfamilies == NULL || numFound == NULL) in GetFamilies()53 *numFound = 0; in GetFamilies()65 numFound in GetFamilies()69 for (INT i = 0; i < *numFound; i++) in GetFamilies()
2356 INT * numFound2363 INT* numFound,2463 INT * numFound2471 INT* numFound
361 OUT INT * numFound
82 int numFound = 0; in dePoolSet_selfTest() local89 numFound++; in dePoolSet_selfTest()92 DE_TEST_ASSERT(numFound == deTestSet_getNumElements(set)); in dePoolSet_selfTest()
98 int numFound = 0; in dePoolHash_selfTest() local107 numFound++; in dePoolHash_selfTest()110 DE_TEST_ASSERT(numFound == deTestHash_getNumElements(hash)); in dePoolHash_selfTest()
108 int numFound = 0; in dePoolHashSet_selfTest()117 numFound++; in dePoolHashSet_selfTest()120 DE_TEST_ASSERT(numFound == deTestHash_getNumElements(hash)); in dePoolHashSet_selfTest()
253 …yList)(GpFontCollection* fontCollection, INT numSought, GpFontFamily* gpfamilies[], INT* numFound);254 …IPAPI *FuncType_GdipGetFontCollectionFamilyCount)(GpFontCollection* fontCollection, INT* numFound);