Searched refs:br (Results 1 - 4 of 4) sorted by relevance

/inkscape/share/extensions/
H A Dprinting_marks.py258 br = self.unittouu(str(self.options.bleed_right) + self.options.unit)
266 if br < offset : bmr = 0
267 else : bmr = br - offset
346 self.draw_bleed_line(self.area_x2 + br, offset_top - bmt,
347 self.area_x2 + br, offset_top - bmt - self.mark_size,
362 self.draw_bleed_line(self.area_x2 + br, offset_bottom + bmb,
363 self.area_x2 + br, offset_bottom + bmb + self.mark_size,
/inkscape/src/ui/dialog/
H A Dspellcheck.cpp594 Geom::Point tl, br; local
595 tl = br = points.front();
601 if (points[i][Geom::X] > br[Geom::X])
602 br[Geom::X] = points[i][Geom::X];
603 if (points[i][Geom::Y] > br[Geom::Y])
604 br[Geom::Y] = points[i][Geom::Y];
608 Geom::Rect area = Geom::Rect(tl, br);
609 double mindim = fabs(tl[Geom::Y] - br[Geom::Y]);
610 if (fabs(tl[Geom::X] - br[Geom::X]) < mindim)
611 mindim = fabs(tl[Geom::X] - br[Geo
[all...]
/inkscape/src/extension/internal/filter/
H A Dpaint.h755 std::ostringstream br; local
781 br << ((pcolor >> 24) & 0xff);
814 br.str().c_str(), bg.str().c_str(), bb.str().c_str(), ba.str().c_str(), iop.str().c_str(),
/inkscape/src/ui/widget/
H A Dgimpcolorwheel.c1022 gint xl, xr, rl, rr, gl, gr, bl, br; /* Scanline data */ local
1121 br = LERP (b1, b3, y1, y3, y_interp);
1128 SWAP (bl, br, t);
1146 LERP (bl, br, xl, xr, x_interp));
1149 c = (rr << 16) | (gr << 8) | br;

Completed in 24 milliseconds