Home
last modified time | relevance | path

Searched refs:text_log (Results 151 – 175 of 229) sorted by relevance

12345678910

/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_mapchan.h100 bool IsValid( ON_TextLog* text_log ) const;
H A Dopennurbs_extensions.h374 bool IsValid( ON_TextLog* text_log = NULL ) const;
427 ON_TextLog* text_log,
H A Dopennurbs_texture.h43 ON_BOOL32 IsValid( ON_TextLog* text_log = NULL ) const;
H A Dopennurbs_arccurve.cpp168 ON_BOOL32 ON_ArcCurve::IsValid( ON_TextLog* text_log ) const in IsValid()
172 if ( 0 != text_log ) in IsValid()
173text_log->Print("ON_ArcCurve - m_t=(%g,%g) - it should be an increasing interval.\n",m_t[0],m_t[1]… in IsValid()
179 if ( 0 != text_log ) in IsValid()
180 text_log->Print("ON_ArcCurve m_arc is not valid\n"); in IsValid()
H A Dopennurbs_knot.h231 ON_TextLog* text_log = 0
H A Dopennurbs_surfaceproxy.cpp102 ON_SurfaceProxy::IsValid( ON_TextLog* text_log ) const in IsValid()
104 return ( m_surface ) ? m_surface->IsValid(text_log) : false; in IsValid()
H A Dopennurbs_linecurve.h68 ON_BOOL32 IsValid( ON_TextLog* text_log = NULL ) const;
H A Dopennurbs_material.h63 ON_BOOL32 IsValid( ON_TextLog* text_log = NULL ) const;
H A Dopennurbs_surfaceproxy.h95 ON_BOOL32 IsValid( ON_TextLog* text_log = NULL ) const;
H A Dopennurbs_lookup.h337 void Dump(ON_TextLog& text_log) const;
H A Dopennurbs_arccurve.h125 ON_BOOL32 IsValid( ON_TextLog* text_log = NULL ) const;
H A Dopennurbs_light.h55 ON_BOOL32 IsValid( ON_TextLog* text_log = NULL ) const;
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_extensions.h376 bool IsValid( ON_TextLog* text_log = NULL ) const;
429 ON_TextLog* text_log,
H A Dopennurbs_texture.h43 ON_BOOL32 IsValid( ON_TextLog* text_log = NULL ) const;
H A Dopennurbs_knot.h231 ON_TextLog* text_log = 0
H A Dopennurbs_surfaceproxy.h95 ON_BOOL32 IsValid( ON_TextLog* text_log = NULL ) const;
H A Dopennurbs_material.h63 ON_BOOL32 IsValid( ON_TextLog* text_log = NULL ) const;
H A Dopennurbs_linecurve.h68 ON_BOOL32 IsValid( ON_TextLog* text_log = NULL ) const;
H A Dopennurbs_lookup.h337 void Dump(ON_TextLog& text_log) const;
H A Dopennurbs_arccurve.h125 ON_BOOL32 IsValid( ON_TextLog* text_log = NULL ) const;
H A Dopennurbs_light.h55 ON_BOOL32 IsValid( ON_TextLog* text_log = NULL ) const;
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_arccurve.cpp168 ON_BOOL32 ON_ArcCurve::IsValid( ON_TextLog* text_log ) const in IsValid()
172 if ( 0 != text_log ) in IsValid()
173text_log->Print("ON_ArcCurve - m_t=(%g,%g) - it should be an increasing interval.\n",m_t[0],m_t[1]… in IsValid()
179 if ( 0 != text_log ) in IsValid()
180 text_log->Print("ON_ArcCurve m_arc is not valid\n"); in IsValid()
H A Dopennurbs_surfaceproxy.cpp114 ON_SurfaceProxy::IsValid (ON_TextLog* text_log) const in IsValid()
116 return (m_surface) ? m_surface->IsValid (text_log) : false; in IsValid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Drender_text_unittest.cc308 text_log_.swap(*text_log); in GetTextLogAndReset()
363 text_log_.swap(*text_log); in GetTextLogAndReset()
874 ASSERT_EQ(3u, text_log().size()); in TEST_F()
885 ASSERT_EQ(1u, text_log().size()); in TEST_F()
930 ASSERT_EQ(1u, text_log().size()); in TEST_F()
943 ASSERT_EQ(1u, text_log().size()); in TEST_F()
950 ASSERT_EQ(1u, text_log().size()); in TEST_F()
967 ASSERT_EQ(2u, text_log().size()); in TEST_F()
6097 ASSERT_EQ(2U, text_log().size()); in TEST_F()
6103 text_log()[0].glyphs().size()); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_test.h86 std::unique_ptr<std::ofstream> text_log,

12345678910