Searched refs:theta (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/freetype/dist/src/base/
H A Dfttrigon.c164 FT_Angle theta )
175 while ( theta < -FT_ANGLE_PI4 )
180 theta += FT_ANGLE_PI2;
183 while ( theta > FT_ANGLE_PI4 )
188 theta -= FT_ANGLE_PI2;
196 if ( theta < 0 )
201 theta += *arctanptr++;
208 theta -= *arctanptr++;
220 FT_Angle theta; local in function:ft_trig_pseudo_polarize
234 theta
163 ft_trig_pseudo_rotate(FT_Vector * vec,FT_Angle theta) argument
[all...]
H A Dftstroke.c109 FT_Angle theta; local in function:ft_conic_is_small_enough
148 theta = ft_pos_abs( FT_Angle_Diff( *angle_in, *angle_out ) );
150 return FT_BOOL( theta < FT_SMALL_CONIC_THRESHOLD );
975 FT_Angle phi, theta, rotate; local in function:ft_stroker_inside
984 theta = FT_Angle_Diff( stroker->angle_in, stroker->angle_out ) / 2;
990 theta > 0x59C000 || theta < -0x59C000 )
998 FT_Vector_Unit( &sigma, theta );
1019 phi = stroker->angle_in + theta + rotate;
1052 FT_Angle theta local in function:ft_stroker_outside
1427 FT_Angle theta, phi, rotate, alpha0 = 0; local in function:FT_Stroker_ConicTo
[all...]
/xsrc/external/mit/libX11/dist/src/xcms/
H A DHVC.c240 * This routine computes the theta offset of a given
471 XcmsFloat theta, L2, u, v, nThetaLow, nThetaHigh;
519 theta = 0.0;
521 theta = v / u;
522 theta = (XcmsFloat) XCMS_ATAN((double)theta);
523 theta = degrees(theta);
541 while (theta < nThetaLow) {
542 theta
466 XcmsFloat theta, L2, u, v, nThetaLow, nThetaHigh; local in function:XcmsCIEuvYToTekHVC
[all...]
/xsrc/external/mit/mesa-demos/dist/src/osdemos/
H A Dosdemo.c60 GLfloat theta, phi, theta1; local in function:Torus
66 theta = 0.0;
70 theta1 = theta + ringDelta;
89 theta = theta1;
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtorus.c74 GLfloat theta, phi, theta1; local in function:draw_torus
91 theta = 0.0;
95 theta1 = theta + ringDelta;
111 s0 = 20.0 * theta / (2.0 * M_PI);
130 theta = theta1;
H A Dpbuffer.c60 GLfloat theta, phi, theta1; local in function:draw_torus
77 theta = 0.0;
81 theta1 = theta + ringDelta;
97 s0 = 20.0 * theta / (2.0 * M_PI);
116 theta = theta1;
H A Drender_tex.c63 GLfloat theta, phi, theta1; local in function:draw_torus
80 theta = 0.0;
84 theta1 = theta + ringDelta;
100 s0 = 20.0 * theta / (2.0 * M_PI);
119 theta = theta1;
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglut_shapes.c181 GLfloat theta, phi, theta1; local in function:doughnut
189 theta = 0.0;
193 theta1 = theta + ringDelta;
212 theta = theta1;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_shapes.c181 GLfloat theta, phi, theta1; local in function:doughnut
189 theta = 0.0;
193 theta1 = theta + ringDelta;
212 theta = theta1;
/xsrc/external/mit/xgc/dist/
H A Dtests.c166 double theta, delta; local in function:circle_line_test
182 theta = (double) i * delta;
183 coord[i].x = centerx + (int) (radius * cos(theta));
184 coord[i].y = centery + (int) (radius * sin(theta));
/xsrc/external/mit/xditview/dist/
H A Ddraw.c179 ConvertAngle(int theta) argument
181 return (theta * 64);
/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dglm.c1275 float theta, phi, rho, x, y, z, r; local in function:glmSpheremapTexture
1295 theta = 0.0;
1305 theta = M_PI / 2.0; /* asin(y / r); */
1307 theta = acos(x / r);
1311 theta = M_PI / 2.0; /* acos(x / r); */
1313 theta = asin(y / r) + (M_PI / 2.0);
1316 model->texcoords[2 * i + 0] = theta / M_PI;
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dsvga3d_reg.h1229 float theta; member in struct:__anon70b0d8604408
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h435 float theta; member in struct:__anonc6e2a0b50a08
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h469 float theta; member in struct:__anon2dcb6c680a08
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c539 _debug_printf("\t\t.data.theta = %f\n", (*cmd).data.theta);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c539 _debug_printf("\t\t.data.theta = %f\n", (*cmd).data.theta);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp5070 ir_variable *theta = in_var(type, "theta"); local in function:UNOP
5071 MAKE_SIG(type, always_available, 1, theta);
5072 body.emit(ret(div(sin(theta), cos(theta))));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp4580 ir_variable *theta = in_var(type, "theta"); local in function:UNOP
4581 MAKE_SIG(type, always_available, 1, theta);
4582 body.emit(ret(div(sin(theta), cos(theta))));

Completed in 53 milliseconds