Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontMgr_win_dw.cpp481 HRNM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onCreateStyleSet()
496 HRNM(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists), in onMatchFamily()
770 HRNM(fFactory2->GetSystemFontFallback(&systemFontFallback), in onMatchFamilyStyleCharacter()
776HRNM(fFactory2->CreateNumberSubstitution(DWRITE_NUMBER_SUBSTITUTION_METHOD_NONE, nullptr, TRUE, in onMatchFamilyStyleCharacter()
785 HRNM(fontFallback->MapCharacters(fontFallbackSource.get(), in onMatchFamilyStyleCharacter()
802 HRNM(font->CreateFontFace(&fontFace), "Could not get font face from font."); in onMatchFamilyStyleCharacter()
805 HRNM(font->GetFontFamily(&fontFamily), "Could not get family from font."); in onMatchFamilyStyleCharacter()
810 HRNM(fFactory->CreateTextFormat(dwFamilyName ? dwFamilyName : L"", in onMatchFamilyStyleCharacter()
821 HRNM(fFactory->CreateTextLayout(str, strLen, fallbackFormat.get(), in onMatchFamilyStyleCharacter()
829 HRNM(fallbackLayout->Draw(nullptr, fontFallbackRenderer.get(), 50.0f, 50.0f), in onMatchFamilyStyleCharacter()
[all …]
DSkTypeface_win_dw.cpp181 HRNM(fDWriteFontFamily->GetFamilyNames(&familyNames), "Could not obtain family names."); in onCreateFamilyNameIterator()
224 HRNM(fDWriteFontFace->GetFiles(&numFiles, nullptr), in onOpenStream()
231 HRNM(fDWriteFontFace->GetFiles(&numFiles, &fontFile), "Could not get font files."); in onOpenStream()
235 HRNM(fontFile->GetReferenceKey(&fontFileKey, &fontFileKeySize), in onOpenStream()
239 HRNM(fontFile->GetLoader(&fontFileLoader), "Could not get font file loader."); in onOpenStream()
242 HRNM(fontFileLoader->CreateStreamFromKey(fontFileKey, fontFileKeySize, in onOpenStream()
DSkRemotableFontMgr_win_dw.cpp125 HRNM(fFontCollection->GetFontFamily(familyIndex, &fontFamily), in getIndex()
134 HRNM(fontFamily->GetFont(fontIndex, &font), "Could not get font."); in getIndex()
425 HRNM(id.fLoader->QueryInterface(&loader), "QuerryInterface IDWriteFontFileLoader failed"); in getData()
428 HRNM(loader->CreateStreamFromKey(id.fKey, id.fKeySize, &fontFileStream), in getData()
448 HRNM(factory->GetSystemFontCollection(&sysFontCollection, FALSE), in SkRemotableFontMgr_New_DirectWrite()
DSkScalerContext_win_dw.cpp793 HRNM(this->getDWriteTypeface()->fFactory2->CreateGlyphRunAnalysis(&run, in drawDWMask()
804 HRNM(this->getDWriteTypeface()->fFactory->CreateGlyphRunAnalysis(&run, in drawDWMask()
824 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()
DSkHRESULT.h53 #define HRNM(ex, msg) HR_GENERAL(ex, msg, nullptr) macro