Searched refs:angle (Results 26 - 50 of 90) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dimage.h259 // Rotates the image about the given point, 'angle' radians.
261 wxImage Rotate(double angle, const wxPoint & centre_of_rotation,
391 // Rotates the hue of each pixel of the image. angle is a double in the range
393 void RotateHue(double angle);
H A Dgraphics.h185 virtual void Rotate( wxDouble angle ) = 0;
245 virtual void Rotate( wxDouble angle );
516 virtual void Rotate( wxDouble angle ) = 0;
561 virtual void DrawText( const wxString &str, wxDouble x, wxDouble y, wxDouble angle );
565 virtual void DrawText( const wxString &str, wxDouble x, wxDouble y, wxDouble angle, const wxGraphicsBrush& backgroundBrush );
H A Ddcmirror.h204 wxCoord x, wxCoord y, double angle)
207 m_dc.DoDrawRotatedText(text, x, y, angle);
203 DoDrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle) argument
H A Ddcgraph.h146 double angle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng2-win.c946 double angle=0.0, aoffset=0.0, maxDist, dist; local
963 angle = CLIP(angle, 0.0, 360.0);
977 angle = (x == 0)? PI_2 : atan((double)y / (double)x);
981 intensity = cos((angle+(rotate*dist*PI)) * freq) *
984 hue = (angle + PI) * INV_PI_360 + aoffset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp807 static double wxConvertWXangleToMACangle(double angle) argument
809 double newAngle = 90 - angle ;
872 double angle = sa - ea; // Order important Mac in opposite direction to wx local
874 if ( angle > 0 )
875 angle -= 360 ;
890 PaintArc(&r, (short)sa, (short)angle);
894 FrameArc(&r, (short)sa, (short)angle);
1348 double angle)
1352 if (angle == 0.0 )
1383 int iAngle = int( angle );
1347 DoDrawRotatedText(const wxString& str, wxCoord x, wxCoord y, double angle) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddcbase.cpp864 starting angle is not equal to the ending angle. The calculation of the
893 double sa, double ea, double angle )
898 Rotate( &list, angle, wxPoint( x+w/2, y+h/2 ) );
936 void wxDCBase::Rotate( wxList* points, double angle, wxPoint center ) argument
938 if( angle != 0.0 )
941 double dSinA = -sin(angle*2.0*pi/360.0);
942 double dCosA = cos(angle*2.0*pi/360.0);
1009 // correct angle circle -> ellipse
H A Dimage.cpp2571 * Rotates the hue of each pixel of the image. angle is a double in the range
2574 void wxImage::RotateHue(double angle) argument
2584 wxASSERT (angle >= -1.0 && angle <= 1.0);
2586 if ( count > 0 && !wxIsNullDouble(angle) )
2597 hsv.hue = hsv.hue + angle;
2805 // also, the function receives the sine and cosine of the angle to avoid
2824 wxImage wxImage::Rotate(double angle, const wxPoint & centre_of_rotation, bool interpolating, wxPoint * offset_after_rotation) const argument
2827 angle = -angle; // scree
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgraphicc.cpp214 virtual void Rotate( wxDouble angle );
353 virtual void Rotate( wxDouble angle );
955 void wxCairoMatrixData::Rotate( wxDouble angle )
957 cairo_matrix_rotate( &m_matrix, angle) ;
1228 void wxCairoContext::Rotate( wxDouble angle )
1230 cairo_rotate(m_context,angle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgraphicscontext.tex171 \func{void}{DrawText}{\param{const wxString\& }{str}, \param{wxDouble }{x}, \param{wxDouble }{y}, \param{wxDouble }{angle}}
175 Draws a text at the defined position, at the given angle.
217 \func{void}{Rotate}{\param{wxDouble }{angle}}
H A Dgraphicsmatrix.tex72 \func{void}{Rotate}{\param{wxDouble }{angle}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Ddc.h95 virtual void DrawText( const wxString &str, wxCoord x, wxCoord y, double angle ) = 0 ;
252 double angle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddc.cpp248 double angle)
246 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/contrib/src/svg/
H A Ddcsvg.cpp220 void wxSVGFileDC::DoDrawRotatedText(const wxString& sText, wxCoord x, wxCoord y, double angle) argument
230 double rad = DegToRad(angle);
251 sTmp.Printf ( wxT("\" transform=\"rotate( %.2g %d %d ) \">"), -angle, x,y ) ;
271 sTmp.Printf ( wxT("stroke-width:0;\" transform=\"rotate( %.2g %d %d ) \" >"), -angle, x,y ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Ddcclient.h70 virtual 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/cocoa/
H A Ddc.h151 double angle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Ddc.h150 double angle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddcclient.h66 double angle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Ddcclient.h72 double angle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Ddc.h183 double angle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Ddc.h167 double angle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Ddcclient.h124 virtual 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/palmos/
H A Ddc.h172 double angle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisenc.c90 int *angle; member in struct:__anon2018
399 mc->angle = av_malloc(sizeof(int) * mc->coupling_steps);
400 if (!mc->magnitude || !mc->angle)
404 mc->angle[0] = 1;
662 put_bits(&pb, ilog(venc->channels - 1), mc->angle[j]);
1044 float *ang = venc->coeffs + mapping->angle[i] * samples;
1106 av_freep(&venc->mappings[i].angle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisenc.c92 int *angle; member in struct:__anon3255
404 mc->angle = av_malloc(sizeof(int) * mc->coupling_steps);
405 if (!mc->magnitude || !mc->angle)
409 mc->angle[0] = 1;
667 put_bits(&pb, ilog(venc->channels - 1), mc->angle[j]);
1069 float *ang = venc->coeffs + mapping->angle[i] * samples;
1144 av_freep(&venc->mappings[i].angle);

Completed in 171 milliseconds

1234