Home
last modified time | relevance | path

Searched refs:xradius (Results 1 – 4 of 4) sorted by relevance

/external/eigen/demos/mandelbrot/
Dmandelbrot.cpp40 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()
Dmandelbrot.h40 double xradius; variable
55 MandelbrotWidget() : QWidget(), center(0,0), xradius(2), in MandelbrotWidget()
/external/skia/docs/
DSkPath_Reference.bmh4270 for (auto xradius : { 0, 7, 13, 20 } ) {
4273 path.addRoundRect({10, 10, 36, 46}, xradius, yradius);
/external/skqp/docs/
DSkPath_Reference.bmh4300 for (auto xradius : { 0, 7, 13, 20 } ) {
4303 path.addRoundRect({10, 10, 36, 46}, xradius, yradius);