Home
last modified time | relevance | path

Searched refs:HRNM (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/ports/
DSkFontMgr_win_dw.cpp483 HRNM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onCreateStyleSet()
494 HRNM(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists), in onMatchFamily()
767 HRNM(fFactory2->GetSystemFontFallback(&fontFallback), "Could not get system fallback."); in onMatchFamilyStyleCharacter()
770HRNM(fFactory2->CreateNumberSubstitution(DWRITE_NUMBER_SUBSTITUTION_METHOD_NONE, nullptr, TRUE, in onMatchFamilyStyleCharacter()
779 HRNM(fontFallback->MapCharacters(fontFallbackSource.get(), in onMatchFamilyStyleCharacter()
796 HRNM(font->CreateFontFace(&fontFace), "Could not get font face from font."); in onMatchFamilyStyleCharacter()
799 HRNM(font->GetFontFamily(&fontFamily), "Could not get family from font."); in onMatchFamilyStyleCharacter()
807 HRNM(fFactory->CreateTextFormat(dwFamilyName ? dwFamilyName : L"", in onMatchFamilyStyleCharacter()
818 HRNM(fFactory->CreateTextLayout(str, strLen, fallbackFormat.get(), in onMatchFamilyStyleCharacter()
826 HRNM(fallbackLayout->Draw(nullptr, fontFallbackRenderer.get(), 50.0f, 50.0f), in onMatchFamilyStyleCharacter()
[all …]
DSkRemotableFontMgr_win_dw.cpp99 HRNM(fFontCollection->GetFontFamily(index, &fontFamily), in getFamilyNames()
103 HRNM(fontFamily->GetFamilyNames(&familyNames), "Could not get family names."); in getFamilyNames()
162 HRNM(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in getIndex()
171 HRNM(fontFamily->GetFont(fontIndex, &font), "Could not get font."); in getIndex()
462 HRNM(id.fLoader->QueryInterface(&loader), "QuerryInterface IDWriteFontFileLoader failed"); in getData()
465 HRNM(loader->CreateStreamFromKey(id.fKey, id.fKeySize, &fontFileStream), in getData()
485 HRNM(factory->GetSystemFontCollection(&sysFontCollection, FALSE), in SkRemotableFontMgr_New_DirectWrite()
DSkTypeface_win_dw.cpp179 HRNM(fDWriteFontFamily->GetFamilyNames(&familyNames), "Could not obtain family names."); in onCreateFamilyNameIterator()
222 HRNM(fDWriteFontFace->GetFiles(&numFiles, nullptr), in onOpenStream()
229 HRNM(fDWriteFontFace->GetFiles(&numFiles, &fontFile), "Could not get font files."); in onOpenStream()
233 HRNM(fontFile->GetReferenceKey(&fontFileKey, &fontFileKeySize), in onOpenStream()
237 HRNM(fontFile->GetLoader(&fontFileLoader), "Could not get font file loader."); in onOpenStream()
240 HRNM(fontFileLoader->CreateStreamFromKey(fontFileKey, fontFileKeySize, in onOpenStream()
DSkScalerContext_win_dw.cpp683 HRNM(fTypeface->fFactory->CreateGlyphRunAnalysis(&run, in drawDWMask()
702 HRNM(glyphRunAnalysis->CreateAlphaTexture(textureType, in drawDWMask()
/external/skia/src/utils/win/
DSkDWriteFontFileStream.cpp129 HRNM(fFontFileStream->GetFileSize(&fileSize), "Could not get file size"); in getMemoryBase()
130 HRNM(fFontFileStream->ReadFileFragment(&fLockedMemory, 0, fileSize, &fFragmentLock), in getMemoryBase()
/external/skia/include/utils/win/
DSkHRESULT.h51 #define HRNM(ex, msg) HR_GENERAL(ex, msg, NULL) macro