Searched refs:yttt (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/helper/ |
H A D | geom.cpp | 119 double yttt = s * s * s * y000 + 3 * s * s * t * y001 + 3 * s * t * t * y011 + t * t * t * y111; local 120 bbox[1].expandTo(yttt); 127 Geom::Coord d, s, t, yttt; local 133 yttt = s * s * s * y000 + 3 * s * s * t * y001 + 3 * s * t * t * y011 + t * t * t * y111; 134 bbox[1].expandTo(yttt); 139 yttt = s * s * s * y000 + 3 * s * s * t * y001 + 3 * s * t * t * y011 + t * t * t * y111; 140 bbox[1].expandTo(yttt); 320 Geom::Coord y00t, y0tt, yttt, y1tt, y11t, y01t; local 338 yttt = s * y0tt + t * y1tt; 340 geom_cubic_bbox_wind_distance (x000, y000, x00t, y00t, x0tt, y0tt, xttt, yttt, p [all...] |
Completed in 15 milliseconds