Searched refs:outer_radius (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/x11perf/dist/
H A Ddo_complex.c129 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 Deglgears.c46 * 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 Dpeglgears.c108 * 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 Dxeglgears.c117 * 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 Dgears.c55 * 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 Dgearbox.c40 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 Dgears.c42 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 Dauxbuffer.c73 * 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 Dpixman-radial-gradient.c465 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 Dpixman.h1158 pixman_fixed_t outer_radius,
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
H A Des2gears.c131 * @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 Dglxcontexts.c106 * 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 Dglxgears.c118 * 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 Dglxgears_fbconfig.c107 * 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 Dglxgears_pixmap.c103 * 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 Dmultictx.c82 * 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 Dglxswapcontrol.c132 * 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 DPicture.c330 req->outer_radius = gradient->outer.radius;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drenderproto.h625 Fixed outer_radius; member in struct:__anonb7d133213208
/xsrc/external/mit/xorg-server.old/dist/render/
H A Drender.c2005 stuff->inner_radius, stuff->outer_radius,
2626 swapl(&stuff->outer_radius, n);
/xsrc/external/mit/xorg-server/dist/render/
H A Drender.c1938 stuff->inner_radius, stuff->outer_radius,
2534 swapl(&stuff->outer_radius);

Completed in 29 milliseconds