Searched refs:ap (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/libavoid/ |
H A D | debug.h | 42 va_list ap; local 43 va_start(ap, fmt); 44 vfprintf(stdout, fmt, ap); 45 va_end(ap);
|
H A D | connector.cpp | 1615 Avoid::Point& ap = *(c_path[i - 1]); local 1617 int orientation = (ap.x == an.x) ? 0 : 1; 1630 COLA_ASSERT(ap == bp); 1631 //printf("2: %X, %X\n", (int) &bp, (int) &ap); 1632 orderSwapped = (*pointOrders)[ap].addPoints( 1635 std::make_pair(&ap, connConnRef),
|
/inkscape/src/ |
H A D | deptool.cpp | 431 va_list ap; local 432 va_start(ap, fmt); 434 vfprintf(stderr, fmt, ap); 436 va_end(ap); 445 va_list ap; local 446 va_start(ap, fmt); 448 vfprintf(stdout, fmt, ap); 450 va_end(ap);
|
H A D | sp-item.cpp | 1147 Inkscape::DrawingPattern *ap = fill_ps->show(drawing, fill_key, item_bbox); local 1148 ai->setFillPattern(ap); 1149 if (ap) { 1160 Inkscape::DrawingPattern *ap = stroke_ps->show(drawing, stroke_key, item_bbox); local 1161 ai->setStrokePattern(ap); 1162 if (ap) {
|
/inkscape/src/2geom/ |
H A D | toposweep.cpp | 147 Point ap = a.curve.get(ps).pointAt(at); 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/tools/ |
H A D | flood-tool.cpp | 167 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; 173 // guint ao = (255-ap)*ab + 255*ap; ao = (ao + 127) / 255; 175 guint ro = (255-ap)*rb + 255*rp; ro = (ro + 127) / 255; 176 guint go = (255-ap)*gb + 255*gp; go = (go + 127) / 255; 177 guint bo = (255-ap)*bb + 255*bp; bo = (bo + 127) / 255;
|
/inkscape/ |
H A D | buildtool.cpp | 10098 va_list ap; local 10099 va_start(ap, fmt); 10101 vfprintf(stderr, fmt, ap); 10103 va_end(ap);
|
Completed in 1064 milliseconds