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

  /external/chromium_org/third_party/skia/src/ports/
SkFontMgr_win_dw.cpp 340 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(cshFontFile->GetReferenceKey(&cshRefKey, &cshRefKeySize))
    [all...]
SkTypeface_win_dw.cpp 152 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/
SkFontMgr_win_dw.cpp 340 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(cshFontFile->GetReferenceKey(&cshRefKey, &cshRefKeySize))
    [all...]
SkTypeface_win_dw.cpp 144 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/
SkHRESULT.h 38 The HRB variants will return false when FAILED.
46 #define HRB(ex) HR_GENERAL(ex, NULL, false)
  /external/skia/include/utils/win/
SkHRESULT.h 38 The HRB variants will return false when FAILED.
46 #define HRB(ex) HR_GENERAL(ex, NULL, false)
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 305 HRB(this->createXpsPage(pageSize, &page));
320 HRB(this->initXpsDocumentWriter(image.get()));
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 306 HRB(this->createXpsPage(pageSize, &page));
321 HRB(this->initXpsDocumentWriter(image.get()));
    [all...]

Completed in 371 milliseconds