Searched refs:HRB (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp340 HRB(are_same(cshFace->fDWriteFont.get(), ctxFace->fDWriteFont, same));
345 HRB(are_same(cshFace->fDWriteFontFace.get(), ctxFace->fDWriteFontFace, same));
353 HRB(cshFace->fDWriteFontFace->GetFiles(&cshNumFiles, NULL));
354 HRB(ctxFace->fDWriteFontFace->GetFiles(&ctxNumFiles, NULL));
361 HRB(cshFace->fDWriteFontFace->GetFiles(&cshNumFiles, &cshFontFile));
362 HRB(ctxFace->fDWriteFontFace->GetFiles(&ctxNumFiles, &ctxFontFile));
367 HRB(cshFontFile->GetLoader(&cshFontFileLoader));
368 HRB(ctxFontFile->GetLoader(&ctxFontFileLoader));
369 HRB(are_same(cshFontFileLoader.get(), ctxFontFileLoader.get(), same));
379 HRB(cshFontFil
[all...]
H A DSkTypeface_win_dw.cpp152 HRB(sk_wchar_to_skstring(wString.get(), stringLen, &localizedString->fString));
161 HRB(sk_wchar_to_skstring(wLocale.get(), localeLen, &localizedString->fLanguage));
/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp340 HRB(are_same(cshFace->fDWriteFont.get(), ctxFace->fDWriteFont, same));
345 HRB(are_same(cshFace->fDWriteFontFace.get(), ctxFace->fDWriteFontFace, same));
353 HRB(cshFace->fDWriteFontFace->GetFiles(&cshNumFiles, NULL));
354 HRB(ctxFace->fDWriteFontFace->GetFiles(&ctxNumFiles, NULL));
361 HRB(cshFace->fDWriteFontFace->GetFiles(&cshNumFiles, &cshFontFile));
362 HRB(ctxFace->fDWriteFontFace->GetFiles(&ctxNumFiles, &ctxFontFile));
367 HRB(cshFontFile->GetLoader(&cshFontFileLoader));
368 HRB(ctxFontFile->GetLoader(&ctxFontFileLoader));
369 HRB(are_same(cshFontFileLoader.get(), ctxFontFileLoader.get(), same));
379 HRB(cshFontFil
[all...]
H A DSkTypeface_win_dw.cpp144 HRB(sk_wchar_to_skstring(wString.get(), &localizedString->fString));
154 HRB(sk_wchar_to_skstring(wLocale.get(), &localizedString->fLanguage));
/external/chromium_org/third_party/skia/include/utils/win/
H A DSkHRESULT.h38 The HRB variants will return false when FAILED.
46 #define HRB(ex) HR_GENERAL(ex, NULL, false) macro
/external/skia/include/utils/win/
H A DSkHRESULT.h38 The HRB variants will return false when FAILED.
46 #define HRB(ex) HR_GENERAL(ex, NULL, false) macro
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp305 HRB(this->createXpsPage(pageSize, &page));
320 HRB(this->initXpsDocumentWriter(image.get()));
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp306 HRB(this->createXpsPage(pageSize, &page));
321 HRB(this->initXpsDocumentWriter(image.get()));

Completed in 276 milliseconds