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

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusFontCollection.h21 nativeFontCollection = NULL;
35 nativeFontCollection, &numFound);
62 nativeFontCollection,
97 nativeFontCollection = NULL;
98 lastResult = DllExports::GdipNewInstalledFontCollection(&nativeFontCollection);
110 return SetStatus(DllExports::GdipInstallFontFile(nativeFontCollection, filename));
116 return SetStatus(DllExports::GdipUninstallFontFile(nativeFontCollection, filename));
123 nativeFontCollection = NULL;
124 lastResult = DllExports::GdipNewPrivateFontCollection(&nativeFontCollection);
130 DllExports::GdipDeletePrivateFontCollection(&nativeFontCollection);
[all...]
H A DGdiPlusFontFamily.h34 fontCollection ? fontCollection->nativeFontCollection : NULL,
H A DGdiPlusHeaders.h377 GpFontCollection *nativeFontCollection; member in class:FontCollection

Completed in 161 milliseconds