/inkscape/src/extension/internal/ |
H A D | metafile-print.h | 42 double f2; //Vertical (nonrotating) offset factor (* font height) member in struct:Inkscape::Extension::Internal::FontfixParams 44 FontfixParams() : f1(0), f2(0), f3(0) {}
|
H A D | wmf-inout.cpp | 2073 int f2 = (d->arcdir == U_AD_COUNTERCLOCKWISE ? 0 : 1); local 2074 int stat = wmr_arc_points(rc, ArcStart, ArcEnd,&f1, f2, ¢er, &start, &end, &size); 2081 tmp_path << " " << f1 << "," << f2 << " "; local 2125 int f2 = (d->arcdir == U_AD_COUNTERCLOCKWISE ? 0 : 1); local 2126 if(!wmr_arc_points(rc, ArcStart, ArcEnd, &f1, f2, ¢er, &start, &end, &size)){ 2133 tmp_path << " " << f1 << "," << f2 << " "; local 2494 int f2 = (d->arcdir == U_AD_COUNTERCLOCKWISE ? 0 : 1); local 2495 if(!wmr_arc_points(rc, ArcStart, ArcEnd, &f1, f2, ¢er, &start, &end, &size)){ 2501 tmp_path << " " << f1 << "," << f2 << " "; local
|
H A D | emf-inout.cpp | 2690 int f2 = (d->arcdir == U_AD_COUNTERCLOCKWISE ? 0 : 1); local 2691 int stat = emr_arc_points( lpEMFR, &f1, f2, ¢er, &start, &end, &size); 2698 tmp_path << " " << f1 << "," << f2 << " "; local 2712 int f2 = (d->arcdir == U_AD_COUNTERCLOCKWISE ? 0 : 1); local 2713 if(!emr_arc_points( lpEMFR, &f1, f2, ¢er, &start, &end, &size)){ 2719 tmp_path << " " << f1 << "," << f2 << " "; local 2734 int f2 = (d->arcdir == U_AD_COUNTERCLOCKWISE ? 0 : 1); local 2735 if(!emr_arc_points( lpEMFR, &f1, f2, ¢er, &start, &end, &size)){ 2742 tmp_path << " " << f1 << "," << f2 << " "; local 2775 int f2 local 2783 tmp_path << " " << f1 << "," << f2 << " "; local [all...] |
/inkscape/src/libuemf/ |
H A D | uemf.c | 490 \param f2 Rotation direction, 1 if counter clockwise, else 0 501 int f2, 568 if(!f2){ // counter clockwise rotation 587 \param f2 Rotation direction, 1 if counter clockwise, else 0 596 int f2, 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 D | uwmf.c | 731 \param f2 Rotation direction, 1 if counter clockwise, else 0 742 int f2, 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
|