Home
last modified time | relevance | path

Searched refs:has_no_flags (Results 1 – 14 of 14) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A D3dface.c8 BITCODE_B has_no_flags; in api_process() local
16 CHK_ENTITY_TYPE (_3dface, 3DFACE, has_no_flags, B); in api_process()
23 if (has_no_flags && invis_flags) in api_process()
H A Ddynapi_test.c5425 BITCODE_B has_no_flags; in test__3DFACE() local
5426 if (dwg_dynapi_entity_value (_3dface, "3DFACE", "has_no_flags", &has_no_flags, NULL) in test__3DFACE()
5427 && has_no_flags == _3dface->has_no_flags) in test__3DFACE()
5430 …fail ("3DFACE.has_no_flags [B] " FORMAT_B " != " FORMAT_B "", _3dface->has_no_flags, has_no_flags); in test__3DFACE()
5431 has_no_flags++; in test__3DFACE()
5432 if (dwg_dynapi_entity_set_value (_3dface, "3DFACE", "has_no_flags", &has_no_flags, 0) in test__3DFACE()
5433 && has_no_flags == _3dface->has_no_flags) in test__3DFACE()
5436 …"3DFACE.has_no_flags [B] set+1 " FORMAT_B " != " FORMAT_B "", _3dface->has_no_flags, has_no_flags); in test__3DFACE()
5437 _3dface->has_no_flags--; in test__3DFACE()
/dports/games/tycho/species/
H A Dexhaust.h73 bool has_no_flags() const { return !has_flags(); } in has_no_flags() function
/dports/games/species/species/
H A Dexhaust.h73 bool has_no_flags() const { return !has_flags(); } in has_no_flags() function
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h1641 BITCODE_B has_no_flags; member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-11090 'has_no_flags'
H A Ddynapi.texi742 @item has_no_flags
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Din_dxf.c11848 o->has_no_flags = 1; in new_object()
H A Ddynapi.c755 { "has_no_flags", "B", sizeof (BITCODE_B), OFF (struct _dwg_entity_3DFACE, has_no_flags),
H A Ddwg_api.c23713 _obj->has_no_flags = 1; // set invis_flags extra in dwg_add_3DFACE()
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog3663 didn't read the spec properly, the invis_flag is absent on has_no_flags.
11730 and after: _3DFACE.has_no_flags
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py1754has_no_flags = property(_LibreDWG.Dwg_Entity__3DFACE_has_no_flags_get, _LibreDWG.Dwg_Entity__3DFAC… variable in Dwg_Entity__3DFACE
H A Dswig_python.c50357 if (arg1) (arg1)->has_no_flags = arg2; in _wrap_Dwg_Entity__3DFACE_has_no_flags_set()
50380 result = (BITCODE_B) ((arg1)->has_no_flags); in _wrap_Dwg_Entity__3DFACE_has_no_flags_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c60017 if (arg1) (arg1)->has_no_flags = arg2; in XS()
60047 result = (BITCODE_B) ((arg1)->has_no_flags); in XS()