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

  /external/skia/src/ports/
SkFontMgr_win_dw.cpp 363 HRB(are_same(cshFace->fDWriteFont.get(), ctxFace->fDWriteFont, same));
368 HRB(are_same(cshFace->fDWriteFontFace.get(), ctxFace->fDWriteFontFace, same));
376 HRB(cshFace->fDWriteFontFace->GetFiles(&cshNumFiles, nullptr));
377 HRB(ctxFace->fDWriteFontFace->GetFiles(&ctxNumFiles, nullptr));
384 HRB(cshFace->fDWriteFontFace->GetFiles(&cshNumFiles, &cshFontFile));
385 HRB(ctxFace->fDWriteFontFace->GetFiles(&ctxNumFiles, &ctxFontFile));
390 HRB(cshFontFile->GetLoader(&cshFontFileLoader));
391 HRB(ctxFontFile->GetLoader(&ctxFontFileLoader));
392 HRB(are_same(cshFontFileLoader.get(), ctxFontFileLoader.get(), same));
402 HRB(cshFontFile->GetReferenceKey(&cshRefKey, &cshRefKeySize))
    [all...]
SkTypeface_win_dw.cpp 154 HRB(sk_wchar_to_skstring(wString.get(), stringLen, &localizedString->fString));
163 HRB(sk_wchar_to_skstring(wLocale.get(), localeLen, &localizedString->fLanguage));
  /external/skia/include/utils/win/
SkHRESULT.h 39 The HRB variants will return false when FAILED.
47 #define HRB(ex) HR_GENERAL(ex, NULL, false)
  /external/skia/src/device/xps/
SkXPSDevice.cpp 322 HRB(this->createXpsPage(pageSize, &page));
337 HRB(this->initXpsDocumentWriter(image.get()));
    [all...]

Completed in 951 milliseconds