| /xsrc/external/mit/x11perf/dist/ |
| do_complex.c | 129 double phi, phiinc, inner_radius, outer_radius, delta, phi2; local 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/ |
| eglgears.c | 46 * outer_radius - radius at center of teeth 52 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, 61 r1 = outer_radius - tooth_depth / 2.0; 62 r2 = outer_radius + tooth_depth / 2.0;
|
| peglgears.c | 108 * outer_radius - radius at center of teeth 114 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, 123 r1 = outer_radius - tooth_depth / 2.0; 124 r2 = outer_radius + tooth_depth / 2.0;
|
| xeglgears.c | 117 * outer_radius - radius at center of teeth 123 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, 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/ |
| gears.c | 55 * outer_radius - radius at center of teeth 61 init_gear(struct gear *gear, GLfloat inner_radius, GLfloat outer_radius, 71 r1 = outer_radius - tooth_depth / 2.0; 72 r2 = outer_radius + tooth_depth / 2.0;
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| gearbox.c | 40 outer_radius - radius at center of teeth 46 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, 55 r1 = outer_radius - tooth_depth / 2.0; 56 r2 = outer_radius + tooth_depth / 2.0;
|
| gears.c | 42 outer_radius - radius at center of teeth 50 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, 59 r1 = outer_radius - tooth_depth / 2.0; 60 r2 = outer_radius + tooth_depth / 2.0;
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| auxbuffer.c | 73 * outer_radius - radius at center of teeth 79 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, 88 r1 = outer_radius - tooth_depth / 2.0; 89 r2 = outer_radius + tooth_depth / 2.0;
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-radial-gradient.c | 465 pixman_fixed_t outer_radius, 492 radial->c2.radius = outer_radius;
|
| pixman.h | 1158 pixman_fixed_t outer_radius,
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/ |
| es2gears.c | 131 * @param outer_radius radius at center of teeth 139 create_gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, 158 r1 = outer_radius - tooth_depth / 2.0; 159 r2 = outer_radius + tooth_depth / 2.0;
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| glxcontexts.c | 106 * outer_radius - radius at center of teeth 112 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, 121 r1 = outer_radius - tooth_depth / 2.0; 122 r2 = outer_radius + tooth_depth / 2.0;
|
| glxgears.c | 118 * outer_radius - radius at center of teeth 124 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, 133 r1 = outer_radius - tooth_depth / 2.0; 134 r2 = outer_radius + tooth_depth / 2.0;
|
| glxgears_fbconfig.c | 107 * outer_radius - radius at center of teeth 113 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, 122 r1 = outer_radius - tooth_depth / 2.0; 123 r2 = outer_radius + tooth_depth / 2.0;
|
| glxgears_pixmap.c | 103 * outer_radius - radius at center of teeth 109 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, 118 r1 = outer_radius - tooth_depth / 2.0; 119 r2 = outer_radius + tooth_depth / 2.0;
|
| multictx.c | 82 * outer_radius - radius at center of teeth 88 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, 97 r1 = outer_radius - tooth_depth / 2.0; 98 r2 = outer_radius + tooth_depth / 2.0;
|
| glxswapcontrol.c | 132 * outer_radius - radius at center of teeth 138 gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, 147 r1 = outer_radius - tooth_depth / 2.0; 148 r2 = outer_radius + tooth_depth / 2.0;
|
| /xsrc/external/mit/libXrender/dist/src/ |
| Picture.c | 330 req->outer_radius = gradient->outer.radius;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| renderproto.h | 625 Fixed outer_radius; member in struct:__anon11802
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| render.c | 1938 stuff->inner_radius, stuff->outer_radius, 2534 swapl(&stuff->outer_radius);
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| render.c | 2005 stuff->inner_radius, stuff->outer_radius, 2626 swapl(&stuff->outer_radius, n);
|