HomeSort by relevance Sort by last modified time
    Searched full:streamfontcollectionloader (Results 1 - 1 of 1) sorted by null

  /external/skia/src/ports/
SkFontMgr_win_dw.cpp 193 class StreamFontCollectionLoader : public IDWriteFontCollectionLoader {
208 StreamFontCollectionLoader** streamFontCollectionLoader) {
209 *streamFontCollectionLoader = new StreamFontCollectionLoader(fontFileLoader);
210 if (nullptr == streamFontCollectionLoader) {
216 StreamFontCollectionLoader(IDWriteFontFileLoader* fontFileLoader)
220 virtual ~StreamFontCollectionLoader() { }
226 HRESULT StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) {
237 ULONG StreamFontCollectionLoader::AddRef()
    [all...]

Completed in 109 milliseconds