HomeSort by relevance Sort by last modified time
    Searched refs:nativeFontCollection (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusFontCollection.h 21 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...]
GdiPlusFontFamily.h 34 fontCollection ? fontCollection->nativeFontCollection : NULL,
GdiPlusHeaders.h 377 GpFontCollection *nativeFontCollection;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 793 fontCollection ? fontCollection->nativeFontCollection : NULL,
891 nativeFontCollection(NULL), lastStatus(Ok)
913 nativeFontCollection, numSought, nativeFamilyArray,
937 nativeFontCollection, &result));
1003 fontCollection ? fontCollection->nativeFontCollection : NULL,
1082 &nativeFontCollection);
1091 &nativeFontCollection);
1097 nativeFontCollection, filename));
1104 nativeFontCollection, memory, length));
    [all...]
gdiplusheaders.h 410 GpFontCollection *nativeFontCollection;
480 DllExports::GdipDeletePrivateFontCollection(&nativeFontCollection);

Completed in 70 milliseconds