Searched refs:rad (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | ShapeWidg.c | 117 int rad; local in function:ShapeOval 137 rad = width >> 1; 138 XDrawLine(dpy, p, gc, rad, rad, rad, height - rad - 1); 142 rad = height >> 1; 143 XDrawLine(dpy, p, gc, rad, rad, width - rad [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | geartrain.c | 286 GLfloat angle, rad, incr = 10.0 * M_PI / 180.0; local in function:axle 292 rad = angle * M_PI / 180.0; 293 glNormal3f (cos (rad), sin (rad), 0.0); 294 glVertex3f (radius * cos (rad), radius * sin (rad), length / 2); 295 glVertex3f (radius * cos (rad), radius * sin (rad), -length / 2); 296 glVertex3f (radius * cos (rad + incr), radius * sin (rad [all...] |
| /xsrc/external/mit/fonttosfnt/dist/ |
| H A D | util.c | 432 double rad, val; local in function:degreesToFraction 437 rad = (((double)deg) / TWO_SIXTEENTH) / 180.0 * M_PI; 439 n = sin(-rad); 440 d = cos(rad);
|
| /xsrc/external/mit/xf86-video-i128/dist/src/ |
| H A D | i128reg.h | 99 CARD32 rad; member in struct:__anon9733df98020a::__anon9733df980308
|
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| H A D | mouse.c | 2508 double rad = 3.141592653 * pMse->angleOffset / 180.0; local in function:MousePostEvent 2510 dx = (int)((dx * cos(rad)) + (dy * sin(rad)) + 0.5); 2511 dy = (int)((dy * cos(rad)) - (ndx * sin(rad)) + 0.5);
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.cpp | 5383 const float rad = g.FontSize * 0.5f; local in function:ImGui::Begin 5384 if (CloseButton(window->GetID("#CLOSE"), window->Rect().GetTR() + ImVec2(-pad - rad, pad + rad), rad + 1))
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.cpp | 5383 const float rad = g.FontSize * 0.5f; local in function:ImGui::Begin 5384 if (CloseButton(window->GetID("#CLOSE"), window->Rect().GetTR() + ImVec2(-pad - rad, pad + rad), rad + 1))
|
Completed in 50 milliseconds