Lines Matching refs:same
405 static HRESULT are_same(IUnknown* a, IUnknown* b, bool& same) {
412 same = (iunkA.get() == iunkB.get());
435 bool same;
438 HRB(are_same(cshFace->fDWriteFont.get(), ctxFace->fDWriteFont, same));
439 if (same) {
443 HRB(are_same(cshFace->fDWriteFontFace.get(), ctxFace->fDWriteFontFace, same));
444 if (same) {
448 //Check if the two fonts share the same loader and have the same key.
467 HRB(are_same(cshFontFileLoader.get(), ctxFontFileLoader.get(), same));
468 if (!same) {