Searched refs:bp (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Ddir-util.cpp66 const char *pp, *bp; local
107 bp = base + strlen (base);
108 if (*(bp - 1) == G_DIR_SEPARATOR)
109 --bp;
116 while (bp > base && *--bp != G_DIR_SEPARATOR)
126 while (bp > base && *--bp != G_DIR_SEPARATOR)
133 length = bp - base;
152 const char *pp, *bp, *branc local
[all...]
/inkscape/po/
H A Dcheck-markup50 while ($str =~ s{<([bisu]|big|su[bp]|small|tt|span)(${attrsRE})>[^<>]*</\1>}{}) {
85 if ($str =~ m{<([bisu]|big|su[bp]|small|tt)\b(?! *)>}) {
90 if ($str =~ m{<([bisu]|big|su[bp]|small|span|tt)${attrsRE}>}) {
95 if ($str =~ m{</\ *([bisu]|big|su[bp]|small|span|tt)\ *>}) {
/inkscape/src/2geom/
H A Dtoposweep.cpp148 Point bp = b.curve.get(ps).pointAt(bt); local
149 if(are_near(ap[dim], bp[dim], tol)) {
152 if(a.tp[dim] < ap[dim] && b.tp[dim] > bp[dim]) return true;
153 if(a.tp[dim] > ap[dim] && b.tp[dim] < bp[dim]) return false;
162 return ap[dim] < bp[dim];
/inkscape/src/ui/tool/
H A Dtransform-handle-set.cpp805 Geom::Point bp = b.dimensions(); local
822 show_scale_side[i] &= (show_scale ? bp[d] >= handle_size[d]
823 : !Geom::are_near(bp[otherd], 0));
824 show_skew[i] = (show_rotate && bp[d] >= handle_size[d]
825 && !Geom::are_near(bp[otherd], 0));
834 _center->setVisible(show_rotate /*&& bp[Geom::X] > handle_size[Geom::X]
835 && bp[Geom::Y] > handle_size[Geom::Y]*/);
/inkscape/src/libavoid/
H A Dconnector.cpp1616 Avoid::Point& bp = *(p_path[i - 1]); local
1630 COLA_ASSERT(ap == bp);
1631 //printf("2: %X, %X\n", (int) &bp, (int) &ap);
1634 std::make_pair(&bp, polyConnRef),
/inkscape/src/ui/tools/
H A Dflood-tool.cpp167 guint ap = 0, rp = 0, gp = 0, bp = 0; local
169 ExtractARGB32(px, ap, rp, gp, bp);
172 // guint ao = 255*255 - (255-ap)*(255-bp); ao = (ao + 127) / 255;
177 guint bo = (255-ap)*bb + 255*bp; bo = (bo + 127) / 255;

Completed in 360 milliseconds