Home
last modified time | relevance | path

Searched refs:readDxfGroups (Results 1 – 9 of 9) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_shapes_dxf/dxflib/
H A Ddl_dxf.h117 bool readDxfGroups(FILE* fp,
124 bool readDxfGroups(std::stringstream &stream,
H A Ddl_dxf.cpp135 while (readDxfGroups(fp, creationInterface, &errorCounter)) {} in in()
168 while (readDxfGroups(stream, creationInterface, &errorCounter)) {} in in()
203 bool DL_Dxf::readDxfGroups(FILE *fp, DL_CreationInterface* creationInterface, in readDxfGroups() function in DL_Dxf
241 bool DL_Dxf::readDxfGroups(std::stringstream& stream, in readDxfGroups() function in DL_Dxf
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/dxflib_qcad/
H A Ddl_dxf.h129 bool readDxfGroups( FILE* fp, DL_CreationInterface* creationInterface );
133 bool readDxfGroups( std::istream& stream,
H A Ddl_dxf.cpp139 while( readDxfGroups( fp, creationInterface ) ) in in()
177 while( readDxfGroups( fp, creationInterface ) ) in in()
208 while( readDxfGroups( stream, creationInterface ) ) in in()
241 bool DL_Dxf::readDxfGroups( FILE* fp, DL_CreationInterface* creationInterface ) in readDxfGroups() function in DL_Dxf
263 bool DL_Dxf::readDxfGroups( std::istream& stream, in readDxfGroups() function in DL_Dxf
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/dxflib/
H A Ddl_dxf.h129 bool readDxfGroups(FILE* fp,
134 bool readDxfGroups(std::stringstream& stream,
H A Ddl_dxf.cpp118 while (readDxfGroups(fp, creationInterface)) {} in in()
145 while (readDxfGroups(stream, creationInterface)) {} in in()
175 bool DL_Dxf::readDxfGroups(FILE *fp, DL_CreationInterface* creationInterface) { in readDxfGroups() function in DL_Dxf
198 bool DL_Dxf::readDxfGroups(std::stringstream& stream, in readDxfGroups() function in DL_Dxf
/dports/cad/librepcb/librepcb-0.1.6/libs/dxflib/src/
H A Ddl_dxf.h123 bool readDxfGroups(FILE* fp,
128 bool readDxfGroups(std::istream& stream,
H A Ddl_dxf.cpp118 while (readDxfGroups(fp, creationInterface)) {} in in()
145 while (readDxfGroups(stream, creationInterface)) {} in in()
175 bool DL_Dxf::readDxfGroups(FILE *fp, DL_CreationInterface* creationInterface) { in readDxfGroups() function in DL_Dxf
198 bool DL_Dxf::readDxfGroups(std::istream& stream, in readDxfGroups() function in DL_Dxf
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/jwwlib/src/
H A Ddl_jww-copy.cpp134 while (readDxfGroups(fp, creationInterface, &errorCounter)) {} in in()
167 while (readDxfGroups(stream, creationInterface, &errorCounter)) {} in in()
202 bool DL_Jww::readDxfGroups(FILE *fp, DL_CreationInterface* creationInterface, in readDxfGroups() function in DL_Jww
240 bool DL_Jww::readDxfGroups(std::stringstream& stream, in readDxfGroups() function in DL_Jww