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

  /external/chromium_org/third_party/skia/src/ports/
SkTypeface_win_dw.h 46 IDWriteFontCollectionLoader* fontCollectionLoader = NULL)
49 , fDWriteFontCollectionLoader(SkSafeRefComPtr(fontCollectionLoader))
76 IDWriteFontCollectionLoader* fontCollectionLoader = NULL) {
81 fontFileLoader, fontCollectionLoader));
SkFontMgr_win_dw.cpp 533 SkTScopedComPtr<StreamFontCollectionLoader> fontCollectionLoader;
534 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader));
535 HRN(fFactory->RegisterFontCollectionLoader(fontCollectionLoader.get()));
537 fFactory.get(), fontCollectionLoader.get());
540 HRN(fFactory->CreateCustomFontCollection(fontCollectionLoader.get(), NULL, 0, &fontCollection));
  /external/skia/src/ports/
SkTypeface_win_dw.h 46 IDWriteFontCollectionLoader* fontCollectionLoader = NULL)
49 , fDWriteFontCollectionLoader(SkSafeRefComPtr(fontCollectionLoader))
76 IDWriteFontCollectionLoader* fontCollectionLoader = NULL) {
81 fontFileLoader, fontCollectionLoader));
SkFontMgr_win_dw.cpp 533 SkTScopedComPtr<StreamFontCollectionLoader> fontCollectionLoader;
534 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader));
535 HRN(fFactory->RegisterFontCollectionLoader(fontCollectionLoader.get()));
537 fFactory.get(), fontCollectionLoader.get());
540 HRN(fFactory->CreateCustomFontCollection(fontCollectionLoader.get(), NULL, 0, &fontCollection));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 690 IDWriteFontCollectionLoader *fontCollectionLoader) PURE;
693 IDWriteFontCollectionLoader *fontCollectionLoader) PURE;
816 #define IDWriteFactory_RegisterFontCollectionLoader(This,fontCollectionLoader) (This)->lpVtbl->RegisterFontCollectionLoader(This,fontCollectionLoader)
818 #define IDWriteFactory_UnregisterFontCollectionLoader(This,fontCollectionLoader) (This)->lpVtbl->UnregisterFontCollectionLoader(This,fontCollectionLoader)
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h     [all...]

Completed in 1768 milliseconds