Home
last modified time | relevance | path

Searched refs:numFound (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusFontCollection.h32 INT numFound = 0; in GetFamilyCount() local
35 nativeFontCollection, &numFound); in GetFamilyCount()
39 return numFound; in GetFamilyCount()
46 OUT INT * numFound in GetFamilies() argument
49 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()
DGdiPlusFlat.h2356 INT * numFound
2363 INT* numFound,
2463 INT * numFound
2471 INT* numFound
DGdiPlusHeaders.h361 OUT INT * numFound
/external/deqp/framework/delibs/depool/
DdePoolSet.c82 int numFound = 0; in dePoolSet_selfTest() local
89 numFound++; in dePoolSet_selfTest()
92 DE_TEST_ASSERT(numFound == deTestSet_getNumElements(set)); in dePoolSet_selfTest()
DdePoolHash.c98 int numFound = 0; in dePoolHash_selfTest() local
107 numFound++; in dePoolHash_selfTest()
110 DE_TEST_ASSERT(numFound == deTestHash_getNumElements(hash)); in dePoolHash_selfTest()
DdePoolHashSet.c108 int numFound = 0; in dePoolHashSet_selfTest()
117 numFound++; in dePoolHashSet_selfTest()
120 DE_TEST_ASSERT(numFound == deTestHash_getNumElements(hash)); in dePoolHashSet_selfTest()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp253 …yList)(GpFontCollection* fontCollection, INT numSought, GpFontFamily* gpfamilies[], INT* numFound);
254 …IPAPI *FuncType_GdipGetFontCollectionFamilyCount)(GpFontCollection* fontCollection, INT* numFound);