Searched refs:cf (Results 1 - 4 of 4) sorted by relevance

/inkscape/CMakeScripts/
H A Dcmake_consistency_check.py239 for cf, i in refs:
240 errs.append((cf, i))
247 for cf, i in errs:
248 print("%s:%d" % (cf, i))
250 # print("sed '%dd' '%s' > '%s.tmp' ; mv '%s.tmp' '%s'" % (i, cf, cf, cf, cf))
260 for cf in sorted(source_list(SOURCE_DIR, is_c)):
261 if not is_ignore(cf)
[all...]
/inkscape/src/
H A Dgradient-drag.cpp150 float cf[4]; local
151 cf[0] = cf[1] = cf[2] = cf[3] = 0;
166 cf[0] += SP_RGBA32_R_F (c);
167 cf[1] += SP_RGBA32_G_F (c);
168 cf[2] += SP_RGBA32_B_F (c);
169 cf[3] += SP_RGBA32_A_F (c);
176 cf[
327 float cf[4]; local
[all...]
/inkscape/src/helper/
H A Dgeom-pathstroke.cpp920 cap_func *cf; local
923 cf = &round_cap;
926 cf = &square_cap;
929 cf = &peak_cap;
932 cf = &flat_cap;
937 cf(res, with_dir, against_dir, width);
946 cf(res, against_dir, with_dir, width);
/inkscape/src/2geom/
H A Dpiecewise.h229 double cf = cuts.front(); local
230 double o = dom.min() - cf, s = dom.extent() / (cuts.back() - cf);
232 cuts[i] = (cuts[i] - cf) * s + o;

Completed in 26 milliseconds