| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_complex.c | 129 double phi, phiinc, inner_radius, outer_radius, delta, phi2; local in function:InitGeneralPoly 140 outer_radius = inner_radius / cos (PI / (2 * nsides)); 144 iradius = outer_radius + 1; 150 curPoint->x = x + (outer_radius * cos(phi2) + 0.5); 151 curPoint->y = y + (outer_radius * sin(phi2) + 0.5);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | eglgears.c | 46 * outer_radius - radius at center of teeth 52 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, argument 61 r1 = outer_radius - tooth_depth / 2.0; 62 r2 = outer_radius + tooth_depth / 2.0;
|
| H A D | peglgears.c | 108 * outer_radius - radius at center of teeth 114 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, argument 123 r1 = outer_radius - tooth_depth / 2.0; 124 r2 = outer_radius + tooth_depth / 2.0;
|
| H A D | xeglgears.c | 117 * outer_radius - radius at center of teeth 123 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, argument 132 r1 = outer_radius - tooth_depth / 2.0; 133 r2 = outer_radius + tooth_depth / 2.0;
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | gears.c | 55 * outer_radius - radius at center of teeth 61 init_gear(struct gear *gear, GLfloat inner_radius, GLfloat outer_radius, argument 71 r1 = outer_radius - tooth_depth / 2.0; 72 r2 = outer_radius + tooth_depth / 2.0;
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | gearbox.c | 40 outer_radius - radius at center of teeth 46 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, argument 55 r1 = outer_radius - tooth_depth / 2.0; 56 r2 = outer_radius + tooth_depth / 2.0;
|
| H A D | gears.c | 42 outer_radius - radius at center of teeth 50 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, argument 59 r1 = outer_radius - tooth_depth / 2.0; 60 r2 = outer_radius + tooth_depth / 2.0;
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | auxbuffer.c | 73 * outer_radius - radius at center of teeth 79 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, argument 88 r1 = outer_radius - tooth_depth / 2.0; 89 r2 = outer_radius + tooth_depth / 2.0;
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-radial-gradient.c | 465 pixman_fixed_t outer_radius, 492 radial->c2.radius = outer_radius; 462 pixman_image_create_radial_gradient(const pixman_point_fixed_t * inner,const pixman_point_fixed_t * outer,pixman_fixed_t inner_radius,pixman_fixed_t outer_radius,const pixman_gradient_stop_t * stops,int n_stops) argument
|
| H A D | pixman.h | 1158 pixman_fixed_t outer_radius,
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/ |
| H A D | es2gears.c | 131 * @param outer_radius radius at center of teeth 139 create_gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, argument 158 r1 = outer_radius - tooth_depth / 2.0; 159 r2 = outer_radius + tooth_depth / 2.0;
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glxcontexts.c | 106 * outer_radius - radius at center of teeth 112 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, argument 121 r1 = outer_radius - tooth_depth / 2.0; 122 r2 = outer_radius + tooth_depth / 2.0;
|
| H A D | glxgears.c | 118 * outer_radius - radius at center of teeth 124 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, argument 133 r1 = outer_radius - tooth_depth / 2.0; 134 r2 = outer_radius + tooth_depth / 2.0;
|
| H A D | glxgears_fbconfig.c | 107 * outer_radius - radius at center of teeth 113 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, argument 122 r1 = outer_radius - tooth_depth / 2.0; 123 r2 = outer_radius + tooth_depth / 2.0;
|
| H A D | glxgears_pixmap.c | 103 * outer_radius - radius at center of teeth 109 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, argument 118 r1 = outer_radius - tooth_depth / 2.0; 119 r2 = outer_radius + tooth_depth / 2.0;
|
| H A D | multictx.c | 82 * outer_radius - radius at center of teeth 88 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, argument 97 r1 = outer_radius - tooth_depth / 2.0; 98 r2 = outer_radius + tooth_depth / 2.0;
|
| H A D | glxswapcontrol.c | 132 * outer_radius - radius at center of teeth 138 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, argument 147 r1 = outer_radius - tooth_depth / 2.0; 148 r2 = outer_radius + tooth_depth / 2.0;
|
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Picture.c | 330 req->outer_radius = gradient->outer.radius;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | renderproto.h | 625 Fixed outer_radius; member in struct:__anonb7d133213208
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | render.c | 2005 stuff->inner_radius, stuff->outer_radius, 2626 swapl(&stuff->outer_radius, n);
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | render.c | 1938 stuff->inner_radius, stuff->outer_radius, 2534 swapl(&stuff->outer_radius);
|