Searched defs:bb (Results 1 - 12 of 12) sorted by relevance
/inkscape/src/2geom/ |
H A D | crossing.cpp | 120 OptRect bb = a[i].boundsFast(); local 121 if (bb) { 122 rs.push_back(*bb);
|
H A D | nearest-time.cpp | 214 Rect bb; local 216 bb = *bounds_fast(c[i]); 217 dsq = distanceSq(p, bb); 228 bb = *bounds_fast(c[ei]); 229 dsq = distanceSq(p, bb); 272 Rect bb; local 275 bb = *bounds_fast(c[i]); 276 dsq = distanceSq(p, bb); 294 bb = *bounds_fast(c[ei]); 295 dsq = distanceSq(p, bb); [all...] |
H A D | crossing.h | 134 OptRect bb = a[i].boundsFast(); local 135 if (bb) { 136 rs.push_back(*bb);
|
H A D | d2-sbasis.cpp | 111 Piecewise<D2<SBasis> > bb = partition(b,a.cuts); local 115 result.push(dot(aa.segs[i],bb.segs[i]),aa.cuts[i+1]); 149 Piecewise<D2<SBasis> > bb = partition(b,a.cuts); local 153 result.push(cross(aa.segs[i],bb.segs[i]),aa.cuts[i+1]);
|
H A D | polynomial.cpp | 174 Poly bb = ci*b; 176 r -= bb.shifted(i); 196 Poly bb = ci*b; local 198 // << bb.shifted(i-l) << " r= " << r << std::endl; 199 r -= bb.shifted(i-l);
|
H A D | ellipse.cpp | 489 // | dd/2 ee/2 bb | |y| 521 Coord bb = mus[i] * B + b; local 523 Coord delta = ee*ee - 4*aa*bb; 533 Coord bb = mu * B + b; local 542 bb /= aa; cc /= aa; dd /= aa; ee /= aa; /*ff /= aa;*/ 543 Coord s = (ee + std::sqrt(ee*ee - 4*bb)) / 2; 550 } else if (bb != 0) { 551 cc /= bb; /*dd /= bb;*/ ee /= bb; f [all...] |
/inkscape/src/display/ |
H A D | nr-filter-primitive.cpp | 141 Geom::Rect bb = *bb_opt; local 147 double len_x = bb.width(); 148 double len_y = bb.height(); 155 if( _subregion_x._set && (_subregion_x.unit != SVGLength::PERCENT) ) x = bb.min()[X] + bb.width() * _subregion_x.value; 156 if( _subregion_y._set && (_subregion_y.unit != SVGLength::PERCENT) ) y = bb.min()[Y] + bb.height() * _subregion_y.value; 157 if( _subregion_width._set && (_subregion_width.unit != SVGLength::PERCENT) ) width = bb.width() * _subregion_width.value; 158 if( _subregion_height._set && (_subregion_height.unit != SVGLength::PERCENT) ) height = bb.height() * _subregion_height.value; 160 if( _subregion_x._set && (_subregion_x.unit == SVGLength::PERCENT) ) x = bb [all...] |
/inkscape/src/libcola/ |
H A D | defs.h | 43 boxf *bb; /* bounding box of each cluster */ member in struct:cluster_data 113 boxf *bb; /* bounding box of each cluster */ member in struct:cluster_data
|
/inkscape/src/extension/internal/filter/ |
H A D | paint.h | 757 std::ostringstream bb; local 783 bb << ((pcolor >> 8) & 0xff); 814 br.str().c_str(), bg.str().c_str(), bb.str().c_str(), ba.str().c_str(), iop.str().c_str(),
|
/inkscape/src/ |
H A D | seltrans.cpp | 901 Inkscape::PureScale *bb, *sn; local 917 bb = new Inkscape::PureScaleConstrained(default_scale, _origin_for_bboxpoints); 921 bb = new Inkscape::PureScale(default_scale, _origin_for_bboxpoints, false); 926 m.snapTransformed(_bbox_points, _point, (*bb)); 932 if (bb->best_snapped_point.getSnapped() || sn->best_snapped_point.getSnapped()) { 933 if (bb->best_snapped_point.getSnapped()) { 934 if (!bb->best_snapped_point.isOtherSnapBetter(sn->best_snapped_point, false)) { 936 _desktop->snapindicator->set_new_snaptarget(bb->best_snapped_point); 937 default_scale = bb->getScaleSnapped(); 955 delete bb; 1015 Inkscape::PureStretchConstrained bb = Inkscape::PureStretchConstrained(Geom::Coord(default_scale[axis]), _origin_for_bboxpoints, Geom::Dim2(axis), symmetrical); local 1383 Inkscape::PureTranslate *bb, *sn; local [all...] |
/inkscape/src/widgets/ |
H A D | ege-adjustment-action.cpp | 530 EgeAdjustmentDescr const * bb = (EgeAdjustmentDescr const *)b; local 532 if ( aa && bb ) { 533 if ( aa->value < bb->value ) { 535 } else if ( aa->value > bb->value ) {
|
/inkscape/src/ui/tools/ |
H A D | flood-tool.cpp | 168 guint rb = 0, gb = 0, bb = 0; local 170 ExtractRGB32(bg, rb, gb, bb); 177 guint bo = (255-ap)*bb + 255*bp; bo = (bo + 127) / 255;
|
Completed in 39 milliseconds