/inkscape/src/libdepixelize/priv/ |
H A D | splines-kopf2011.h | 94 Splines::Path &dest, bool optimize) 96 //dest.pathVector.reserve(source.holes.size() + 1); 99 dest.rgba[i] = source.rgba[i]; 101 dest.pathVector.push_back(worker_helper(source.vertices, optimize)); 106 dest.pathVector.push_back(worker_helper(*it, optimize)); 93 worker(const typename HomogeneousSplines<T>::Polygon &source, Splines::Path &dest, bool optimize) argument
|
H A D | pixelgraph.h | 290 Node *dest = &_nodes[0]; local 298 dest->rgba[k] = pixels[k]; 300 dest->adj.top = 0; 301 dest->adj.topright = 0; 302 dest->adj.right = 0; 303 dest->adj.bottomright = 0; 304 dest->adj.bottom = 0; 305 dest->adj.bottomleft = 0; 306 dest->adj.left = 0; 307 dest [all...] |
/inkscape/src/io/ |
H A D | xsltstream.cpp | 162 XsltOutputStream::XsltOutputStream(OutputStream &dest, XsltStyleSheet &sheet) argument 163 : BasicOutputStream(dest), stylesheet(sheet)
|
H A D | inkscapestream.cpp | 26 void pipeStream(InputStream &source, OutputStream &dest) argument 33 dest.put(ch); 35 dest.flush();
|
/inkscape/src/livarot/ |
H A D | AlphaLigne.cpp | 262 void AlphaLigne::Raster(raster_info &dest,void* color,RasterInRunFunc worker) argument 266 if ( dest.endPix <= curMin || dest.startPix >= curMax ) return; 278 if ( nMin < dest.startPix ) { 279 for (;( curStep < nbStep && steps[curStep].x < dest.startPix) ;curStep++) alpSum+=steps[curStep].delta; 280 nMin=dest.startPix; 282 if ( nMax > dest.endPix ) nMax=dest.endPix; 285 int curPos=dest.startPix; 291 //Buffer::RasterRun(dest,colo [all...] |
H A D | Path.h | 134 // - fills the polyline; justAdd=true doesn't reset the Shape dest, but simply adds the polyline into it 138 void Fill(Shape *dest, int pathID = -1, bool justAdd = false, 143 void Stroke(Shape *dest, bool doClose, double width, JoinType join, 146 // build a Path that is the outline of the Path instance's description (the result is stored in dest) 149 void Outline(Path *dest, double width, JoinType join, ButtType butt, 153 void OutsideOutline(Path *dest, double width, JoinType join, ButtType butt, 157 void InsideOutline (Path * dest, double width, JoinType join, ButtType butt, 286 Path *dest; member in struct:Path::outline_callback_data 320 Path * dest, outline_callbacks & calls, 324 void DoStroke(int off, int N, Shape *dest, boo [all...] |
H A D | PathConversion.cpp | 1272 void Path::Fill(Shape* dest, int pathID, bool justAdd, bool closeIfNeeded, bool invert) argument 1274 if ( dest == NULL ) { 1279 dest->Reset(pts.size(), pts.size()); 1286 int first = dest->numberOfPoints(); 1289 dest->MakeBackData(true); 1297 dest->AddPoint(pts[i].p); 1314 dest->DisconnectStart(lEdge); 1315 dest->ConnectStart(first + lastM, lEdge); 1317 lEdge = dest->AddEdge(first + lastM, first+pathEnd); 1319 dest [all...] |
H A D | PathSimplify.cpp | 1340 void Path::FlushPendingAddition(Path *dest, PathDescr *lastAddition, argument 1348 dest->MoveTo(nData->p); 1353 dest->Close(); 1357 dest->CubicTo(lastCubic.p, lastCubic.start, lastCubic.end); 1363 dest->LineTo(nData->p); 1370 dest->ArcTo(nData->p, nData->rx, nData->ry, nData->angle, nData->large, nData->clockwise); 1377 dest->BezierTo(nData->p); 1384 dest->IntermBezierTo(nData->p);
|
H A D | PathStroke.cpp | 41 void Path::Stroke(Shape *dest, bool doClose, double width, JoinType join, argument 44 if (dest == NULL) { 49 dest->Reset(3 * pts.size(), 3 * pts.size()); 52 dest->MakeBackData(false); 73 DoStroke(lastM, lastP - lastM, dest, true, width, join, butt, miter, true); 75 DoStroke(lastM, lastP - lastM, dest, doClose, width, join, butt, miter, true); 83 DoButt(dest, width, butt, pos, dir, last[RIGHT], last[LEFT]); 86 DoButt(dest, width, butt, pos, dir, end[LEFT], end[RIGHT]); 87 dest->AddEdge (end[LEFT], last[LEFT]); 88 dest 94 DoStroke(int off, int N, Shape *dest, bool doClose, double width, JoinType join, ButtType butt, double miter, bool ) argument 242 DoButt(Shape *dest, double width, ButtType butt, Geom::Point pos, Geom::Point dir, int &leftNo, int &rightNo) argument 289 DoJoin(Shape *dest, double width, JoinType join, Geom::Point pos, Geom::Point prev, Geom::Point next, double miter, double , double , int *stNo, int *enNo) argument 413 DoLeftJoin(Shape * dest, double width, JoinType join, Geom::Point pos, Geom::Point prev, Geom::Point next, double miter, double , double , int &leftStNo, int &leftEnNo,int pathID,int pieceID,double tID) argument 557 DoRightJoin(Shape * dest, double width, JoinType join, Geom::Point pos, Geom::Point prev, Geom::Point next, double miter, double , double , int &rightStNo, int &rightEnNo,int pathID,int pieceID,double tID) argument 705 RecRound(Shape *dest, int sNo, int eNo, Geom::Point const &iS, Geom::Point const &iE, Geom::Point const &nS, Geom::Point const &nE, Geom::Point &origine, float width) argument [all...] |
H A D | ShapeMisc.cpp | 38 Shape::ConvertToForme (Path * dest) argument 44 dest->Reset (); 98 dest->MoveTo (getPoint(getEdge(startBord).en).x); 137 dest->Close (); 151 dest->MoveTo (getPoint(cPt).x); 162 dest->LineTo (getPoint(getEdge(nb).en).x); 181 Shape::ConvertToForme (Path * dest, int nbP, Path * *orig, bool splitWhenForced) argument 190 ConvertToForme (dest); 194 dest->Reset (); 280 // dest 330 ConvertToFormeNested(Path * dest, int nbP, Path * *orig, int ,int &nbNest,int *&nesting,int *&contStart,bool splitWhenForced) argument 886 AddContour(Path * dest, int nbP, Path * *orig, int startBord, int curBord, bool splitWhenForced) argument 993 ReFormeLineTo(int bord, int , Path * dest, Path * ) argument 1027 ReFormeArcTo(int bord, int , Path * dest, Path * from) argument 1105 ReFormeCubicTo(int bord, int , Path * dest, Path * from) argument 1151 ReFormeBezierTo(int bord, int , Path * dest, Path * from) argument 1394 ReFormeBezierChunk(Geom::Point px, Geom::Point nx, Path * dest, int inBezier, int nbInterm, Path * from, int p, double ts, double te) argument [all...] |
H A D | int-line.cpp | 999 void IntLigne::Raster(raster_info &dest, void *color, RasterInRunFunc worker) argument 1007 if ( dest.endPix <= min || dest.startPix >= max ) { 1013 if ( runs[curRun].en > dest.startPix ) { 1022 if ( runs[curRun].st < dest.startPix ) { 1027 float nvst = (vst * (nen - dest.startPix) + ven * (dest.startPix - nst)) / ((float) (nen - nst)); 1028 if ( runs[curRun].en <= dest.endPix ) { 1029 (worker)(dest, color, dest [all...] |
H A D | PathOutline.cpp | 15 * result is stored in dest (that paremeter is handed to all the subfunctions) 24 void Path::Outline(Path *dest, double width, JoinType join, ButtType butt, double miter) argument 35 if ( dest == NULL ) { 39 dest->Reset(); 40 dest->SetBackData(false); 150 dest, calls, 0.0025 * width * width, width, 153 dest, calls, 0.0025 * width * width, 157 dest, calls, 0.0025 * width * width, width, 161 dest->ArcTo (endPos+width*endNor, 1.0001 * width, 1.0001 * width, 0.0, true, true); 163 dest 201 OutsideOutline(Path * dest, double width, JoinType join, ButtType butt, double miter) argument 226 InsideOutline(Path * dest, double width, JoinType join, ButtType butt, double miter) argument 341 SubContractOutline(int off, int num_pd, Path *dest, outline_callbacks & calls, double tolerance, double width, JoinType join, ButtType , double miter, bool closeIfNeeded, bool skipMoveto, Geom::Point &lastP, Geom::Point &lastT) argument 1170 OutlineJoin(Path * dest, Geom::Point pos, Geom::Point stNor, Geom::Point enNor, double width, JoinType join, double miter, int nType) argument [all...] |
/inkscape/src/widgets/ |
H A D | ege-paint-def.cpp | 152 void PaintDef::getMIMEData(std::string const & type, char*& dest, int& len, int& format) argument 155 dest = new char[8]; 156 snprintf( dest, 8, "#%02x%02x%02x", getR(), getG(), getB() ); 157 dest[7] = 0; 166 dest = reinterpret_cast<char*>(tmp); 197 dest = new char[len]; 199 memcpy(dest, tmp.c_str(), len); 203 dest = 0;
|
/inkscape/src/2geom/ |
H A D | bezier-utils.cpp | 68 static unsigned copy_without_nans_or_adjacent_duplicates(Point const src[], unsigned src_len, Point dest[]); 149 * Copy points from src to dest, filter out points containing NaN and 151 * \return length of dest 154 copy_without_nans_or_adjacent_duplicates(Point const src[], unsigned src_len, Point dest[]) argument 163 dest[0] = Point(src[si]); 172 if ( src_pt != dest[di] 175 dest[++di] = src_pt;
|
/inkscape/src/libgdl/ |
H A D | gdl-dock-tablabel.c | 359 GdkRectangle dest, rect; local 375 if (gdk_rectangle_intersect (&event->area, &rect, &dest)) { 379 &dest, widget, "dock-tablabel",
|
/inkscape/src/display/ |
H A D | nr-filter-gaussian.cpp | 294 filter2D_IIR(PT *const dest, int const dstr1, int const dstr2, argument 319 PT * dstimg = dest + c2*dstr2 + n1*dstr1; 472 gaussian_pass_IIR(Geom::Dim2 d, double deviation, cairo_surface_t *src, cairo_surface_t *dest, argument 501 cairo_image_surface_get_data(dest), d == Geom::X ? 1 : stride, d == Geom::X ? stride : 1, 507 cairo_image_surface_get_data(dest), d == Geom::X ? 4 : stride, d == Geom::X ? stride : 4, 517 gaussian_pass_FIR(Geom::Dim2 d, double deviation, cairo_surface_t *src, cairo_surface_t *dest, argument 534 cairo_image_surface_get_data(dest), d == Geom::X ? 1 : stride, d == Geom::X ? stride : 1, 540 cairo_image_surface_get_data(dest), d == Geom::X ? 4 : stride, d == Geom::X ? stride : 4,
|
H A D | cairo-utils.cpp | 886 ink_cairo_surface_blit(cairo_surface_t *src, cairo_surface_t *dest) argument 889 cairo_surface_get_type(dest) == CAIRO_SURFACE_TYPE_IMAGE && 890 cairo_image_surface_get_format(src) == cairo_image_surface_get_format(dest) && 891 cairo_image_surface_get_height(src) == cairo_image_surface_get_height(dest) && 892 cairo_image_surface_get_width(src) == cairo_image_surface_get_width(dest) && 893 cairo_image_surface_get_stride(src) == cairo_image_surface_get_stride(dest)) 899 memcpy(cairo_image_surface_get_data(dest), cairo_image_surface_get_data(src), stride * h); 900 cairo_surface_mark_dirty(dest); 903 cairo_t *ct = cairo_create(dest);
|
/inkscape/src/util/ |
H A D | ziptool.cpp | 292 std::vector<unsigned char>dest; member in class:Inflater 306 dest(), 353 for (unsigned int i=0 ; i<dest.size() ; i++) 355 fputc(dest[i], stdout); 516 dest.push_back(symbol); 540 if (dist > dest.size()) 542 error("distance too far back %d/%d", dist, dest.size()); 549 //dest.push_back('{'); 552 dest.push_back(dest[des 969 deflate(std::vector<unsigned char> &dest, const std::vector<unsigned char> &src) argument [all...] |
/inkscape/src/ |
H A D | sp-item.cpp | 1572 i2i_affine(SPObject const *src, SPObject const *dest) { argument 1573 g_return_val_if_fail(src != NULL && dest != NULL, Geom::identity()); 1574 SPObject const *ancestor = src->nearestCommonAncestor(dest); 1575 return i2anc_affine(src, ancestor) * i2anc_affine(dest, ancestor).inverse(); 1578 Geom::Affine SPItem::getRelativeTransform(SPObject const *dest) const { 1579 return i2i_affine(this, dest);
|
H A D | splivarot.cpp | 2277 Path *dest = new Path; local 2278 dest->LoadPathVector(epathv); 2279 return dest; 2301 Path *dest = new Path; local 2302 dest->LoadPathVector(*pathv); 2305 /*gchar *str = dest->svg_dump_path(); 2309 return dest; 2326 Path *dest = new Path; local 2327 dest->LoadPathVector(*pathv); 2330 return dest; [all...] |
/inkscape/src/extension/internal/pdfinput/ |
H A D | svg-builder.cpp | 1615 unsigned int *dest = buffer; local 1621 *dest = *dest | 0xff000000; 1627 dest++;
|
/inkscape/ |
H A D | buildtool.cpp | 5240 //IF dest does not exist, YES, newer 6715 String dest = parent.eval(destOpt, "."); local 6790 String destPath = dest; 6833 String destPath = dest; 7186 //the source appended to the dest dir
|