Searched refs:as (Results 1 - 11 of 11) sorted by relevance
/inkscape/share/extensions/ |
H A D | embed_raster_in_svg.pl | 8 # or, at your option, under the same license as Perl. 22 Looks through the svg file for raster images that are given as links, rather than 26 handle embedded raster images as well as ones that are linked to (?).
|
/inkscape/src/livarot/ |
H A D | int-line.cpp | 523 * treated as equals because the method produces ugly results otherwise. 527 void IntLigne::Copy(int nbSub, BitLigne **as) argument 535 Copy(as[0]); 540 int curMin = as[0]->curMin; 541 int curMax = as[0]->curMax; 543 if ( as[i]->curMin < curMin ) { 544 curMin = as[i]->curMin; 546 if ( as[i]->curMax > curMax ) { 547 curMax = as[i]->curMax; 551 if ( curMin < as[ [all...] |
H A D | Shape.h | 36 * the Shape class (was the Digraph class, as the header says) stores digraphs (no kidding!) of which 66 { // info for points treated as points of a voronoi diagram (obtained by MakeShape()) 72 { // info for edges, treated as approximation of edges of the voronoi diagram 129 int AddPoint(const Geom::Point x); // as the function name says 148 void SubEdge(int e); // removes the edge at index e (same remarks as for SubPoint) 190 // same as NextAt, but the list is considered circular 209 // same as PrevAt, but the list is considered circular 227 void ConnectStart(int p, int b); // set the point p as the start of edge b 228 void ConnectEnd(int p, int b); // set the point p as the end of edge b 259 // invert=true: make as i [all...] |
H A D | Shape.cpp | 19 * the graph is stored as a set of points and edges, with edges in a doubly-linked list for each point. 1564 Shape::CmpToVert (Geom::Point ax, Geom::Point bx,bool as,bool bs) argument 1691 if ( as == true && bs == false ) return -1; 1692 if ( as == false && bs == true ) return 1;
|
/inkscape/src/2geom/ |
H A D | basic-intersection.cpp | 13 * License version 2.1 as published by the Free Software Foundation 281 std::vector<Point> as, bs; local 282 as = A.valueAndDerivatives(s, 2); 284 Point F = as[0] - bs[0]; 299 Affine jack(as[1][0], as[1][1], 306 as = A.valueAndDerivatives(ns, 2); 308 F = as[0] - bs[0];
|
H A D | path-intersection.cpp | 21 * This function should only be applied to simple paths (regions), as otherwise 80 // Cramer's rule as cross products 158 std::vector<Point> as, bs; local 159 as = A.pointAndDerivatives(s, 2); 161 Point F = as[0] - bs[0]; 176 Affine jack(as[1][0], as[1][1], 188 as = A.pointAndDerivatives(ns, 2); 190 F = as[0] - bs[0]; 300 //same as belo [all...] |
H A D | ellipse.cpp | 12 * License version 2.1 as published by the Free Software Foundation 227 // of the center---initial point line as the final point, AND 228 // is on the same side of the center---final point line as the 263 // We can express this observation as: 566 std::vector<ShapeIntersection> as = intersect(lines[li]); local 569 if (!as.empty() && as.size() == bs.size()) { 570 for (unsigned i = 0; i < as.size(); ++i) { 571 ShapeIntersection ix(as[i].first, bs[i].first, 572 middle_point(as[ [all...] |
/inkscape/src/ |
H A D | sp-gradient.cpp | 129 SPStop *as = this->getVector()->getFirstStop(); local 133 while (effective && (as && bs)) { 134 if (!as->getEffectiveColor().isClose(bs->getEffectiveColor(), 0.001) || 135 as->offset != bs->offset) { 140 as = as->getNextStop(); 436 // So, as we're now (re)linked, we assign linkee's values to this gradient if they are not yet set - 713 * a gradient gives itself as its href, or if each of two gradients gives the other as its href). 722 /* Use a pair of pointers for detecting loops: p1 advances half as fas [all...] |
H A D | splivarot.cpp | 383 Inkscape::XML::Node *as = AncetreFils(a, parent); local 388 if (child == as) { 484 * If this is a union or symdiff operation, we just use the non-empty shape as the result: 489 * If this is an intersection operation, we just use the empty shape as the result: 493 * If the lower shape (B) is empty, we still keep B, as it's empty: 508 // Swap A and B to use B as the result 514 // Just do the Boolean operation as usual
|
H A D | style.cpp | 89 // SPObject as parameters. 100 // 'font', 'font-size', and 'font-family' must come first as other properties depend on them 606 // Shorthands are not allowed as presentation properites. Note: text-decoration and 607 // font-variant are converted to shorthands in CSS 3 but can still be read as a 853 * This is a workaround. Inkscape only supports 'clip-path' as SVG attribute, not as 858 g_warning("attribute 'clip-path' given as CSS"); 870 g_warning("attribute 'mask' given as CSS"); 1039 * http://www.w3.org/TR/SVG11/styling.html#Inheritance gives general rules as to what it means to 1059 * preserves (as muc [all...] |
/inkscape/ |
H A D | distro | 8 # it under the terms of the GNU General Public License as published by 45 Print certain distribution information. With no OPTION, same as -f. 236 # Solaris format isn't the same. It is done through sh as a hack
|
Completed in 33 milliseconds