Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dbattery_config.cpp35 constexpr int32_t BLUE_INDEX = 2; variable
159 !rgb[BLUE_INDEX].isUInt()) { in ParseLightConf()
168 rgb[BLUE_INDEX].asUInt() in ParseLightConf()
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_config.cpp35 constexpr int32_t BLUE_INDEX = 2; variable
143 !rgb[BLUE_INDEX].isUInt()) { in ParseLightConf()
152 rgb[BLUE_INDEX].asUInt() in ParseLightConf()
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_config.cpp39 constexpr int32_t BLUE_INDEX = 2; variable
221 !rgb[BLUE_INDEX].isUInt()) { in ParseLightConfig()
231 rgb[BLUE_INDEX].asUInt() in ParseLightConfig()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp58 static constexpr uint32_t BLUE_INDEX = 2; variable
2758 … cBlend.colorBlendConstants[Gles::BLUE_INDEX], cBlend.colorBlendConstants[Gles::ALPHA_INDEX]); in PrimeBlendState()
2943 … blend.colorBlendConstants[Gles::BLUE_INDEX], blend.colorBlendConstants[Gles::ALPHA_INDEX]); in UpdateBlendState()