OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fontCollectionLoader
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/ports/
SkTypeface_win_dw.h
45
IDWriteFontCollectionLoader*
fontCollectionLoader
= nullptr)
48
, fDWriteFontCollectionLoader(SkSafeRefComPtr(
fontCollectionLoader
))
79
IDWriteFontCollectionLoader*
fontCollectionLoader
= nullptr) {
82
fontFileLoader,
fontCollectionLoader
);
SkFontMgr_win_dw.cpp
880
SkTScopedComPtr<StreamFontCollectionLoader>
fontCollectionLoader
;
881
HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &
fontCollectionLoader
));
882
HRN(fFactory->RegisterFontCollectionLoader(
fontCollectionLoader
.get()));
884
fFactory.get(),
fontCollectionLoader
.get());
887
HRN(fFactory->CreateCustomFontCollection(
fontCollectionLoader
.get(), nullptr, 0, &fontCollection));
[
all
...]
/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
...]
Completed in 6700 milliseconds