Home
last modified time | relevance | path

Searched defs:layerColor (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_utils.h153 static int32_t LayerColorPack(const LayerColor& layerColor, CommandDataPacker& packer) in LayerColorPack()
357 static int32_t LayerColorUnpack(CommandDataUnpacker& unpacker, LayerColor& layerColor) in LayerColorUnpack()
H A Ddisplay_cmd_requester.h679 int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) in SetLayerColor()
H A Ddisplay_cmd_responser.h979 LayerColor layerColor = {0}; in OnSetLayerColor() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_engine.cpp82 const auto& layerColor = layer->GetLayerColor(); in DrawLayers() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/hm_symbol/
H A Dhm_symbol_run_test.cpp260 auto layerColor = symbolLayer.renderGroups[0].color; variable
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
H A Dlayer_fuzzer.cpp342 LayerColor layerColor = { in TestSetLayerColor() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h167 void SetLayerColor(GraphicLayerColor layerColor) in SetLayerColor()
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddisplay_composer_vdi_impl.cpp322 …splayComposerVdiImpl::SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) in SetLayerColor()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp348 …splayComposerVdiImpl::SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) in SetLayerColor()
/ohos5.0/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp816 LayerColor layerColor = { variable
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h478 …virtual int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) over… in SetLayerColor()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp547 …2_t HdiDeviceImpl::SetLayerColor(uint32_t screenId, uint32_t layerId, GraphicLayerColor layerColor) in SetLayerColor()