Searched refs:all_attrs (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dattributes-test.h49 struct {char const *attr; bool supported;} const all_attrs[] = { local
532 for (unsigned i = 0; i < G_N_ELEMENTS(all_attrs); ++i) {
533 char const *const attr_str = all_attrs[i].attr;
536 TSM_ASSERT_EQUALS( std::string(all_attrs[i].attr), recognized, all_attrs[i].supported );
554 * If it is in the `inkscape:' namespace then simply add it to all_attrs with
562 * in the all_attrs table. However, the comment above all_attrs does mention
565 * check the spelling against the [draft] SVG 1.2 spec before adding to all_attrs.
566 * (If you can't be bothered checking the spec, then don't update all_attrs
[all...]
/inkscape/test/src/
H A Dattributes-test.cpp54 AttributeInfo all_attrs[] = { local
524 size_t count = sizeof(all_attrs) / sizeof(all_attrs[0]);
525 std::vector<AttributeInfo> vect(all_attrs, all_attrs + count);
538 std::vector<AttributeInfo> all_attrs = getKnownAttrs(); local
539 ids.reserve(all_attrs.size()); // minimize memory thrashing
540 for (AttrItr it(all_attrs.begin()); it != all_attrs.end(); ++it) {
554 std::vector<AttributeInfo> all_attrs local
564 std::vector<AttributeInfo> all_attrs = getKnownAttrs(); local
[all...]

Completed in 276 milliseconds