Searched defs:transf (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/live_effects/parameter/
H A Dpoint.cpp128 Geom::Affine transf = desktop->doc2dt(); local
129 pointwdg->setTransform(transf);
/inkscape/src/
H A Dknot-holder-entity.cpp143 Geom::Affine transf = pat->getTransform(); local
144 return Geom::atan2(transf.xAxis());
149 Geom::Affine transf = pat->getTransform(); local
150 return Geom::Point( transf.expansionX(), transf.expansionY() );
H A Dsp-image.cpp298 cmsHTRANSFORM transf = cmsCreateTransform( prof, local
303 if ( transf ) {
307 cmsDoTransform( transf, currLine, currLine, imagewidth );
311 cmsDeleteTransform( transf );
H A Dcolor-profile.cpp986 static cmsHTRANSFORM transf = 0; variable
1005 if ( transf ) {
1006 cmsDeleteTransform( transf );
1007 transf = 0;
1032 if ( transf ) {
1033 cmsDeleteTransform( transf );
1034 transf = 0;
1059 if ( transf ) {
1060 cmsDeleteTransform( transf );
1061 transf
1207 cmsHTRANSFORM transf; member in class:MemProfile
[all...]
/inkscape/src/extension/internal/filter/
H A Dpaint.h130 std::ostringstream transf; local
161 transf << "0 1 0 1";
163 transf << "0 1 1";
166 transf << " 0";
203 "</filter>\n", light.str().c_str(), noise.str().c_str(), b1in.str().c_str(), dblend.str().c_str(), smooth.str().c_str(), grainxf.str().c_str(), grainyf.str().c_str(), grainc.str().c_str(), grainv.str().c_str(), grainexp.str().c_str(), grainero.str().c_str(), graincol.str().c_str(), b2in.str().c_str(), gblend.str().c_str(), saturation.str().c_str(), transf.str().c_str(), transf.str().c_str(), transf.str().c_str(), col3in.str().c_str());
897 std::ostringstream transf; local
908 transf << "0";
913 transf << "
996 std::ostringstream transf; local
[all...]
/inkscape/src/display/
H A Dsp-canvas.cpp1569 cmsHTRANSFORM transf = 0; local
1573 transf = Inkscape::CMSSystem::getDisplayPer(_cms_key);
1575 transf = Inkscape::CMSSystem::getDisplayTransform();
1578 if (transf) {
1584 Inkscape::CMSSystem::doTransform(transf, row, row, paint_rect.width());

Completed in 190 milliseconds