Searched refs:f1 (Results 1 - 18 of 18) sorted by relevance

/inkscape/
H A Dtools-version.sh29 y=`echo $x | cut -f1 -d-`
/inkscape/share/extensions/
H A Dparam_curves.py70 f1 = eval('lambda t: ' + fx.strip('"'))
95 x0 = f1(t_start)
100 x1 = f1(t1)
110 x1 = f1(t1)
111 x2 = f1(t2)
/inkscape/src/extension/internal/
H A Dmetafile-print.h41 double f1; //Vertical (rotating) offset factor (* font height) member in struct:Inkscape::Extension::Internal::FontfixParams
44 FontfixParams() : f1(0), f2(0), f3(0) {}
H A Dwmf-inout.cpp2072 int f1; local
2074 int stat = wmr_arc_points(rc, ArcStart, ArcEnd,&f1, f2, &center, &start, &end, &size);
2081 tmp_path << " " << f1 << "," << f2 << " ";
2124 int f1; local
2126 if(!wmr_arc_points(rc, ArcStart, ArcEnd, &f1, f2, &center, &start, &end, &size)){
2133 tmp_path << " " << f1 << "," << f2 << " ";
2170 double f1 = 1.0 - f; local
2181 << pix_to_xy(d, left , top + cny*f1 )
2183 << pix_to_xy(d, left + cnx*f1 , top )
2191 << pix_to_xy(d, right - cnx*f1 , to
2493 int f1; local
[all...]
H A Demf-inout.cpp2631 double f1 = 1.0 - f; local
2641 << pix_to_xy(d, rc.left , rc.top + cny*f1 )
2643 << pix_to_xy(d, rc.left + cnx*f1 , rc.top )
2651 << pix_to_xy(d, rc.right - cnx*f1 , rc.top )
2653 << pix_to_xy(d, rc.right , rc.top + cny*f1 )
2661 << pix_to_xy(d, rc.right , rc.bottom - cny*f1 )
2663 << pix_to_xy(d, rc.right - cnx*f1 , rc.bottom )
2671 << pix_to_xy(d, rc.left + cnx*f1 , rc.bottom )
2673 << pix_to_xy(d, rc.left , rc.bottom - cny*f1 )
2689 int f1; local
2711 int f1; local
2733 int f1; local
2774 int f1; local
[all...]
H A Dmetafile-print.cpp104 &params.f1, &params.f2, &params.f3, &fontname[0]);
H A Dwmf-print.cpp1499 dx = params.f1 * style->font_size.computed * std::sin(rotb);
1500 dy = params.f1 * style->font_size.computed * std::cos(rotb);
H A Demf-print.cpp2123 dx = params.f1 * style->font_size.computed * std::sin(rotb);
2124 dy = params.f1 * style->font_size.computed * std::cos(rotb);
/inkscape/src/live_effects/
H A Dlpe-ellipse_5pts.cpp152 double f1 = -_det5(mat_f); local
158 {d1/2, e1/2, f1}
166 Geom::Ellipse el(a1, b1, c1, d1, e1, f1);
/inkscape/src/trace/
H A Dsiox.h635 float f1, float f2, float f3);
H A Dsiox.cpp1678 float f1, float f2, float f3)
1685 cm[idx]=f1*cm[idx]+f2*cm[idx+1]+f3*cm[idx+2];
1693 cm[idx]=f3*cm[idx-2]+f2*cm[idx-1]+f1*cm[idx];
1701 cm[idx]=f1*cm[idx]+f2*cm[((y+1)*xres)+x]+f3*cm[((y+2)*xres)+x];
1709 cm[idx]=f3*cm[((y-2)*xres)+x]+f2*cm[((y-1)*xres)+x]+f1*cm[idx];
/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp194 flerp(double f0, double f1, double p) argument
196 return f0 + ( f1 - f0 ) * p;
H A Deraser-tool.cpp164 flerp(double f0, double f1, double p) argument
166 return f0 + ( f1 - f0 ) * p;
/inkscape/src/libuemf/
H A Duemf.c489 \param f1 1 if rotation angle >= 180, else 0
500 int *f1,
569 if(cross >=0){ *f1 = 1; }
570 else { *f1 = 0; }
573 if(cross >=0){ *f1 = 0; }
574 else { *f1 = 1; }
586 \param f1 1 if rotation angle >= 180, else 0
595 int *f1,
603 return emr_arc_points_common(&(pEmr->rclBox), &(pEmr->ptlStart), &(pEmr->ptlEnd), f1, f2, center, start, end, size );
496 emr_arc_points_common( PU_RECTL rclBox, PU_POINTL ArcStart, PU_POINTL ArcEnd, int *f1, int f2, PU_PAIRF center, PU_PAIRF start, PU_PAIRF end, PU_PAIRF size ) argument
593 emr_arc_points( PU_ENHMETARECORD record, int *f1, int f2, PU_PAIRF center, PU_PAIRF start, PU_PAIRF end, PU_PAIRF size ) argument
H A Duemf.h3352 int emr_arc_points(PU_ENHMETARECORD record, int *f1, int f2, PU_PAIRF center, PU_PAIRF start, PU_PAIRF end, PU_PAIRF size);
3354 int *f1, int f2, PU_PAIRF center, PU_PAIRF start, PU_PAIRF end, PU_PAIRF size);
H A Duwmf.h2407 int *f1, int f2, U_PAIRF *center, U_PAIRF *start, U_PAIRF *end, U_PAIRF *size );
H A Duwmf.c730 \param f1 1 if rotation angle >= 180, else 0
741 int *f1,
758 return emr_arc_points_common(&rclBox, &ArcStart, &ArcEnd, f1, f2, center, start, end, size);
737 wmr_arc_points( U_RECT16 rclBox16, U_POINT16 ArcStart16, U_POINT16 ArcEnd16, int *f1, int f2, U_PAIRF *center, U_PAIRF *start, U_PAIRF *end, U_PAIRF *size ) argument
/inkscape/packaging/macosx/
H A Dosx-app.sh624 IMAGEMAGICKVER_MAJOR="$(cut -d. -f1 <<< "$IMAGEMAGICKVER")"
669 extra_bin=$(find $pkgbin -exec file {} \; | grep executable | grep -v text | cut -d: -f1)
691 2>/dev/null | fgrep compatibility | cut -d\( -f1 | grep $LIBPREFIX | sort | uniq)"
723 fileLibs="$(otool -L $1 | fgrep compatibility | cut -d\( -f1)"
751 first="$(echo $lib | cut -d/ -f1-3)"

Completed in 113 milliseconds