Searched refs:grad (Results 1 - 17 of 17) sorted by relevance

/inkscape/src/
H A Dsp-paint-server.cpp55 SPGradient *grad = SP_GRADIENT(this); local
56 if ( grad->hasStops() && (grad->getStopCount() == 0) ) {
H A Dgradient-chemistry.cpp1617 SPGradient* grad = SP_GRADIENT(*i); local
1618 if ( id == grad->getId() ) {
1619 grad->setSwatch(false);
H A Dgradient-drag.cpp213 SPGradient* grad = SP_GRADIENT(*it); local
214 if ( targetName == grad->getId() ) {
215 SPGradient *vect = grad->getVector();
216 SPStop *firstStop = (vect) ? vect->getFirstStop() : grad->getFirstStop();
/inkscape/src/ui/dialog/
H A Dswatches.cpp135 SPGradient* grad = SP_GRADIENT(server); local
136 if ( grad->isSwatch() && grad->getId() == gr->getId()) {
176 SPGradient* grad = SP_GRADIENT(*item); local
177 if ( targetName == grad->getId() ) {
178 editGradientImpl( desktop, grad );
197 SPGradient* grad = SP_GRADIENT(*item); local
199 if ( targetName == grad->getId() ) {
200 grad->setSwatch();
332 SPGradient* grad local
929 SPGradient* grad = SP_GRADIENT(*item); local
939 SPGradient* grad = *it; local
1074 SPGradient* grad = SP_GRADIENT(server); local
1107 SPGradient* grad = SP_GRADIENT(server); local
[all...]
H A Dcolor-item.h60 void setGradient(SPGradient *grad);
H A Dcolor-item.cpp354 void ColorItem::setGradient(SPGradient *grad) argument
356 if (_grad != grad) {
357 _grad = grad;
/inkscape/src/extension/internal/
H A Djavafx-out.h101 bool doGradient(SPGradient *grad, const String &id);
H A Djavafx-out.cpp303 bool JavaFXOutput::doGradient(SPGradient *grad, const String &id) argument
307 if (SP_IS_LINEARGRADIENT(grad))
309 SPLinearGradient *g = SP_LINEARGRADIENT(grad);
332 else if (SP_IS_RADIALGRADIENT(grad))
334 SPRadialGradient *g = SP_RADIALGRADIENT(grad);
726 SPGradient *grad = SP_GRADIENT(obj); local
727 if (!doGradient(grad, id)) {
798 //SPGradient *grad = SP_GRADIENT(reprobj);
799 //if (!doGradient(grad, id)) {
H A Dmetafile-print.h64 void *grad; // to access the stops information member in struct:Inkscape::Extension::Internal::PrintMetafile::GRADVALUES
H A Dmetafile-print.cpp328 gv.grad = gr;
H A Dwmf-print.cpp679 SPRadialGradient *tg = (SPRadialGradient *)(gv.grad); // linear/radial are the same here
H A Demf-print.cpp1171 SPRadialGradient *tg = (SPRadialGradient *)(gv.grad); // linear/radial are the same here
/inkscape/src/widgets/
H A Dpaint-selector.cpp125 SPGradientSelector *grad = 0; local
129 grad = swatchsel->getGradientSelector();
132 grad = reinterpret_cast<SPGradientSelector*>(g_object_get_data(G_OBJECT(psel->selector), "gradient-selector"));
134 return grad;
1254 g_message("==== server:%p %s grad:%s swatch:%s", server, server->getId(), (SP_IS_GRADIENT(server)?"Y":"n"), (SP_IS_GRADIENT(server) && SP_GRADIENT(server)->getVector()->isSwatch()?"Y":"n"));
H A Dstroke-style.cpp747 SPGradient *grad = getGradient(item, fill_or_stroke); local
748 if (grad) {
749 SPGradient *vector = grad->getVector(FALSE);
H A Dgradient-toolbar.cpp145 SPGradient *grad = SP_GRADIENT(*it); local
146 if ( grad->hasStops() && !grad->isSolid() ) {
H A Dgradient-vector.cpp303 SPGradient* grad = SP_GRADIENT(*it); local
304 if ( grad->hasStops() && (grad->isSwatch() == gvs->swatched) ) {
/inkscape/src/ui/
H A Dinterface.cpp1133 SPGradient* grad = SP_GRADIENT(*item); local
1134 if ( color.descr == grad->getId() ) {
1135 if ( grad->hasStops() ) {
1136 matches = grad;

Completed in 1192 milliseconds