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

/inkscape/src/
H A Dsp-mesh-array.cpp650 gint istop = 0;
653 if( irow != 0 ) ++istop;
658 if( istop > 3 ) {
659 // std::cout << " Mesh Gradient: Too many stops: " << istop << std::endl;
666 if( istop == 0 && icolumn == 0 ) {
671 current_p = new_patch.getPoint( istop, 0 );
675 if( icolumn == 0 && istop == 3 ) closed = true;
676 if( icolumn > 0 && istop == 2 ) closed = true;
691 new_patch.setPathType( istop, path_type );
702 new_patch.setPoint( istop,
[all...]
/inkscape/src/extension/internal/
H A Demf-print.cpp1168 int istop = 1; local
1206 sp_color_get_rgb_floatv(&tg->vector.stops[istop].color, rgb);
1207 opa = tg->vector.stops[istop].opacity;
1224 istop++;
1225 if (istop >= nstops) {
1226 istop = nstops - 1;
1230 doff_range = tg->vector.stops[istop].offset; // next or last stop
1232 sp_color_get_rgb_floatv(&tg->vector.stops[istop].color, rgb);
1233 opa = tg->vector.stops[istop].opacity;
1280 for(;istop<nstop
[all...]
H A Dwmf-print.cpp676 int istop = 1; local
714 sp_color_get_rgb_floatv(&tg->vector.stops[istop].color, rgb);
715 opa = tg->vector.stops[istop].opacity;
732 istop++;
733 if (istop >= nstops) {
737 doff_range = tg->vector.stops[istop].offset; // next or last stop
739 sp_color_get_rgb_floatv(&tg->vector.stops[istop].color, rgb);
740 opa = tg->vector.stops[istop].opacity;
768 sp_color_get_rgb_floatv(&tg->vector.stops[istop].color, rgb);
769 opa = tg->vector.stops[istop]
[all...]

Completed in 24 milliseconds