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

/inkscape/src/trace/
H A Dtrace.h54 nodeCount(theNodeCount)
87 { return nodeCount; }
95 nodeCount = other.nodeCount;
102 long nodeCount; member in class:Inkscape::Trace::TracingEngineResult
/inkscape/src/trace/potrace/
H A Dinkscape-potrace.cpp137 long nodeCount = 0L; local
166 nodeCount++;
190 nodeCount++;
196 nodeCount += writePaths(engine, child, data, points);
200 return nodeCount;
353 std::string PotraceTracingEngine::grayMapToPath(GrayMap *grayMap, long *nodeCount) argument
407 if ( nodeCount)
408 *nodeCount = thisNodeCount;
432 long nodeCount = 0L; local
433 std::string d = grayMapToPath(grayMap, &nodeCount);
458 long nodeCount = 0L; local
491 long nodeCount = 0L; local
560 long nodeCount = 0L; local
[all...]
H A Dinkscape-potrace.h267 * This is the actual wrapper of the call to Potrace. nodeCount
270 std::string grayMapToPath(GrayMap *gm, long *nodeCount);
/inkscape/src/live_effects/
H A Dlpe-transform_2pts.h40 size_t nodeCount(Geom::PathVector pathvector) const;
H A Dlpe-transform_2pts.cpp107 size_t nnodes = nodeCount(pathvector);
141 size_t nnodes = nodeCount(pathvector);
200 LPETransform2Pts::nodeCount(Geom::PathVector pathvector) const function in class:Inkscape::LivePathEffect::LPETransform2Pts
246 size_t nnodes = nodeCount(pathvector);

Completed in 14 milliseconds