Searched defs:sl (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/libvpsc/
H A Dconstraint.h41 double const sl = local
49 if(sl==sr) {
58 return sl < sr;
/inkscape/share/extensions/
H A Dvoronoi.py790 sl = SiteList(pts) variable
791 voronoi(sl,c)
/inkscape/src/
H A Dsp-gradient.cpp821 GSList *sl = NULL; local
824 sl = g_slist_prepend(sl, child);
828 while (sl) {
833 sp_repr_unparent((Inkscape::XML::Node *)sl->data);
834 sl = g_slist_remove(sl, sl->data);
H A Dsp-flowtext.cpp354 SVGLength sl; local
355 sl.value = sl.computed = indent;
356 sl._set = true;
357 pi.dx.push_back(sl);
/inkscape/src/libavoid/
H A Dvpsc.cpp1273 double const sl = local
1281 if(sl==sr) {
1290 return sl > sr;
/inkscape/src/widgets/
H A Dgradient-toolbar.cpp766 std::vector<SPObject *> sl; local
770 sl.push_back(ochild);
774 if (sl.empty()) {
781 for (std::vector<SPObject *>::const_iterator it = sl.begin(); it != sl.end(); ++it) {
H A Dgradient-vector.cpp604 GSList *sl = NULL; local
608 sl = g_slist_append(sl, ochild);
612 if (!sl) {
619 for (; sl != NULL; sl = sl->next){
620 if (SP_IS_STOP(sl->data)){
621 SPStop *stop = SP_STOP(sl->data);
622 Inkscape::XML::Node *repr = reinterpret_cast<SPItem *>(sl
[all...]
/inkscape/src/libuemf/
H A Duemf.c1072 \param sl start left position in the pixel array in the record to start extracting
1081 int sl,
1095 if(sl>w || st >h)return(NULL); // This is hopeless, the start point is outside of the array.
1096 if(sl<0){
1097 if(sl+ew<=0)return(NULL); // This is hopeless, the start point is outside of the array.
1098 ew += sl;
1099 sl = 0;
1106 if(sl+ew > w)ew=w-sl;
1108 if(!sl
1077 RGBA_to_RGBA( char *rgba_px, int w, int h, int sl, int st, int *eew, int *eeh ) argument
[all...]

Completed in 907 milliseconds