Home
last modified time | relevance | path

Searched refs:ArcPtr (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Ddup.c482 void DupArcObj(ArcPtr, ObjPtr) in DupArcObj() argument
483 struct ArcRec *ArcPtr; in DupArcObj()
493 arc_ptr->aw = ArcPtr->aw;
494 arc_ptr->ah = ArcPtr->ah;
502 arc_ptr->xc = ArcPtr->xc; arc_ptr->yc = ArcPtr->yc;
503 arc_ptr->x1 = ArcPtr->x1; arc_ptr->y1 = ArcPtr->y1;
504 arc_ptr->x2 = ArcPtr->x2; arc_ptr->y2 = ArcPtr->y2;
506 arc_ptr->ltx = ArcPtr->ltx; arc_ptr->lty = ArcPtr->lty;
507 arc_ptr->w = ArcPtr->w; arc_ptr->h = ArcPtr->h;
508 arc_ptr->angle1 = ArcPtr->angle1; arc_ptr->angle2 = ArcPtr->angle2;
[all …]
H A Darc.c158 void ArcRealX2Y2(ArcPtr, RealX2, RealY2) in ArcRealX2Y2() argument
159 register struct ArcRec *ArcPtr; in ArcRealX2Y2()
163 int w=ArcPtr->w, h=ArcPtr->h;
165 angle_in_radian = (ArcPtr->angle1+ArcPtr->angle2)*M_PI/180/64;
166 *RealX2 = ArcPtr->xc + round((w/2)*cos(angle_in_radian));
167 *RealY2 = ArcPtr->yc - round((h/2)*sin(angle_in_radian));
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.c80 static ArcPtr newGraphArc( void );
97 static ArcPtr newGraphArc();
156 ArcPtr p;
425 static ArcPtr newGraphArc(void) in newGraphArc()
427 static ArcPtr newGraphArc() in newGraphArc()
430 ArcPtr p; in newGraphArc()
431 p = (ArcPtr) calloc(1, sizeof(Arc)); in newGraphArc()
433 if ( freelist != NULL ) p->track = (ArcPtr) freelist; in newGraphArc()
460 ArcPtr a;
H A Drexpr.h10 } Arc, *ArcPtr; typedef
14 ArcPtr arcs, arctail;
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.c80 static ArcPtr newGraphArc( void );
97 static ArcPtr newGraphArc();
156 ArcPtr p;
425 static ArcPtr newGraphArc(void) in newGraphArc()
427 static ArcPtr newGraphArc() in newGraphArc()
430 ArcPtr p; in newGraphArc()
431 p = (ArcPtr) calloc(1, sizeof(Arc)); in newGraphArc()
433 if ( freelist != NULL ) p->track = (ArcPtr) freelist; in newGraphArc()
460 ArcPtr a;
H A Drexpr.h10 } Arc, *ArcPtr; typedef
14 ArcPtr arcs, arctail;
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.c80 static ArcPtr newGraphArc( void );
97 static ArcPtr newGraphArc();
156 ArcPtr p;
425 static ArcPtr newGraphArc(void) in newGraphArc()
427 static ArcPtr newGraphArc() in newGraphArc()
430 ArcPtr p; in newGraphArc()
431 p = (ArcPtr) calloc(1, sizeof(Arc)); in newGraphArc()
433 if ( freelist != NULL ) p->track = (ArcPtr) freelist; in newGraphArc()
460 ArcPtr a;
H A Drexpr.h10 } Arc, *ArcPtr; typedef
14 ArcPtr arcs, arctail;
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.c80 static ArcPtr newGraphArc( void );
97 static ArcPtr newGraphArc();
156 ArcPtr p;
425 static ArcPtr newGraphArc(void) in newGraphArc()
427 static ArcPtr newGraphArc() in newGraphArc()
430 ArcPtr p; in newGraphArc()
431 p = (ArcPtr) calloc(1, sizeof(Arc)); in newGraphArc()
433 if ( freelist != NULL ) p->track = (ArcPtr) freelist; in newGraphArc()
460 ArcPtr a;
H A Drexpr.h10 } Arc, *ArcPtr; typedef
14 ArcPtr arcs, arctail;
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.c80 static ArcPtr newGraphArc( void );
97 static ArcPtr newGraphArc();
156 ArcPtr p;
425 static ArcPtr newGraphArc(void) in newGraphArc()
427 static ArcPtr newGraphArc() in newGraphArc()
430 ArcPtr p; in newGraphArc()
431 p = (ArcPtr) calloc(1, sizeof(Arc)); in newGraphArc()
433 if ( freelist != NULL ) p->track = (ArcPtr) freelist; in newGraphArc()
460 ArcPtr a;
H A Drexpr.h10 } Arc, *ArcPtr; typedef
14 ArcPtr arcs, arctail;
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.c80 static ArcPtr newGraphArc( void );
97 static ArcPtr newGraphArc();
156 ArcPtr p;
425 static ArcPtr newGraphArc(void) in newGraphArc()
427 static ArcPtr newGraphArc() in newGraphArc()
430 ArcPtr p; in newGraphArc()
431 p = (ArcPtr) calloc(1, sizeof(Arc)); in newGraphArc()
433 if ( freelist != NULL ) p->track = (ArcPtr) freelist; in newGraphArc()
460 ArcPtr a;
H A Drexpr.h10 } Arc, *ArcPtr; typedef
14 ArcPtr arcs, arctail;
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.c80 static ArcPtr newGraphArc( void );
97 static ArcPtr newGraphArc();
156 ArcPtr p;
425 static ArcPtr newGraphArc(void) in newGraphArc()
427 static ArcPtr newGraphArc() in newGraphArc()
430 ArcPtr p; in newGraphArc()
431 p = (ArcPtr) calloc(1, sizeof(Arc)); in newGraphArc()
433 if ( freelist != NULL ) p->track = (ArcPtr) freelist; in newGraphArc()
460 ArcPtr a;
H A Drexpr.h10 } Arc, *ArcPtr; typedef
14 ArcPtr arcs, arctail;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.c80 static ArcPtr newGraphArc( void );
97 static ArcPtr newGraphArc();
156 ArcPtr p;
425 static ArcPtr newGraphArc(void) in newGraphArc()
427 static ArcPtr newGraphArc() in newGraphArc()
430 ArcPtr p; in newGraphArc()
431 p = (ArcPtr) calloc(1, sizeof(Arc)); in newGraphArc()
433 if ( freelist != NULL ) p->track = (ArcPtr) freelist; in newGraphArc()
460 ArcPtr a;
H A Drexpr.h10 } Arc, *ArcPtr; typedef
14 ArcPtr arcs, arctail;
/dports/devel/cccc/cccc-3.1.6/pccts/support/rexpr/
H A Drexpr.c80 static ArcPtr newGraphArc( void );
97 static ArcPtr newGraphArc();
156 ArcPtr p;
425 static ArcPtr newGraphArc(void) in newGraphArc()
427 static ArcPtr newGraphArc() in newGraphArc()
430 ArcPtr p; in newGraphArc()
431 p = (ArcPtr) calloc(1, sizeof(Arc)); in newGraphArc()
433 if ( freelist != NULL ) p->track = (ArcPtr) freelist; in newGraphArc()
460 ArcPtr a;
H A Drexpr.h10 } Arc, *ArcPtr; typedef
14 ArcPtr arcs, arctail;
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.c80 static ArcPtr newGraphArc( void );
97 static ArcPtr newGraphArc();
156 ArcPtr p;
425 static ArcPtr newGraphArc(void) in newGraphArc()
427 static ArcPtr newGraphArc() in newGraphArc()
430 ArcPtr p; in newGraphArc()
431 p = (ArcPtr) calloc(1, sizeof(Arc)); in newGraphArc()
433 if ( freelist != NULL ) p->track = (ArcPtr) freelist; in newGraphArc()
460 ArcPtr a;
H A Drexpr.h10 } Arc, *ArcPtr; typedef
14 ArcPtr arcs, arctail;
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Drexpr.c80 static ArcPtr newGraphArc( void );
97 static ArcPtr newGraphArc();
156 ArcPtr p;
425 static ArcPtr newGraphArc(void) in newGraphArc()
427 static ArcPtr newGraphArc() in newGraphArc()
430 ArcPtr p; in newGraphArc()
431 p = (ArcPtr) calloc(1, sizeof(Arc)); in newGraphArc()
433 if ( freelist != NULL ) p->track = (ArcPtr) freelist; in newGraphArc()
460 ArcPtr a;
H A Drexpr.h10 } Arc, *ArcPtr; typedef
14 ArcPtr arcs, arctail;