Searched refs:angle (Results 51 - 75 of 90) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp739 static const int angle = 23040; local
751 XFillArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd, wd, hd, 0, angle);
756 YLOG2DEVREL (height) - WX_GC_CF, 0, angle);
763 XDrawArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd, wd, hd, 0, angle);
768 YLOG2DEVREL (height) - WX_GC_CF, 0, angle);
1154 double angle )
1156 if (angle == 0.0)
1205 double dx = cos(angle / 180.0 * M_PI);
1206 double dy = sin(angle / 180.0 * M_PI);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisdec.c113 uint8_t *angle; member in struct:__anon3249
229 av_free(vc->mappings[i].angle);
788 mapping_setup->angle = av_mallocz(mapping_setup->coupling_steps *
789 sizeof(*mapping_setup->angle));
790 if (!mapping_setup->angle || !mapping_setup->magnitude)
795 GET_VALIDATED_INDEX(mapping_setup->angle[j], ilog(vc->audio_channels - 1), vc->audio_channels)
1630 if (!(no_residue[mapping->magnitude[i]] & no_residue[mapping->angle[i]])) {
1632 no_residue[mapping->angle[i]] = 0;
1679 ang = vc->channel_residues+res_chan[mapping->angle[i]] * blocksize / 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgraphics.cpp202 virtual void Rotate( wxDouble angle );
318 virtual void Rotate( wxDouble angle );
957 void wxGDIPlusMatrixData::Rotate( wxDouble angle )
959 m_matrix->Rotate( angle );
1143 void wxGDIPlusContext::Rotate( wxDouble angle )
1145 m_context->RotateTransform( RadToDeg(angle) );
H A Ddc.cpp1126 // Swap start and end positions if the end angle is less than the start angle.
1371 double angle)
1376 // "else" part below to avoid that DrawRotatedText(angle = 180) and
1377 // DrawRotatedText(angle = 0) use different fonts (we can't use the default
1379 if ( (angle == 0.0) && m_font.Ok() )
1397 // GDI wants the angle in tenth of degree
1398 long angle10 = (long)(angle * 10);
1423 double rad = DegToRad(angle);
1369 DoDrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisdec.c109 uint8_t *angle; member in struct:__anon2012
224 av_free(vc->mappings[i].angle);
770 mapping_setup->angle = av_mallocz(mapping_setup->coupling_steps *
771 sizeof(*mapping_setup->angle));
774 GET_VALIDATED_INDEX(mapping_setup->angle[j], ilog(vc->audio_channels - 1), vc->audio_channels)
1552 if (!(no_residue[mapping->magnitude[i]] & no_residue[mapping->angle[i]])) {
1554 no_residue[mapping->angle[i]] = 0;
1598 ang = vc->channel_residues+res_chan[mapping->angle[i]] * blocksize / 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/svg/
H A Ddcsvg.h77 void DoDrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddc.h211 double angle);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dskeletonfb.c622 * @angle: The angle we rotate the screen.
627 void xxxfb_rotate(struct fb_info *info, int angle) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddcgraph.cpp838 double angle)
848 m_graphicContext->DrawText( str, x ,y , DegToRad(angle ));
850 m_graphicContext->DrawText( str, x ,y , DegToRad(angle ), m_graphicContext->CreateBrush( wxBrush(m_textBackgroundColour,wxSOLID) ) );
837 DoDrawRotatedText(const wxString& str, wxCoord x, wxCoord y, double angle) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddc.cpp803 double angle)
807 if ( angle == 0 )
812 else if ( angle == 90.0 )
814 else if ( angle == 180.0 )
816 else if ( angle == 270.0 )
821 wxFAIL_MSG(wxT("wxMGL only supports rotated text with angle 0,90,180 or 270"));
801 DoDrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddccg.cpp886 void wxMacCGContext::DrawText( const wxString &str, wxCoord x, wxCoord y, double angle )
924 int iAngle = int( angle );
977 (int) (drawX + sin(angle / RAD2DEG) * FixedToInt(ascent + descent)) ,
978 (int) (drawY + cos(angle / RAD2DEG) * FixedToInt(ascent + descent)) ) ;
980 (int) (drawX + sin(angle / RAD2DEG) * FixedToInt(ascent + descent ) + cos(angle / RAD2DEG) * FixedToInt(textAfter)) ,
981 (int) (drawY + cos(angle / RAD2DEG) * FixedToInt(ascent + descent) - sin(angle / RAD2DEG) * FixedToInt(textAfter)) ) ;
983 (int) (drawX + cos(angle / RAD2DEG) * FixedToInt(textAfter)) ,
984 (int) (drawY - sin(angle / RAD2DE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djcommon-1.0.16.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...
H A Djfreechart-1.0.13.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/winbond/
H A Dphy_calibration.c263 void _sin_cos(s32 angle, s32 *sin, s32 *cos) argument
270 TargetAngle = abs(angle);
289 if (angle > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddcpsg.cpp1268 void wxPostScriptDC::DoDrawRotatedText( const wxString& text, wxCoord x, wxCoord y, double angle )
1270 if ( wxIsNullDouble(angle) )
1326 sprintf(buffer, "%.8f rotate\n", angle);
1359 sprintf( buffer, "%.8f rotate\n", -angle );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/drawing/
H A Ddrawing.cpp1028 int angle = 0; local
1031 angle += angles[ angle_pos ];
1033 pts[ i ].x = center.x + (wxCoord)( r * cos( M_PI * angle / 180.0) );
1034 pts[ i ].y = center.y + (wxCoord)( r * sin( M_PI * angle / 180.0) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/gnome/
H A Dgprint.h251 void DoDrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Ddc.cpp350 double angle)
348 DoDrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp1613 void wxWindowDC::DoDrawRotatedText( const wxString &text, wxCoord x, wxCoord y, double angle )
1620 if ( wxIsNullDouble(angle) )
1645 double rad = DegToRad(angle);
1672 int i_angle = (int) angle;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp1442 void wxWindowDC::DoDrawRotatedText( const wxString &text, wxCoord x, wxCoord y, double angle )
1444 if ( wxIsNullDouble(angle) )
1478 double rad = DegToRad(angle);
1505 int i_angle = (int) angle;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgeometry.h53 void SetPolarCoordinates( wxInt32 angle , wxInt32 length );
54 // set the vector length to 1.0, preserving the angle
300 void SetPolarCoordinates( wxDouble angle , wxDouble length );
301 // set the vector length to 1.0, preserving the angle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D04-codec.tex210 \item the numbers read in the above two steps are channel numbers representing the channel to treat as magnitude and the channel to treat as angle, respectively. If for any coupling step the angle channel number equals the magnitude channel number, the magnitude channel number is greater than \varname{[audio_channels]}-1, or the angle channel is greater than \varname{[audio_channels]}-1, the stream is undecodable.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgprint.cpp1508 void wxGnomePrintDC::DoDrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle) argument
1574 if (fabs(angle) > 0.00001)
1575 gs_lgp->gnome_print_rotate( m_gpc, angle );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dimage.tex986 \func{wxImage}{Rotate}{\param{double}{ angle}, \param{const wxPoint\& }{rotationCentre},
989 Rotates the image about the given point, by {\it angle} radians. Passing true
999 \func{void}{RotateHue}{\param{double}{ angle}}
1001 Rotates the hue of each pixel in the image by {\it angle}, which is a double in
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dblizzard.c961 static int blizzard_set_rotate(int angle) argument
968 switch (angle) {

Completed in 478 milliseconds

1234