Searched refs:marker_ptrs (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Dstyle.h247 SPIString* marker_ptrs[SP_MARKER_LOC_QTY]; member in class:SPStyle
H A Dsp-shape.cpp78 sp_shape_set_marker (this, i, this->style->marker_ptrs[i]->value);
138 sp_shape_set_marker (this, i, this->style->marker_ptrs[i]->value);
762 sp_shape_set_marker (this, i, this->style->marker_ptrs[i]->value);
H A Did-clash.cpp164 const gchar *value = style->marker_ptrs[i]->value;
H A Dstyle.cpp278 marker_ptrs[SP_MARKER_LOC] = ▮
279 marker_ptrs[SP_MARKER_LOC_START] = &marker_start;
280 marker_ptrs[SP_MARKER_LOC_MID] = &marker_mid;
281 marker_ptrs[SP_MARKER_LOC_END] = &marker_end;
H A Dselection-chemistry.cpp2142 match = (sel_style->marker_ptrs[i]->set == iter_style->marker_ptrs[i]->set);
2143 if (sel_style->marker_ptrs[i]->set && iter_style->marker_ptrs[i]->set &&
2144 (strcmp(sel_style->marker_ptrs[i]->value, iter_style->marker_ptrs[i]->value))) {
/inkscape/src/widgets/
H A Dstroke-style.cpp624 if (item->style->marker_ptrs[i]->set &&
625 !strcmp(urlId.c_str(), item->style->marker_ptrs[i]->value)) {
1292 if (object->style->marker_ptrs[keyloc[i].loc]->value != NULL && !all_texts) {
1296 SPObject *marker = getMarkerObj(object->style->marker_ptrs[keyloc[i].loc]->value, object->document);

Completed in 53 milliseconds