Home
last modified time | relevance | path

Searched refs:angle2 (Results 176 – 200 of 2492) sorted by relevance

12345678910>>...100

/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Cairo/Samples/x11/
H A Darcneg.cs45 double angle2 = 180.0 * (M_PI/180.0); /* in radians */ in draw()
50 gr.ArcNegative (xc, yc, radius, angle1, angle2); in draw()
60 gr.Arc (xc, yc, radius, angle2, angle2); in draw()
H A Darc.cs45 double angle2 = 180.0 * (M_PI/180.0); /* in radians */ in draw()
51 gr.Arc (xc, yc, radius, angle1, angle2); in draw()
61 gr.Arc (xc, yc, radius, angle2, angle2); in draw()
/dports/graphics/processing/processing-1.5.1/modes/android/examples/Topics/Interaction/Reach1/
H A DReach1.pde34 float angle2 = atan2(dy, dx);
35 x = x2 + cos(angle2) * segLength;
36 y = y2 + sin(angle2) * segLength;
39 segment(x2, y2, angle2);
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Topics/Interaction/Reach1/
H A DReach1.pde34 float angle2 = atan2(dy, dx);
35 x = x2 + cos(angle2) * segLength;
36 y = y2 + sin(angle2) * segLength;
39 segment(x2, y2, angle2);
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dpst-coil.cwl3 \psCoil{angle1}{angle2}
4 \psCoil*{angle1}{angle2}
7 \psCoil[par]{angle1}{angle2}
8 \psCoil*[par]{angle1}{angle2}
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Do_path.c176 gint angle2, gint pitch2) in o_path_fill_hollow() argument
201 gint angle2, gint pitch2) in o_path_fill_fill() argument
228 gint angle2, gint pitch2) in o_path_fill_hatch() argument
273 gint angle2, gint pitch2) in o_path_fill_mesh() argument
278 fill_width, angle2, pitch2, -1, -1); in o_path_fill_mesh()
295 int angle1, pitch1, angle2, pitch2; in o_path_draw() local
304 angle2 = o_current->fill_angle2; in o_path_draw()
309 angle1 = -1; angle2 = -1; in o_path_draw()
320 angle1 = -1; angle2 = -1; in o_path_draw()
330 angle2 = -1; in o_path_draw()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/lib/Exm/
H A DTabB.c399 arcs[1].angle2 = -50*64; in FillOpenRoundedRectangle()
408 arcs[0].angle2 = -40*64; in FillOpenRoundedRectangle()
420 arcs[2].angle2 = -90*64; in FillOpenRoundedRectangle()
454 arcs[1].angle2 = -90*64; in FillOpenRoundedRectangle()
466 arcs[3].angle2 = -50*64; in FillOpenRoundedRectangle()
475 arcs[0].angle2 = -40*64; in FillOpenRoundedRectangle()
509 arcs[1].angle2 = 50*64; in FillOpenRoundedRectangle()
518 arcs[0].angle2 = 40*64; in FillOpenRoundedRectangle()
530 arcs[2].angle2 = 90*64; in FillOpenRoundedRectangle()
576 arcs[3].angle2 = 50*64; in FillOpenRoundedRectangle()
[all …]
/dports/games/qudos/QuDos-0.40.1-src/src/ref_gl/
H A Dgl_vlights.c68 float angle1, angle2, light; in VLight_GetLightValue() local
71 angle2 = 0; in VLight_GetLightValue()
79 angle2 = atan2(normal[1], normal[0]) * (180.0 / M_PI); in VLight_GetLightValue()
80 if (angle2 < 0) in VLight_GetLightValue()
81 angle2 += 360; in VLight_GetLightValue()
90 yawofs = (angle2 + ayaw) * VLIGHT_GRIDSIZE_Y / 360; in VLight_GetLightValue()
/dports/print/libharu/libharu-RELEASE_2_3_0/if/ruby/demo/
H A Dtext_demo2.rb95 angle2 = 10.0
97 rad2 = angle2 / 180 * 3.141592
160 angle2 = 180.0
168 rad1 = (angle2 - 90) / 180 * 3.141592
169 rad2 = angle2 / 180 * 3.141592
177 angle2 -= angle1
/dports/games/briquolo/briquolo-0.5.7/src/
H A DExplosionBrique.cpp69 float angle2=RandomNeg()*M_PI; in CreerParamInitiaux() local
71 Velocite.x=_Vitesse*cos(angle)*cos(angle2); in CreerParamInitiaux()
72 Velocite.y=_Vitesse*sin(angle)*cos(angle2); in CreerParamInitiaux()
73 Velocite.z=_Vitesse*sin(angle2); in CreerParamInitiaux()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/angle2/
H A DBUILD.gn9 group("angle2") {
11 "//third_party/externals/angle2:libEGL",
12 "//third_party/externals/angle2:libGLESv2",
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Cairo/Samples/gtk/
H A Darc.cs70 double angle2 = 180.0 * (M_PI/180.0); /* in radians */ in draw()
76 gr.Arc (xc, yc, radius, angle1, angle2); in draw()
86 gr.Arc (xc, yc, radius, angle2, angle2); in draw()
H A Darcneg.cs69 double angle2 = 180.0 * (M_PI/180.0); /* in radians */ in draw()
74 gr.ArcNegative (xc, yc, radius, angle1, angle2); in draw()
84 gr.Arc (xc, yc, radius, angle2, angle2); in draw()
/dports/games/iortcw/iortcw-1.51c/MP/code/freetype-2.9/src/tools/
H A Dcordic.py18 angle2 = round(angle*scale) # arctangent in FT_Angle units variable
20 if angle2 <= 0:
23 sys.stdout.write( comma + repr( int(angle2) ) )
/dports/games/iortcw/iortcw-1.51c/SP/code/freetype-2.9/src/tools/
H A Dcordic.py18 angle2 = round(angle*scale) # arctangent in FT_Angle units variable
20 if angle2 <= 0:
23 sys.stdout.write( comma + repr( int(angle2) ) )
/dports/www/firefox-esr/firefox-91.8.0/modules/freetype2/src/tools/
H A Dcordic.py18 angle2 = round(angle*scale) # arctangent in FT_Angle units variable
20 if angle2 <= 0:
23 sys.stdout.write( comma + repr( int(angle2) ) )
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/tools/
H A Dcordic.py18 angle2 = round(angle*scale) # arctangent in FT_Angle units variable
20 if angle2 <= 0:
23 sys.stdout.write( comma + repr( int(angle2) ) )
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/external/freetype-2.4.12/src/tools/
H A Dcordic.py18 angle2 = round(angle*scale) # arctangent in FT_Angle units variable
20 if angle2 <= 0:
23 sys.stdout.write( comma + repr( int(angle2) ) )
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/tools/
H A Dcordic.py18 angle2 = round(angle*scale) # arctangent in FT_Angle units variable
20 if angle2 <= 0:
23 sys.stdout.write( comma + repr( int(angle2) ) )
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/tools/
H A Dcordic.py18 angle2 = round(angle*scale) # arctangent in FT_Angle units variable
20 if angle2 <= 0:
23 sys.stdout.write( comma + repr( int(angle2) ) )
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/tools/
H A Dcordic.py18 angle2 = round(angle*scale) # arctangent in FT_Angle units variable
20 if angle2 <= 0:
23 sys.stdout.write( comma + repr( int(angle2) ) )
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/tools/
H A Dcordic.py18 angle2 = round(angle*scale) # arctangent in FT_Angle units variable
20 if angle2 <= 0:
23 sys.stdout.write( comma + repr( int(angle2) ) )
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/tools/
H A Dcordic.py18 angle2 = round(angle*scale) # arctangent in FT_Angle units variable
20 if angle2 <= 0:
23 sys.stdout.write( comma + repr( int(angle2) ) )
/dports/devel/upp/upp/bazaar/FreeType/src/tools/
H A Dcordic.py18 angle2 = round(angle*scale) # arctangent in FT_Angle units variable
20 if angle2 <= 0:
23 sys.stdout.write( comma + repr( int(angle2) ) )
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/tools/
H A Dcordic.py18 angle2 = round(angle*scale) # arctangent in FT_Angle units variable
20 if angle2 <= 0:
23 sys.stdout.write( comma + repr( int(angle2) ) )

12345678910>>...100