Searched refs:sg (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dsp-gradient.cpp178 SPLinearGradient *sg=SP_LINEARGRADIENT(this); local
181 if( sg->x1._set != tg->x1._set) { break; }
182 if( sg->y1._set != tg->y1._set) { break; }
183 if( sg->x2._set != tg->x2._set) { break; }
184 if( sg->y2._set != tg->y2._set) { break; }
185 if( sg->x1._set && sg->y1._set && sg->x2._set && sg->y2._set) {
186 if( (sg
193 SPRadialGradient *sg=SP_RADIALGRADIENT(this); local
210 SPMesh *sg=SP_MESH(this); local
[all...]
/inkscape/cxxtest/cxxtest/
H A DTestRunner.h40 WorldGuard sg; local
55 StateGuard sg; local
70 StateGuard sg; local
/inkscape/share/extensions/
H A Dinterp.py64 sr,sg,sb = parsecolor(start[property])
66 return '#%s%s%s' % (tweenhex(time,sr,er),tweenhex(time,sg,eg),tweenhex(time,sb,eb))
/inkscape/src/2geom/
H A Dsbasis.cpp622 SBasis Pk=Linear(1)-g,Qk=g,sg=Pk*Qk; local
629 int vs = valuation(sg,zero);
654 Pk=Pk*sg;
655 Qk=Qk*sg;
/inkscape/src/ui/dialog/
H A Dclonetiler.cpp151 SymGroups const &sg = sym_groups[j]; local
155 gtk_list_store_set(store, &iter, 0, sg.label, -1);

Completed in 23 milliseconds