Searched refs:xradius (Results 1 – 4 of 4) sorted by relevance
/external/eigen/demos/mandelbrot/ |
D | mandelbrot.cpp | 40 const double xradius = widget->xradius; in render() local 41 const double yradius = xradius * img_height / img_width; in render() 44 Vector2 start(widget->center.x() - widget->xradius, widget->center.y() - yradius); in render() 45 Vector2 step(2*widget->xradius/img_width, 2*yradius/img_height); in render() 114 double resolution = widget->xradius*2/widget->width(); in run() 153 setWindowTitle(QString("resolution ")+QString::number(xradius*2/width(), 'e', 2) in paintEvent() 178 double yradius = xradius * height() / width(); in mousePressEvent() 179 center = Eigen::Vector2d(center.x() + (event->pos().x() - width()/2) * xradius * 2 / width(), in mousePressEvent() 197 xradius *= t; in mouseMoveEvent()
|
D | mandelbrot.h | 40 double xradius; variable 55 MandelbrotWidget() : QWidget(), center(0,0), xradius(2), in MandelbrotWidget()
|
/external/skia/docs/examples/ |
D | Path_addRoundRect.cpp | 9 for (auto xradius : { 0, 7, 13, 20 } ) { in draw() 12 path.addRoundRect({10, 10, 36, 46}, xradius, yradius); in draw()
|
/external/skqp/docs/ |
D | SkPath_Reference.bmh | 3412 for (auto xradius : { 0, 7, 13, 20 } ) { 3415 path.addRoundRect({10, 10, 36, 46}, xradius, yradius);
|