Searched defs:layerColor (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/drivers/interface/display/composer/v1_0/display_command/ |
H A D | display_cmd_utils.h | 153 static int32_t LayerColorPack(const LayerColor& layerColor, CommandDataPacker& packer) in LayerColorPack() 357 static int32_t LayerColorUnpack(CommandDataUnpacker& unpacker, LayerColor& layerColor) in LayerColorUnpack()
|
H A D | display_cmd_requester.h | 679 int32_t SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) in SetLayerColor()
|
H A D | display_cmd_responser.h | 979 LayerColor layerColor = {0}; in OnSetLayerColor() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_engine.cpp | 82 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 D | hm_symbol_run_test.cpp | 260 auto layerColor = symbolLayer.renderGroups[0].color; variable
|
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/ |
H A D | layer_fuzzer.cpp | 342 LayerColor layerColor = { in TestSetLayerColor() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_layer_info.h | 167 void SetLayerColor(GraphicLayerColor layerColor) in SetLayerColor()
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | display_composer_vdi_impl.cpp | 322 …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 D | display_composer_vdi_impl.cpp | 348 …splayComposerVdiImpl::SetLayerColor(uint32_t devId, uint32_t layerId, const LayerColor& layerColor) in SetLayerColor()
|
/ohos5.0/drivers/peripheral/display/composer/test/unittest/ |
H A D | hdi_composer_ut.cpp | 816 LayerColor layerColor = { variable
|
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/ |
H A D | display_composer_hdi_impl.h | 478 …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 D | hdi_device_impl.cpp | 547 …2_t HdiDeviceImpl::SetLayerColor(uint32_t screenId, uint32_t layerId, GraphicLayerColor layerColor) in SetLayerColor()
|