/inkscape/src/ui/ |
H A D | dialog-events.h | 21 * stop is the transientize semaphore: when 0, retransientizing this dialog 34 guint stop; member in struct:__anon121
|
/inkscape/src/util/ |
H A D | ege-appear-time-tracker.cpp | 92 void AppearTimeTracker::stop() { function in class:ege::AppearTimeTracker
|
/inkscape/src/widgets/ |
H A D | swatch-selector.cpp | 8 #include "sp-stop.h" 75 SPStop* stop = ngr->getFirstStop(); local 76 if (stop) { 85 os << "stop-color:" << c << ";stop-opacity:" << static_cast<gdouble>(alpha) <<";"; 86 stop->getRepr()->setAttribute("style", os.str().c_str()); 124 SPStop* stop = vector->getFirstStop(); local 126 guint32 const colorVal = stop->get_rgba32();
|
H A D | gradient-selector.cpp | 560 Inkscape::XML::Node *stop = xml_doc->createElement("svg:stop"); local 561 stop->setAttribute("offset", "0"); 562 stop->setAttribute("style", "stop-color:#000;stop-opacity:1;"); 563 repr->appendChild(stop); 564 Inkscape::GC::release(stop); 565 stop = xml_doc->createElement("svg:stop"); [all...] |
H A D | gradient-toolbar.cpp | 37 #include "sp-stop.h" 456 SPStop *stop = NULL; local 463 gtk_tree_model_get(GTK_TREE_MODEL(store), &iter, 2, &stop, -1); local 467 return stop; 539 SPStop *stop = get_selected_stop(widget); local 540 if (!stop) { 625 * Change desktop drag selection to this stop 637 SPStop *stop = get_selected_stop(data); local 639 drag->selectByStop(stop, false, true); 694 SPStop *stop 783 SPStop *stop = SP_STOP(*it); local 844 SPStop *stop = get_selected_stop(data); local 984 SPStop *stop = get_selected_stop(GTK_WIDGET(tbl)); local [all...] |
H A D | gradient-vector.cpp | 45 #include "sp-stop.h" 352 * Return a "HHSSLL" version of the first stop color so we can sort by it 356 SPStop *stop = gr->getFirstStop(); local 357 unsigned long rgba = stop->get_rgba32(); 483 static GtkWidget *sp_gradient_vector_widget_new(SPGradient *gradient, SPStop *stop); 526 SPStop *stop = NULL; local 531 stop = SP_STOP(ochild); 540 os << "stop-color: #000000;stop-opacity:" << 1.0 << ";"; 544 child = xml_doc->createElement("svg:stop"); 621 SPStop *stop = SP_STOP(sl->data); local 649 SPStop *stop = get_selected_stop(tbl); local 704 SPStop *stop = NULL; local 710 gtk_tree_model_get (GTK_TREE_MODEL(store), &iter, 2, &stop, -1); local 721 SPStop *stop = get_selected_stop(vb); local 751 SPStop *stop = get_selected_stop(vb); local 808 SPStop *stop = get_selected_stop(vb); local 932 SPStop *stop = get_selected_stop(vb); local 1009 sp_gradient_vector_editor_new(SPGradient *gradient, SPStop *stop) argument 1149 SPStop *stop = get_selected_stop(widget); local 1305 SPStop *stop = get_selected_stop(GTK_WIDGET(object)); local 1348 SPStop *stop = get_selected_stop(GTK_WIDGET(object)); local [all...] |
H A D | stroke-style.cpp | 23 #include "sp-stop.h" 732 * If its a gradient, then return first or last stop color 745 // If the item has a gradient use the first stop color for the marker 750 SPStop *stop = vector->getFirstStop(); local 752 stop = sp_last_stop(vector); 754 if (stop) { 755 guint32 const c1 = stop->get_rgba32(); 759 //lstroke_opacity = Glib::ustring::format(stop->opacity).c_str();
|
/inkscape/src/ |
H A D | rubberband.cpp | 61 void Inkscape::Rubberband::stop() function in class:Inkscape::Rubberband
|
H A D | sp-stop.cpp | 2 * @gradient stop class. 17 #include "sp-stop.h" 43 this->readAttr( "stop-color" ); 44 this->readAttr( "stop-opacity" ); 50 * Virtual build: set stop attributes from its associated XML node. 64 * stop-color and stop-opacity properties. 67 gchar const *p = this->getStyleProperty( "stop-color", "black"); 75 gchar const *p = this->getStyleProperty( "stop-opacity", "1"); 84 gchar const *p = this->getStyleProperty( "stop 187 SPStop* stop = SP_STOP(obj); local [all...] |
H A D | sp-gradient.cpp | 50 #include "sp-stop.h" 104 * Equivalent meaning they have the same stop count, same stop colors and same stop opacity 573 for (SPStop *stop = const_cast<SPGradient*>(this)->getFirstStop(); stop && stop->getNextStop(); stop = stop->getNextStop()) { 813 * Clears the gradient's svg:stop childre 942 SPStop *stop = SP_STOP(child); local [all...] |
H A D | gradient-chemistry.cpp | 45 #include "sp-stop.h" 596 for (SPStop *stop = gradient->getFirstStop(); stop != NULL; stop = stop->getNextStop()) { 597 if (stop->getNextStop() == NULL) 598 return stop; 605 SPStop *stop = gradient->getFirstStop(); local 606 if (!stop) { 610 // if this is valid but weird gradient without an offset-zero stop elemen 799 sp_item_gradient_stop_set_style(SPItem *item, GrPointType point_type, guint point_i, Inkscape::PaintTarget fill_or_stroke, SPCSSAttr *stop) argument 1491 Inkscape::XML::Node *stop = parent->document()->createElement("svg:stop"); local [all...] |
H A D | gradient-drag.cpp | 51 #include "sp-stop.h" 99 N_("Linear gradient <b>mid stop</b>"), 104 N_("Radial gradient <b>mid stop</b>"), 105 N_("Radial gradient <b>mid stop</b>"), 181 // set both fill and stroke with our stop-color and stop-opacity 245 SPCSSAttr *stop = sp_repr_css_attr_new(); local 252 sp_repr_css_set_property (stop, "stop-color", css->attribute("flood-color")); 256 sp_repr_css_set_property (stop, "sto 585 SPCSSAttr *stop = sp_repr_css_attr_new (); local 607 SPStop *stop = addStopNearPoint(line->item, p, 5/desktop->current_zoom()); local 1119 SPStop *stop = NULL; local 1764 selectByStop(SPStop *stop, bool add_to_selection, bool override ) argument 2475 SPStop *stop = sp_get_stop_i(vector, draggable->point_i); local 2494 SPStop *stop = NULL; local 2528 SPStop *stop = (SPStop*) midstoplist->data; local 2558 SPStop *stop = stopinfo->vector->getFirstStop(); local 2600 SPStop *stop = stopinfo->vector->getFirstStop(); local 2637 SPStop *stop = stopinfo->vector->getFirstStop(); local [all...] |
/inkscape/cxxtest/cxxtest/ |
H A D | ErrorFormatter.h | 98 stop( file, line ) << "Trace: " << 104 stop( file, line ) << "Warning: " << 110 stop( file, line ) << "Error: Test failed: " << 116 stop( file, line ) << "Error: Assertion failed: " << 124 stop( file, line ) << "Error: Expected (" << 134 stop( file, line ) << "Error: Expected " << sizeStr << " (" << size << ") bytes to be equal at (" << 145 stop( file, line ) << "Error: Expected (" << 154 stop( file, line ) << "Error: Expected (" << 163 stop( file, line ) << "Error: Expected (" << 172 stop( fil 217 OutputStream &stop( const char *file, unsigned line ) function in class:CxxTest::ErrorFormatter [all...] |
/inkscape/src/extension/internal/ |
H A D | javafx-out.cpp | 320 SPGradientStop stop = stops[i]; local 322 out(" offset: %s\n", DSTR(stop.offset)); 323 out(" color: %s\n", rgba(stop.color, stop.opacity).c_str()); 350 SPGradientStop stop = stops[i]; local 352 out(" offset: %s\n", DSTR(stop.offset)); 353 out(" color: %s\n", rgba(stop.color, stop.opacity).c_str());
|
H A D | wmf-print.cpp | 677 float opa; // opacity at stop 690 doff_range = tg->vector.stops[1].offset; // next or last stop 702 double stop; local 705 /* radial gradient might stop part way through the shape, fill with outer color from there to "infinity". 719 stop = start + step + overlap; 720 if (stop > range) { 721 stop = range; 726 pathvc = center_elliptical_ring_as_SVG_PathV(gv.p1, rx * start / range, ry * start / range, rx * stop / range, ry * stop / range, asin(xuv[Y])); 737 doff_range = tg->vector.stops[istop].offset; // next or last stop 751 double stop; local [all...] |
H A D | emf-print.cpp | 1169 float opa; // opacity at stop 1174 opa = tg->vector.stops[0].opacity; // first stop 1177 opa = tg->vector.stops[nstops - 1].opacity; // last stop 1182 doff_range = tg->vector.stops[1].offset; // next or last stop 1194 double stop; local 1197 /* radial gradient might stop part way through the shape, fill with outer color from there to "infinity". 1211 stop = start + step + overlap; 1212 if (stop > range) { 1213 stop = range; 1218 pathvc = center_elliptical_ring_as_SVG_PathV(gv.p1, rx * start / range, ry * start / range, rx * stop / rang 1331 double stop; local [all...] |
/inkscape/src/live_effects/ |
H A D | lpe-gears.cpp | 80 D2<SBasis> _involute(double start, double stop) { argument 83 Linear bo = Linear(start,stop); 92 D2<SBasis> _arc(double start, double stop, double R) { argument 94 Linear bo = Linear(start,stop);
|
/inkscape/src/ui/tools/ |
H A D | gradient-tool.cpp | 42 #include "sp-stop.h" 92 N_("Linear gradient <b>mid stop</b>"), 97 N_("Radial gradient <b>mid stop</b>"), 98 N_("Radial gradient <b>mid stop</b>") 130 ngettext("One handle merging %d stop (drag with <b>Shift</b> to separate) selected", 240 // these draggable types cannot have a next draggabe to insert a stop between them 258 // if there's a next stop, 263 // more than one dragger may correspond to a stop, so we must distinguish) 294 // do not insert a stop now, it will confuse the loop; 317 // if a single stop i 426 SPStop *stop = (SPStop*) i->data; local [all...] |
H A D | tweak-tool.cpp | 64 #include "sp-stop.h" 836 SPStop *stop = dynamic_cast<SPStop *>(child); local 837 if (!stop) { 841 offset_h = stop->offset; 852 tweak_color (mode, stop->specified_color.v.c, rgb_goal, 858 stop->updateRepr(); 863 // paint each stop by the force from the profile curve 872 tweak_color (mode, stop->specified_color.v.c, rgb_goal, 875 stop->updateRepr();
|
/inkscape/src/ui/dialog/ |
H A D | ocaldialogs.cpp | 384 void LoadingBox::stop() function in class:Inkscape::UI::Dialog::OCAL::LoadingBox 465 box_loading->stop(); 570 spinner->stop();
|
H A D | input.cpp | 1417 bool stop = false; local 1423 stop = true; 1425 return stop; 1432 bool stop = false; local 1438 stop = true; 1440 return stop;
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | svg-builder.cpp | 822 * \brief Adds a stop with the given properties to the gradient's representation 826 Inkscape::XML::Node *stop = _xml_doc->createElement("svg:stop"); local 839 sp_repr_css_set_property(css, "stop-opacity", os_opacity.str().c_str()); 840 sp_repr_css_set_property(css, "stop-color", color_text); 842 sp_repr_css_change(stop, css, "style"); 844 sp_repr_set_css_double(stop, "offset", offset); 846 gradient->appendChild(stop); 847 Inkscape::GC::release(stop);
|