Searched refs:sl (Results 1 - 10 of 10) sorted by relevance
/inkscape/src/libvpsc/ |
H A D | constraint.h | 41 double const sl = local 49 if(sl==sr) { 58 return sl < sr;
|
/inkscape/src/ |
H A D | sp-gradient.cpp | 821 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 D | sp-flowtext.cpp | 354 SVGLength sl; local 355 sl.value = sl.computed = indent; 356 sl._set = true; 357 pi.dx.push_back(sl);
|
/inkscape/share/extensions/ |
H A D | generate_voronoi.py | 150 sl = voronoi.SiteList(pts) 151 voronoi.voronoi(sl, c)
|
H A D | voronoi.py | 790 sl = SiteList(pts) variable 791 voronoi(sl,c)
|
/inkscape/src/widgets/ |
H A D | gradient-vector.cpp | 604 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...] |
H A D | gradient-toolbar.cpp | 766 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) {
|
/inkscape/src/libuemf/ |
H A D | uemf.c | 1072 \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...] |
H A D | uemf.h | 3364 char *RGBA_to_RGBA(char *rgba_px, int w, int h, int sl, int st, int *ew, int *eh);
|
/inkscape/src/libavoid/ |
H A D | vpsc.cpp | 1273 double const sl = local 1281 if(sl==sr) { 1290 return sl > sr;
|
Completed in 2411 milliseconds