Lines Matching refs:HRB

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));
380 HRB(ctxFontFile->GetReferenceKey(&ctxRefKey, &ctxRefKeySize));
392 HRB(cshFace->fDWriteFontFamily->GetFamilyNames(&cshFamilyNames));
393 HRB(cshFace->fDWriteFont->GetFaceNames(&cshFaceNames));
396 HRB(cshFamilyNames->GetStringLength(0, &cshFamilyNameLength));
397 HRB(cshFaceNames->GetStringLength(0, &cshFaceNameLength));
401 HRB(ctxFace->fDWriteFontFamily->GetFamilyNames(&ctxFamilyNames));
402 HRB(ctxFace->fDWriteFont->GetFaceNames(&ctxFaceNames));
405 HRB(ctxFamilyNames->GetStringLength(0, &ctxFamilyNameLength));
406 HRB(ctxFaceNames->GetStringLength(0, &ctxFaceNameLength));
416 HRB(cshFamilyNames->GetString(0, cshFamilyName.get(), cshFamilyNameLength+1));
417 HRB(cshFaceNames->GetString(0, cshFaceName.get(), cshFaceNameLength+1));
421 HRB(ctxFamilyNames->GetString(0, ctxFamilyName.get(), ctxFamilyNameLength+1));
422 HRB(ctxFaceNames->GetString(0, ctxFaceName.get(), ctxFaceNameLength+1));