Searched refs:post (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/widget/
H A Dcolor-icc-selector.cpp606 cmsUInt16Number post[4] = { 0, 0, 0, 0 }; local
607 cmsDoTransform(trans, pre, post, 1);
609 g_message("got on out [%04x] [%04x] [%04x] [%04x]", post[0], post[1], post[2], post[3]);
622 (((gdouble)post[i]) / 65535.0) * (gdouble)((i < things.size()) ? things[i].scale : 1);
630 cmsDoTransform(retrans, post, pre, 1);
764 guchar post[4] = { 0, 0, 0, 0 }; local
767 cmsDoTransform(trans, tmp, post,
989 guchar post[4] = { 0, 0, 0, 0 }; local
[all...]
/inkscape/packaging/macosx/ports/_resources/port1.0/group/
H A Dpython-1.0.tcl140 post-destroot {
/inkscape/src/ui/tools/
H A Deraser-tool.cpp806 Geom::Point const &to, Geom::Point const &post,
821 Geom::Point v_out = to - post;
804 add_cap(SPCurve *curve, Geom::Point const &pre, Geom::Point const &from, Geom::Point const &to, Geom::Point const &post, double rounding) argument

Completed in 43 milliseconds