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

  /external/chromium_org/third_party/skia/include/utils/win/
SkHRESULT.h 50 #define HRNM(ex, msg) HR_GENERAL(ex, msg, NULL)
  /external/skia/include/utils/win/
SkHRESULT.h 50 #define HRNM(ex, msg) HR_GENERAL(ex, msg, NULL)
  /external/chromium_org/third_party/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 121 HRNM(fFontCollection->GetFontFamily(index, &fontFamily),
125 HRNM(fontFamily->GetFamilyNames(&familyNames), "Could not get family names.");
184 HRNM(fFontCollection->GetFontFamily(familyIndex, &fontFamily),
193 HRNM(fontFamily->GetFont(fontIndex, &font), "Could not get font.");
494 HRNM(id.fLoader->QueryInterface(&loader), "QuerryInterface IDWriteFontFileLoader failed");
497 HRNM(loader->CreateStreamFromKey(id.fKey, id.fKeySize, &fontFileStream),
517 HRNM(factory->GetSystemFontCollection(&sysFontCollection, FALSE),
SkTypeface_win_dw.cpp 174 HRNM(fDWriteFontFamily->GetFamilyNames(&familyNames), "Could not obtain family names.");
216 HRNM(fDWriteFontFace->GetFiles(&numFiles, NULL),
223 HRNM(fDWriteFontFace->GetFiles(&numFiles, &fontFile), "Could not get font files.");
227 HRNM(fontFile->GetReferenceKey(&fontFileKey, &fontFileKeySize),
231 HRNM(fontFile->GetLoader(&fontFileLoader), "Could not get font file loader.");
234 HRNM(fontFileLoader->CreateStreamFromKey(fontFileKey, fontFileKeySize,
SkFontMgr_win_dw.cpp 460 HRNM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family.");
471 HRNM(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
620 HRNM(this->getDefaultFontFamily(&fontFamily), "Could not get default font family.");
625 HRNM(fFontCollection->GetFontFamily(0, &fontFamily),
637 HRNM(fontFamily->GetFirstMatchingFont(weight, stretch, italic, &font),
641 HRNM(font->CreateFontFace(&fontFace), "Could not create font face.");
654 HRNM(fFontFamily->GetFont(index, &font), "Could not get font.");
657 HRNM(font->CreateFontFace(&fontFace), "Could not create font face.");
712 HRNM(fFontFamily->GetFirstMatchingFont(weight, width, slant, &font),
716 HRNM(font->CreateFontFace(&fontFace), "Could not create font face.")
    [all...]
SkScalerContext_win_dw.cpp 695 HRNM(fTypeface->fFactory->CreateGlyphRunAnalysis(&run,
712 HRNM(glyphRunAnalysis->CreateAlphaTexture(textureType,
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 121 HRNM(fFontCollection->GetFontFamily(index, &fontFamily),
125 HRNM(fontFamily->GetFamilyNames(&familyNames), "Could not get family names.");
184 HRNM(fFontCollection->GetFontFamily(familyIndex, &fontFamily),
193 HRNM(fontFamily->GetFont(fontIndex, &font), "Could not get font.");
483 HRNM(id.fLoader->QueryInterface(&loader), "QuerryInterface IDWriteFontFileLoader failed");
486 HRNM(loader->CreateStreamFromKey(id.fKey, id.fKeySize, &fontFileStream),
506 HRNM(factory->GetSystemFontCollection(&sysFontCollection, FALSE),
SkFontMgr_win_dw.cpp 460 HRNM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family.");
471 HRNM(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
620 HRNM(this->getDefaultFontFamily(&fontFamily), "Could not get default font family.");
625 HRNM(fFontCollection->GetFontFamily(0, &fontFamily),
637 HRNM(fontFamily->GetFirstMatchingFont(weight, stretch, italic, &font),
641 HRNM(font->CreateFontFace(&fontFace), "Could not create font face.");
654 HRNM(fFontFamily->GetFont(index, &font), "Could not get font.");
657 HRNM(font->CreateFontFace(&fontFace), "Could not create font face.");
712 HRNM(fFontFamily->GetFirstMatchingFont(weight, width, slant, &font),
716 HRNM(font->CreateFontFace(&fontFace), "Could not create font face.")
    [all...]
SkTypeface_win_dw.cpp 167 HRNM(fDWriteFontFamily->GetFamilyNames(&familyNames), "Could not obtain family names.");
209 HRNM(fDWriteFontFace->GetFiles(&numFiles, NULL),
216 HRNM(fDWriteFontFace->GetFiles(&numFiles, &fontFile), "Could not get font files.");
220 HRNM(fontFile->GetReferenceKey(&fontFileKey, &fontFileKeySize),
224 HRNM(fontFile->GetLoader(&fontFileLoader), "Could not get font file loader.");
227 HRNM(fontFileLoader->CreateStreamFromKey(fontFileKey, fontFileKeySize,
SkScalerContext_win_dw.cpp 661 HRNM(fTypeface->fFactory->CreateGlyphRunAnalysis(&run,
678 HRNM(glyphRunAnalysis->CreateAlphaTexture(fTextureType,
  /external/chromium_org/third_party/skia/src/utils/win/
SkDWriteFontFileStream.cpp 127 HRNM(fFontFileStream->GetFileSize(&fileSize), "Could not get file size");
128 HRNM(fFontFileStream->ReadFileFragment(&fLockedMemory, 0, fileSize, &fFragmentLock),
  /external/skia/src/utils/win/
SkDWriteFontFileStream.cpp 127 HRNM(fFontFileStream->GetFileSize(&fileSize), "Could not get file size");
128 HRNM(fFontFileStream->ReadFileFragment(&fLockedMemory, 0, fileSize, &fFragmentLock),

Completed in 768 milliseconds