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

  /external/skia/src/ports/
SkFontMgr_win_dw.cpp 483 HRNM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family.");
494 HRNM(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
767 HRNM(fFactory2->GetSystemFontFallback(&fontFallback), "Could not get system fallback.");
770 HRNM(fFactory2->CreateNumberSubstitution(DWRITE_NUMBER_SUBSTITUTION_METHOD_NONE, nullptr, TRUE,
779 HRNM(fontFallback->MapCharacters(fontFallbackSource.get(),
796 HRNM(font->CreateFontFace(&fontFace), "Could not get font face from font.");
799 HRNM(font->GetFontFamily(&fontFamily), "Could not get family from font.");
807 HRNM(fFactory->CreateTextFormat(dwFamilyName ? dwFamilyName : L"",
818 HRNM(fFactory->CreateTextLayout(str, strLen, fallbackFormat.get(),
826 HRNM(fallbackLayout->Draw(nullptr, fontFallbackRenderer.get(), 50.0f, 50.0f)
    [all...]
SkRemotableFontMgr_win_dw.cpp 99 HRNM(fFontCollection->GetFontFamily(index, &fontFamily),
103 HRNM(fontFamily->GetFamilyNames(&familyNames), "Could not get family names.");
162 HRNM(fFontCollection->GetFontFamily(familyIndex, &fontFamily),
171 HRNM(fontFamily->GetFont(fontIndex, &font), "Could not get font.");
462 HRNM(id.fLoader->QueryInterface(&loader), "QuerryInterface IDWriteFontFileLoader failed");
465 HRNM(loader->CreateStreamFromKey(id.fKey, id.fKeySize, &fontFileStream),
485 HRNM(factory->GetSystemFontCollection(&sysFontCollection, FALSE),
SkTypeface_win_dw.cpp 179 HRNM(fDWriteFontFamily->GetFamilyNames(&familyNames), "Could not obtain family names.");
222 HRNM(fDWriteFontFace->GetFiles(&numFiles, nullptr),
229 HRNM(fDWriteFontFace->GetFiles(&numFiles, &fontFile), "Could not get font files.");
233 HRNM(fontFile->GetReferenceKey(&fontFileKey, &fontFileKeySize),
237 HRNM(fontFile->GetLoader(&fontFileLoader), "Could not get font file loader.");
240 HRNM(fontFileLoader->CreateStreamFromKey(fontFileKey, fontFileKeySize,
SkScalerContext_win_dw.cpp 683 HRNM(fTypeface->fFactory->CreateGlyphRunAnalysis(&run,
702 HRNM(glyphRunAnalysis->CreateAlphaTexture(textureType,
  /external/skia/include/utils/win/
SkHRESULT.h 51 #define HRNM(ex, msg) HR_GENERAL(ex, msg, NULL)
  /external/skia/src/utils/win/
SkDWriteFontFileStream.cpp 129 HRNM(fFontFileStream->GetFileSize(&fileSize), "Could not get file size");
130 HRNM(fFontFileStream->ReadFileFragment(&fLockedMemory, 0, fileSize, &fFragmentLock),

Completed in 130 milliseconds