Lines Matching refs:HRB
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));
403 HRB(ctxFontFile->GetReferenceKey(&ctxRefKey, &ctxRefKeySize));
415 HRB(cshFace->fDWriteFontFamily->GetFamilyNames(&cshFamilyNames));
416 HRB(cshFace->fDWriteFont->GetFaceNames(&cshFaceNames));
419 HRB(cshFamilyNames->GetStringLength(0, &cshFamilyNameLength));
420 HRB(cshFaceNames->GetStringLength(0, &cshFaceNameLength));
424 HRB(ctxFace->fDWriteFontFamily->GetFamilyNames(&ctxFamilyNames));
425 HRB(ctxFace->fDWriteFont->GetFaceNames(&ctxFaceNames));
428 HRB(ctxFamilyNames->GetStringLength(0, &ctxFamilyNameLength));
429 HRB(ctxFaceNames->GetStringLength(0, &ctxFaceNameLength));
439 HRB(cshFamilyNames->GetString(0, cshFamilyName.get(), cshFamilyNameLength+1));
440 HRB(cshFaceNames->GetString(0, cshFaceName.get(), cshFaceNameLength+1));
444 HRB(ctxFamilyNames->GetString(0, ctxFamilyName.get(), ctxFamilyNameLength+1));
445 HRB(ctxFaceNames->GetString(0, ctxFaceName.get(), ctxFaceNameLength+1));