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

  /external/skia/src/utils/win/
SkHRESULT.h 42 The HRN variants will return nullptr when FAILED.
52 #define HRN(ex) HR_GENERAL(ex, nullptr, nullptr)
  /external/skqp/src/utils/win/
SkHRESULT.h 42 The HRN variants will return nullptr when FAILED.
52 #define HRN(ex) HR_GENERAL(ex, nullptr, nullptr)
  /external/skia/src/ports/
SkFontMgr_win_dw.cpp 496 HRN(sk_cstring_to_wchar(familyName, &dwFamilyName));
750 HRN(sk_cstring_to_wchar(familyName, &dwFamilyNameLocal));
766 HRN(sk_cstring_to_wchar(bcp47[bcp47Count - 1], &dwBcp47Local));
883 HRN(StreamFontFileLoader::Create(std::move(stream), &fontFileLoader));
884 HRN(fFactory->RegisterFontFileLoader(fontFileLoader.get()));
889 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader));
890 HRN(fFactory->RegisterFontCollectionLoader(fontCollectionLoader.get()));
895 HRN(fFactory->CreateCustomFontCollection(fontCollectionLoader.get(), nullptr, 0, &fontCollection));
901 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily));
906 HRN(fontFamily->GetFont(fontIndex, &font))
    [all...]
SkRemotableFontMgr_win_dw.cpp 136 HRN(FontToIdentity(font.get(), &fontIds[fontIndex]));
  /external/skqp/src/ports/
SkFontMgr_win_dw.cpp 496 HRN(sk_cstring_to_wchar(familyName, &dwFamilyName));
750 HRN(sk_cstring_to_wchar(familyName, &dwFamilyNameLocal));
766 HRN(sk_cstring_to_wchar(bcp47[bcp47Count - 1], &dwBcp47Local));
883 HRN(StreamFontFileLoader::Create(std::move(stream), &fontFileLoader));
884 HRN(fFactory->RegisterFontFileLoader(fontFileLoader.get()));
889 HRN(StreamFontCollectionLoader::Create(fontFileLoader.get(), &fontCollectionLoader));
890 HRN(fFactory->RegisterFontCollectionLoader(fontCollectionLoader.get()));
895 HRN(fFactory->CreateCustomFontCollection(fontCollectionLoader.get(), nullptr, 0, &fontCollection));
901 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily));
906 HRN(fontFamily->GetFont(fontIndex, &font))
    [all...]
SkRemotableFontMgr_win_dw.cpp 136 HRN(FontToIdentity(font.get(), &fontIds[fontIndex]));
  /external/skia/dm/
DMSrcSink.cpp     [all...]
  /external/skqp/dm/
DMSrcSink.cpp     [all...]

Completed in 367 milliseconds