Home
last modified time | relevance | path

Searched refs:m_background (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/
H A Dglwidget.cpp17 m_background(background) in GLWidget()
125 …glClearColor(m_background.redF(), m_background.greenF(), m_background.blueF(), m_transparent ? 0.0… in paintGL()
H A Dglwidget.h50 QColor m_background; in QT_FORWARD_DECLARE_CLASS() local
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dglwidget.cpp80 m_background(background) in GLWidget()
356 …glClearColor(m_background.redF(), m_background.greenF(), m_background.blueF(), m_transparent ? 0.0… in paintGL()
H A Dglwidget.h130 QColor m_background; in QT_FORWARD_DECLARE_CLASS() local
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dglwidget.cpp80 m_background(background) in GLWidget()
356 …glClearColor(m_background.redF(), m_background.greenF(), m_background.blueF(), m_transparent ? 0.0… in paintGL()
H A Dglwidget.h130 QColor m_background; in QT_FORWARD_DECLARE_CLASS() local
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dmyspeed.cpp7 m_background = Qt::black; in mySpeed()
50 painter->setBrush(m_background); in drawBackground()
H A Dmyspeed.h25 QColor m_background;