Searched refs:angle_ (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/test/ |
D | frame_generator.cc | 27 : angle_(0.0), width_(width), height_(height) { in ChromaGenerator() 38 angle_ += 30.0; in NextFrame() 39 uint8_t u = fabs(sin(angle_)) * 0xFF; in NextFrame() 40 uint8_t v = fabs(cos(angle_)) * 0xFF; in NextFrame() 49 double angle_; member in webrtc::test::__anon0645a3510111::ChromaGenerator
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Drawable.h | 1480 DrawableRotation ( double angle_ ) in DrawableRotation() argument 1481 : _angle( angle_ ) in DrawableRotation() 1492 void angle( double angle_ ) in angle() argument 1494 _angle = angle_; in angle() 1635 DrawableSkewX ( double angle_ ) in DrawableSkewX() argument 1636 : _angle(angle_) in DrawableSkewX() 1647 void angle( double angle_ ) in angle() argument 1649 _angle = angle_; in angle() 1664 DrawableSkewY ( double angle_ ) in DrawableSkewY() argument 1665 : _angle(angle_) in DrawableSkewY() [all …]
|
D | Image.h | 505 void transformRotation(const double angle_); 1101 const double angle_); 1151 void polaroid(const std::string &caption_,const double angle_, 1256 void rotationalBlur(const double angle_); 1257 void rotationalBlurChannel(const ChannelType channel_,const double angle_); 1335 const double angle_=0.0);
|
D | Options.h | 290 void transformRotation(const double angle_);
|
/external/skia/site/user/special/ |
D | angle.md | 19 When running tools, use `--config angle_<backend>_<frontend>`, e.g.
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 818 void Magick::Options::transformRotation(const double angle_) in transformRotation() argument 831 affine.sx=cos(DegreesToRadians(fmod(angle_,360.0))); in transformRotation() 832 affine.rx=(-sin(DegreesToRadians(fmod(angle_,360.0)))); in transformRotation() 833 affine.ry=sin(DegreesToRadians(fmod(angle_,360.0))); in transformRotation() 834 affine.sy=cos(DegreesToRadians(fmod(angle_,360.0))); in transformRotation()
|
D | Image.cpp | 1626 void Magick::Image::transformRotation(const double angle_) in transformRotation() argument 1629 options()->transformRotation(angle_); in transformRotation() 3656 const double angle_) in motionBlur() argument 3662 newImage=MotionBlurImage(constImage(),radius_,sigma_,angle_,exceptionInfo); in motionBlur() 3850 void Magick::Image::polaroid(const std::string &caption_,const double angle_, in polaroid() argument 3858 angle_,method_,exceptionInfo); in polaroid() 4158 void Magick::Image::rotationalBlur(const double angle_) in rotationalBlur() argument 4164 newImage=RotationalBlurImage(constImage(),angle_,exceptionInfo); in rotationalBlur() 4170 const double angle_) in rotationalBlurChannel() argument 4177 newImage=RotationalBlurImage(constImage(),angle_,exceptionInfo); in rotationalBlurChannel() [all …]
|