Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 90830 Details for
Bug 130161
[4.1/ICE] fontforge 20060408 fails when building with -O3 -ftracer -fPIC
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ice.i
ice.i (text/plain), 697 bytes, created by
SpanKY
on 2006-07-04 00:54:31 UTC
(
hide
)
Description:
ice.i
Filename:
MIME Type:
Creator:
SpanKY
Created:
2006-07-04 00:54:31 UTC
Size:
697 bytes
patch
obsolete
>struct displayfuncs { > void (*init) (); >} funcs; >struct gpsdisplay { > struct displayfuncs *funcs; >}; >static void PSMyArc(double cx, double cy, double radx, double rady, double sa, > double ta) >{ > double ea; > double temp; > ea = sa + ta; > while (sa < ea) { > temp = ((sa + 90) / 90) * 90; > PSDoArc(cx, sa, ea < temp ? ea : temp); > sa = temp; > } >} >static void PSDrawElipse() >{ > float cx; > float cy; > float radx; > float rady; > if (radx != rady) > PSMyArc(cx, cy, radx, rady, 0, 360); >} >static void PSDrawFillCircle() >{ > PSDrawElipse(); >} >static struct displayfuncs psfuncs[] = { > PSDrawFillCircle >}; >void _GPSDraw_CreateDisplay() >{ > struct gpsdisplay *gdisp; > gdisp->funcs = (void *)&psfuncs; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 130161
:
84773
|
84774
|
84775
| 90830