Searched defs:depth (Results 1 - 16 of 16) sorted by relevance

/inkscape/src/ui/widget/
H A Dlayer-selector.h50 Gtk::TreeModelColumn<unsigned> depth; member in class:Inkscape::Widgets::LayerSelector::LayerModelColumns
56 add(depth); add(object); add(repr); add(callbacks);
84 void _buildEntry(unsigned depth, SPObject &object);
85 void _buildEntries(unsigned depth,
87 void _buildSiblingEntries(unsigned depth,
H A Dlayer-selector.cpp324 * in \a hierarchy, to a given \a depth.
326 void LayerSelector::_buildEntries(unsigned depth, argument
332 _buildEntry(depth, *hierarchy);
336 _buildEntries(depth+1, remainder);
338 _buildSiblingEntries(depth+1, *hierarchy, remainder);
346 unsigned depth, SPObject &parent,
365 _buildEntry(depth, *siblings);
367 _buildSiblingEntries(depth+1, *layer, rest(hierarchy));
462 void LayerSelector::_buildEntry(unsigned depth, SPObject &object) { argument
509 row->set_value(_model_columns.depth, dept
345 _buildSiblingEntries( unsigned depth, SPObject &parent, Inkscape::Util::List<SPObject &> hierarchy ) argument
544 unsigned depth=(*row)[_model_columns.depth]; local
[all...]
/inkscape/src/live_effects/
H A Dlpe-lattice.cpp99 const int depth = sb2[dim].us*sb2[dim].vs; local
100 sb2[dim].resize(depth, Linear2d(0));
H A Dlpe-lattice2.cpp126 const int depth = sb2[dim].us*sb2[dim].vs; local
127 sb2[dim].resize(depth, Linear2d(0));
/inkscape/src/debug/
H A Dlogger.cpp53 static void write_indent(std::ostream &os, unsigned depth) { argument
54 for ( unsigned i = 0 ; i < depth ; i++ ) {
/inkscape/src/2geom/
H A Dsolve-bezier-one-d.cpp21 //const unsigned MAXDEPTH = 23; // Maximum depth for recursion. Using floats means 23 bits precision max
46 unsigned depth, /* The depth of the recursion */
57 unsigned depth, /* The depth of the recursion */
61 B.find_bernstein_roots(w, depth, left_t, right_t);
78 unsigned depth, /* The depth of the recursion */
105 //std::cout << "depth = " << depth << st
54 find_bernstein_roots(double const *w, unsigned degree, std::vector<double> &solutions, unsigned depth, double left_t, double right_t, bool ) argument
77 find_bernstein_roots(double const *w, unsigned depth, double left_t, double right_t) argument
[all...]
H A Dsolve-bezier-parametric.cpp25 const unsigned MAXDEPTH = 64; /* Maximum depth for recursion */
39 unsigned depth) /* The depth of the recursion */
51 if (depth >= MAXDEPTH) {
73 find_parametric_bezier_roots(Left.data(), degree, solutions, depth+1);
74 find_parametric_bezier_roots(Right.data(), degree, solutions, depth+1);
36 find_parametric_bezier_roots(Geom::Point const *w, unsigned degree, std::vector<double> &solutions, unsigned depth) argument
H A Dsolve-bezier.cpp43 void find_bernstein_roots(Bezier const &bz, unsigned depth,
153 unsigned depth,
185 //std::cout << "depth = " << depth << std::endl;
188 if (depth > MAX_DEPTH)
190 //printf("bottom out %d\n", depth);
208 if (depth > 2) {
252 find_bernstein_roots(Left, depth+1, left_t, split_t);
253 find_bernstein_roots(Right, depth+1, split_t, right_t);
152 find_bernstein_roots(Bezier const &bz, unsigned depth, double left_t, double right_t) argument
/inkscape/src/extension/internal/
H A Dmetafile-inout.cpp114 int depth = 8; local
144 depth,
H A Dmetafile-print.cpp271 void PrintMetafile::brush_classify(SPObject *parent, int depth, Inkscape::Pixbuf **epixbuf, int *hatchType, U_COLORREF *hatchColor, U_COLORREF *bkColor) argument
273 if (depth == 0) {
279 depth++;
298 brush_classify(child, depth, epixbuf, hatchType, hatchColor, bkColor);
308 brush_classify(child, depth, epixbuf, hatchType, hatchColor, bkColor);
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.h102 unsigned depth; // total number of entries descending from this member in struct:OpHistoryEntry
252 GfxColor *colors, int depth);
257 int nComps, int depth);
259 void fillPatch(GfxPatch *patch, int nComps, int depth);
H A Dpdf-parser.cpp69 // Default max recursive depth for a shading fill.
508 newEntry->depth = (operatorHistory != NULL ? (operatorHistory->depth+1) : 0);
513 if (operatorHistory->depth > maxOperatorHistoryDepth) {
517 curr->depth--;
1812 GfxColor *colors, int depth) {
1842 // (depth==0) to avoid problems when the four outer corners of the
1844 if ((i == 4 && depth > 0) || depth == maxDepths[pdfFunctionShading-1]) {
1892 doFunctionShFill1(shading, x0, y0, xM, yM, colors2, depth
1809 doFunctionShFill1(GfxFunctionShading *shading, double x0, double y0, double x1, double y1, GfxColor *colors, int depth) argument
1931 gouraudFillTriangle(double x0, double y0, GfxColor *color0, double x1, double y1, GfxColor *color1, double x2, double y2, GfxColor *color2, int nComps, int depth) argument
1997 fillPatch(GfxPatch *patch, int nComps, int depth) argument
[all...]
/inkscape/src/
H A Dsp-spiral.cpp246 int depth, i; local
283 depth = Geom::bezier_fit_cubic_full (bezier, NULL, darray, SAMPLE_SIZE,
288 g_assert(depth * BEZIER_SIZE <= gint(G_N_ELEMENTS(bezier)));
292 g_print ("[%s] depth=%d, dstep=%g, t0=%g, t=%g, arg=%g\n",
293 debug_state, depth, dstep, spiral->t0, *t, spiral->arg);
296 if (depth != -1) {
297 for (i = 0; i < 4*depth; i += 4) {
H A Dsp-use.cpp335 unsigned depth = 1; local
339 ++depth;
346 return depth;
H A Ddeptool.cpp280 bool listFilesInDirectory(const String &dirname, int depth);
317 int depth);
324 int depth);
551 bool DepTool::listFilesInDirectory(const String &dirname, int depth) argument
553 //trace("### listFilesInDirectory(%s, %d)", dirname.c_str(), depth);
629 listFilesInDirectory(subdirs[i], depth+1);
885 int depth)
899 processDependency(ofile, child, depth+1);
915 int depth)
928 //trace("%d reffile '%s' already seen", depth, cfnam
883 processDependency(FileRec *ofile, FileRec *include, int depth) argument
913 processReference(FileRec *hfile, String &fname, int depth) argument
[all...]
/inkscape/
H A Dbuildtool.cpp567 int i, step, depth = 0; local
583 info->num_brackets - 1 : depth;
601 depth++; /* Order is important here. Depth increments first. */
609 info->num_brackets - 1 : depth;
613 depth--;
614 FAIL_IF(depth < 0, SLRE_UNBALANCED_BRACKETS);
619 FAIL_IF(depth != 0, SLRE_UNBALANCED_BRACKETS);
966 int parseElement(int p0, Element *par,int depth);
3209 bool getSubstitutionsRecursive(const String &s, String &result, int depth);
4586 String &result, int depth)
4585 getSubstitutionsRecursive(const String &str, String &result, int depth) argument
[all...]

Completed in 99 milliseconds