Home
last modified time | relevance | path

Searched refs:setBackgroundColor (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/app/qsetting/
H A Dbasewidget.h12 void setBackgroundColor(int rValue, int gValue, int bValue);
H A Dbasewidget.cpp26 void BaseWidget::setBackgroundColor(int rValue, int gValue, int bValue) in setBackgroundColor() function in BaseWidget
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/common/
H A Dswitchbutton.h25 void setBackgroundColor(QColor color);
H A Dswitchbutton.cpp146 void SwitchButton::setBackgroundColor(QColor color) in setBackgroundColor() function in SwitchButton
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/common/
H A Dswitchbutton.h25 void setBackgroundColor(QColor color);
H A Dswitchbutton.cpp146 void SwitchButton::setBackgroundColor(QColor color) in setBackgroundColor() function in SwitchButton
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/common/
H A Dswitchbutton.h25 void setBackgroundColor(QColor color);
H A Dswitchbutton.cpp146 void SwitchButton::setBackgroundColor(QColor color) in setBackgroundColor() function in SwitchButton
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Dbackground_layer.hpp33 void setBackgroundColor(PropertyValue<Color>);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dbackground_layer.cpp79 void BackgroundLayer::setBackgroundColor(PropertyValue<Color> value) { in setBackgroundColor() function in mbgl::style::BackgroundLayer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dmake_property_setters.hpp227 …olor"] = &setProperty<BackgroundLayer, PropertyValue<Color>, &BackgroundLayer::setBackgroundColor>; in makePaintPropertySetters()