/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vdxf/libdxfrw/ |
H A D | drw_objects.h | 156 dimaltd(), in DRW_Dimstyle() 209 dimaltd = dimalttd = 3; in reset() 262 int dimaltd; /*!< code 171 */ variable
|
H A D | drw_objects.cpp | 199 dimaltd = reader->getInt32(); in parseCode()
|
H A D | libdxfrw.cpp | 479 writer->writeInt16(171, ent->dimaltd); in writeDimstyle()
|
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/ |
H A D | drw_objects.h | 146 dimaltd = dimalttd = 3; in reset() 200 int dimaltd; /*!< code 171 */ variable
|
H A D | drw_objects.cpp | 292 dimaltd = reader->getInt32(); in parseCode()
|
H A D | libdxfrw.cpp | 429 writer->writeInt16(171, ent->dimaltd); in writeDimstyle()
|
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/ |
H A D | drw_objects.h | 151 dimaltd = dimunit = dimaltu = dimalttd = dimlunit = 2; in reset() 204 int dimaltd; //!< Code 171 variable
|
H A D | drw_objects.cpp | 297 dimaltd = reader->getInt32(); in parseCode()
|
H A D | libdxfrw.cpp | 537 writer->writeInt16( 171, ent->dimaltd ); in writeDimstyle()
|
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/ |
H A D | drw_objects.h | 151 dimaltd = dimunit = dimaltu = dimalttd = dimlunit = 2; in reset() 204 int dimaltd; //!< Code 171 variable
|
H A D | drw_objects.cpp | 344 dimaltd = reader->getInt32(); in parseCode()
|
H A D | libdxfrw.cpp | 551 writer->writeInt16( 171, ent->dimaltd ); in writeDimstyle()
|
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/ |
H A D | drw_objects.h | 143 dimaltd = dimunit = dimaltu = dimalttd = dimlunit = 2; in reset() 196 int dimaltd; /*!< code 171 */ variable
|
H A D | drw_objects.cpp | 289 dimaltd = reader->getInt32(); in parseCode()
|
H A D | libdxfrw.cpp | 451 writer->writeInt16(171, ent->dimaltd); in writeDimstyle()
|
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tables/ |
H A D | dimstyle_table_entry.rst | 208 .. attribute:: dxf.dimaltd
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/dwg/ |
H A D | qgsdwgimporter.cpp | 1158 SETINTEGERPTR( dimaltd ); in addDimStyle()
|
/dports/graphics/qgis/qgis-3.22.3/src/app/dwg/ |
H A D | qgsdwgimporter.cpp | 1351 SETINTEGERPTR( dimaltd ); in addDimStyle()
|
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/ |
H A D | dynapi_test.c | 2812 BITCODE_BS dimaltd; in test_header() local 2813 if (dwg_dynapi_header_value (dwg, "DIMALTD", &dimaltd, NULL) in test_header() 2814 && dimaltd == dwg->header_vars.DIMALTD) in test_header() 2817 fail ("HEADER.DIMALTD [BS] %hu != %hu", dwg->header_vars.DIMALTD, dimaltd); in test_header() 2818 dimaltd++; in test_header() 2819 if (dwg_dynapi_header_set_value (dwg, "DIMALTD", &dimaltd, 0) in test_header() 2820 && dimaltd == dwg->header_vars.DIMALTD) in test_header() 2824 dwg->header_vars.DIMALTD, dimaltd); in test_header() 2825 dimaltd--; in test_header() 2826 dwg_dynapi_header_set_value (dwg, "DIMALTD", &dimaltd, 0); in test_header()
|