Home
last modified time | relevance | path

Searched defs:DL_ImageData (Results 1 – 11 of 11) sorted by relevance

/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/jwwlib/src/
H A Ddl_entities.h1375 DL_ImageData(const string& iref, in DL_ImageData() argument
1400 string ref;
1402 double ipx;
1408 double ux;
1410 double uy;
1412 double uz;
1414 double vx;
1416 double vy;
1418 double vz;
1420 int width;
[all …]
H A Ddl_jww.cpp1445 const DL_ImageData& /*data*/, in writeImage()
1458 const DL_ImageData& /*data*/) { in writeImageDef()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_shapes_dxf/dxflib/
H A Ddl_entities.h1369 DL_ImageData(const string& iref, in DL_ImageData() argument
1402 double ux;
1404 double uy;
1406 double uz;
1408 double vx;
1410 double vy;
1412 double vz;
1414 int width;
1416 int height;
1420 int contrast;
[all …]
H A Ddl_creationadapter.h91 virtual void addImage(const DL_ImageData&) {} in addImage()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/dxflib_qcad/
H A Ddl_entities.h1953 DL_ImageData( const std::string& iref, in DL_ImageData() function
1982 double ipx;
1985 double ipy;
1991 double ux;
1994 double uy;
1997 double uz;
2000 double vx;
2003 double vy;
2006 double vz;
2009 int width;
[all …]
H A Ddl_creationadapter.h101 virtual void addImage( const DL_ImageData& ) override {} in addImage()
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/dxflib/
H A Ddl_entities.h1708 DL_ImageData(const std::string& iref, in DL_ImageData() argument
1735 double ipx;
1737 double ipy;
1741 double ux;
1743 double uy;
1745 double uz;
1747 double vx;
1749 double vy;
1751 double vz;
1753 int width;
[all …]
H A Ddl_creationadapter.h99 virtual void addImage(const DL_ImageData&) {} in addImage()
/dports/cad/librepcb/librepcb-0.1.6/libs/dxflib/src/
H A Ddl_entities.h1714 DL_ImageData(const std::string& iref, in DL_ImageData() function
1741 double ipx;
1743 double ipy;
1747 double ux;
1749 double uy;
1751 double uz;
1753 double vx;
1755 double vy;
1757 double vz;
1759 int width;
[all …]
H A Ddl_creationadapter.h99 virtual void addImage(const DL_ImageData&) {} in addImage()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/import_gfx/
H A Ddxf_import_plugin.h495 virtual void addImage( const DL_ImageData& ) override { ON_UNSUPPORTED( "addImage" ); } in addImage()