Home
last modified time | relevance | path

Searched refs:style_control (Results 1 – 3 of 3) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A DMakefile.am216 style_control \
H A DMakefile.in276 style_control$(EXEEXT) sun$(EXEEXT) tablegeometry$(EXEEXT) \
1795 style_control_SOURCES = style_control.c
1796 style_control_OBJECTS = style_control.$(OBJEXT)
2196 ./$(DEPDIR)/style.Po ./$(DEPDIR)/style_control.Po \
2332 spatial_index.c spline.c style.c style_control.c sun.c \
2439 spatial_index.c spline.c style.c style_control.c sun.c \
2766 spatial_filter spatial_index spline style style_control sun \
4022 @rm -f style_control$(EXEEXT)
4454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/style_control.Po@am__quote@ # am--include-marker
5048 -rm -f ./$(DEPDIR)/style_control.Po
[all …]
H A Ddynapi_test.c56736 Dwg_Object_STYLE_CONTROL *restrict style_control = obj->tio.object->tio.STYLE_CONTROL; in test_STYLE_CONTROL() local
56738 if (!obj_obj || !style_control) in test_STYLE_CONTROL()
56746 if (dwg_dynapi_entity_value (style_control, "STYLE_CONTROL", "num_entries", &count, NULL) in test_STYLE_CONTROL()
56747 && dwg_dynapi_entity_value (style_control, "STYLE_CONTROL", "entries", &entries, NULL) in test_STYLE_CONTROL()
56748 && entries == style_control->entries) in test_STYLE_CONTROL()
56756 && num_entries == style_control->num_entries) in test_STYLE_CONTROL()
56759 fail ("STYLE_CONTROL.num_entries [BS] %hu != %hu", style_control->num_entries, num_entries); in test_STYLE_CONTROL()
56762 && num_entries == style_control->num_entries) in test_STYLE_CONTROL()
56766 style_control->num_entries--; in test_STYLE_CONTROL()
56770 if (dwg_dynapi_entity_value (style_control, "STYLE_CONTROL", "parent", &parent, NULL) in test_STYLE_CONTROL()
[all …]