Searched defs:resizeEvent (Results 1 - 4 of 4) sorted by relevance

/external/skia/debugger/QT/
H A DSkRasterWidget.cpp20 void SkRasterWidget::resizeEvent(QResizeEvent* event) { function in class:SkRasterWidget
21 this->QWidget::resizeEvent(event);
H A DSkDrawCommandGeometryWidget.cpp21 void SkDrawCommandGeometryWidget::resizeEvent(QResizeEvent* event) { function in class:SkDrawCommandGeometryWidget
22 this->QFrame::resizeEvent(event);
/external/eigen/demos/mandelbrot/
H A Dmandelbrot.cpp17 void MandelbrotWidget::resizeEvent(QResizeEvent *) function in class:MandelbrotWidget
/external/opencv3/modules/highgui/src/
H A Dwindow_QT.cpp2414 //use to compute mouse coordinate, I need to update the ratio here and in resizeEvent
2575 void DefaultViewPort::resizeEvent(QResizeEvent* evnt) function in class:DefaultViewPort
2579 //use to compute mouse coordinate, I need to update the ratio here and in resizeEvent
2608 return QGraphicsView::resizeEvent(evnt);

Completed in 300 milliseconds