Searched defs:idx (Results 1 - 17 of 17) sorted by relevance

/inkscape/src/libdepixelize/priv/
H A Diterator.h52 difference_type idx = ptr - to_ptr<T>(begin); local
53 return begin + idx;
63 difference_type idx = ptr - to_ptr<T>(begin); local
64 return begin + idx;
/inkscape/src/svg/
H A Dsvg-affine.cpp35 int idx; local
45 idx = 0;
46 while (str[idx]) {
48 while (g_ascii_isspace (str[idx])) idx++;
54 c = str[idx];
56 keyword[key_len] = str[idx++];
65 while (g_ascii_isspace (str[idx])) idx++;
67 if (str[idx] !
[all...]
/inkscape/src/2geom/
H A Dsbasis-math.cpp316 int idx=reciprocal_fn.segs.size()-1-i; local
317 reciprocal_fn_neg.push_seg(-reverse(reciprocal_fn.segs.at(idx)));
318 reciprocal_fn_neg.push_cut(-reciprocal_fn.cuts.at(idx));
H A Dsbasis-roots.cpp226 int idx; local
227 idx=upper_level(levels,0,vtol);
228 if (idx<(int)levels.size()&&fabs(levels.at(idx))<=vtol){
229 roots[idx].push_back(a);
230 roots[idx].push_back(b);
256 //TODO: unsigned idx ? (remove int casts when fixed)
257 int idx=std::min(upper_level(levels,fa,vtol),upper_level(levels,fb,vtol)); local
258 if (idx==(int)levels.size()) idx
309 int idx=upper_level(levels,ft,vtol); local
418 unsigned idx; local
[all...]
H A Dpath.h136 PathTime(size_type idx, Coord tval) : t(tval), curve_index(idx) {} argument
H A Dconicsec.cpp1288 size_t idx = d.max_index(); local
1289 if (d[idx] == 0)
1294 d[0] = D(idx,0); d[1] = D(idx,1); d[2] = D(idx,2);
1295 d.scale (1 / std::sqrt (std::fabs (D(idx,idx))));
1447 size_t idx = 0;
1457 idx = i;
1462 points.push_back (crs[idx]);
[all...]
/inkscape/src/2geom/numeric/
H A Dsymmetric-matrix-fs.h213 size_t idx = 0; local
220 idx = j;
223 return idx;
228 size_t idx = 0; local
235 idx = j;
238 return idx;
253 size_t idx = 0; local
260 idx = i;
263 return idx;
268 size_t idx local
[all...]
/inkscape/src/live_effects/
H A Dlpe-knot.cpp328 unsigned idx = idx_of_nearest(other,p); local
329 if (idx < other.size()) {
330 (*this)[n].sign = other[idx].sign;
H A Dlpe-rough-hatches.cpp60 unsigned idx; member in struct:Inkscape::LivePathEffect::LevelCrossingInfo
117 elem.idx = j;
126 unsigned lvl = temp[i].level, idx = temp[i].idx; local
128 std::pair<unsigned,unsigned>next_data(temp[first_in_comp].level,temp[first_in_comp].idx);
129 (*this)[lvl][idx].next_on_curve = next_data;
133 std::pair<unsigned,unsigned> next_data(temp[i+1].level,temp[i+1].idx);
134 (*this)[lvl][idx].next_on_curve = next_data;
146 void findFirstUnused(unsigned &level, unsigned &idx){ argument
148 idx
165 step(unsigned &level, unsigned &idx, int &direction) argument
[all...]
/inkscape/src/widgets/
H A Dgradient-toolbar.cpp181 guint idx = 0; local
191 pos = idx;
193 idx ++;
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp222 uint32_t idx; local
243 idx = in_hatches(d,hpathname);
244 if(!idx){ // add path/color if not already present
367 idx = in_hatches(d,hatchname);
368 if(!idx){ // add it if not already present
377 idx = d->hatches.count;
384 idx = in_hatches(d,hbkname);
385 if(!idx){ // add path/color if not already present. Hatchtype is not needed in the name.
399 idx = in_hatches(d,hatchname);
400 if(!idx){ // ad
441 uint32_t idx; local
541 uint32_t idx; local
665 uint32_t idx = in_clips(d, combined); local
[all...]
H A Dtext_reassemble.c890 \param idx index of the alts entry to increment
1736 int current,idx,taln; local
1749 idx = tsp->fi_idx;
1752 if(idx <0 || idx >= (int) fti->used)return(5);
1753 fsp = &(fti->fonts[idx]);
1782 printf("Face idx:%d bbox: xMax/Min:%ld,%ld yMax/Min:%ld,%ld UpEM:%d asc/des:%d,%d height:%d size:%f\n",
1783 idx,
H A Demf-inout.cpp245 uint32_t idx; local
266 idx = in_hatches(d,hpathname);
267 if(!idx){ // add path/color if not already present
390 idx = in_hatches(d,hatchname);
391 if(!idx){ // add it if not already present
400 idx = d->hatches.count;
407 idx = in_hatches(d,hbkname);
408 if(!idx){ // add path/color if not already present. Hatchtype is not needed in the name.
422 idx = in_hatches(d,hatchname);
423 if(!idx){ // ad
467 uint32_t idx; local
647 uint32_t idx; local
756 uint32_t idx = in_clips(d, combined); local
[all...]
/inkscape/src/libuemf/
H A Dupmf_print.c407 uint8_t idx; local
416 idx = pfe >> 24;
417 printf(" Type:%u(",idx);
418 switch(idx){
434 default: printf("INVALID(%d)",idx); break;
H A Duemf.c57 \param idx EMR record type.
60 char *U_emr_names(unsigned int idx){ argument
61 if(idx<U_EMR_MIN || idx > U_EMR_MAX){ idx = 0; }
187 return(U_EMR_NAMES[idx]);
H A Dupmf.c271 \param idx PMR record type WITHOUT the U_PMR_RECFLAG bit.
274 char *U_pmr_names(unsigned int idx){ argument
275 if(idx<U_PMR_MIN || idx > U_PMR_MAX){ idx = 0; }
337 return(U_PMR_NAMES[idx]);
H A Duwmf.c56 \param idx WMR record type.
59 uint32_t U_wmr_values(int idx){ argument
319 if(idx<U_WMR_MIN || idx > U_WMR_MAX){ ret = 0xFFFFFFFF; }
320 else { ret = U_WMR_VALUES[idx]; }
328 \param idx WMR record type.
331 const char *U_wmr_names(int idx){ argument
591 if(idx<U_WMR_MIN || idx > U_WMR_MAX){ ret = 256; }
592 else { ret = idx; }
601 U_wmr_escnames(int idx) argument
[all...]

Completed in 1174 milliseconds