Searched defs:cf (Results 1 - 3 of 3) sorted by relevance

/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;
/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);

Completed in 722 milliseconds