Home
last modified time | relevance | path

Searched refs:are_same (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/geometry/test/strategies/
Ddistance_default_result.cpp46 static const bool are_same = in assert_equal_types() local
49 BOOST_MPL_ASSERT_MSG((are_same), in assert_equal_types()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cGLSLnoperspectiveTests.cpp530 bool are_same = true; in iterate() local
539 are_same = false; in iterate()
544 if (true == are_same) in iterate()
/third_party/skia/src/ports/
DSkFontMgr_win_dw.cpp405 static HRESULT are_same(IUnknown* a, IUnknown* b, bool& same) { in are_same() function
438 HRB(are_same(cshFace->fDWriteFont.get(), ctxFace->fDWriteFont, same)); in FindByDWriteFont()
443 HRB(are_same(cshFace->fDWriteFontFace.get(), ctxFace->fDWriteFontFace, same)); in FindByDWriteFont()
467 HRB(are_same(cshFontFileLoader.get(), ctxFontFileLoader.get(), same)); in FindByDWriteFont()
/third_party/flutter/skia/src/ports/
DSkFontMgr_win_dw.cpp344 static HRESULT are_same(IUnknown* a, IUnknown* b, bool& same) { in are_same() function
367 HRB(are_same(cshFace->fDWriteFont.get(), ctxFace->fDWriteFont, same)); in FindByDWriteFont()
372 HRB(are_same(cshFace->fDWriteFontFace.get(), ctxFace->fDWriteFontFace, same)); in FindByDWriteFont()
396 HRB(are_same(cshFontFileLoader.get(), ctxFontFileLoader.get(), same)); in FindByDWriteFont()