Home
last modified time | relevance | path

Searched refs:PrintWrappedText (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_textlog.h65 void PrintWrappedText( const char*, int = 60 ); // last arg is maximum line length
66 void PrintWrappedText( const wchar_t*, int = 60 ); // last arg is maximum line length
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_textlog.h63 void PrintWrappedText( const char*, int = 60 ); // last arg is maximum line length
64 void PrintWrappedText( const wchar_t*, int = 60 ); // last arg is maximum line length
H A Dopennurbs_textlog.cpp746 void ON_TextLog::PrintWrappedText( const char* s, int line_length ) in PrintWrappedText() function in ON_TextLog
749 PrintWrappedText(ws,line_length); in PrintWrappedText()
765 void ON_TextLog::PrintWrappedText( const wchar_t* s, int line_length ) in PrintWrappedText() function in ON_TextLog
H A Dopennurbs_3dm_properties.cpp292 dump.PrintWrappedText(s); in Dump()
H A Dopennurbs_extensions.cpp645 dump.PrintWrappedText(m_sStartSectionComments); in DumpSummary()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_textlog.cpp703 void ON_TextLog::PrintWrappedText( const char* s, int line_length ) in PrintWrappedText() function in ON_TextLog
706 PrintWrappedText(ws,line_length); in PrintWrappedText()
722 void ON_TextLog::PrintWrappedText( const wchar_t* s, int line_length ) in PrintWrappedText() function in ON_TextLog
H A Dopennurbs_3dm_properties.cpp292 dump.PrintWrappedText(s); in Dump()
H A Dopennurbs_extensions.cpp645 dump.PrintWrappedText(m_sStartSectionComments); in DumpSummary()