Searched refs:layerWidth (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | hello_composer.cpp | 188 uint32_t layerWidth = displayWidth / 4; // layer width is 1/4 displayWidth in InitLayers() local 190 uint32_t layerPositionX = displayWidth / 2 - layerWidth / 2; // x is (displayWidth - layerWidth) / 2 in InitLayers() 193 layerPositionX, layerPositionY, layerWidth, layerHeight); in InitLayers() 197 GraphicIRect { layerPositionX, layerPositionY, layerWidth, layerHeight }, in InitLayers() 198 GraphicIRect { 0, 0, layerWidth, layerHeight }, in InitLayers()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_round_corner_config.h | 101 uint32_t layerWidth = 0; member
|
H A D | rs_round_corner_display.cpp | 122 hardInfo_.topLayer->layerWidth = displayWidth_; in SetHardwareLayerSize() 124 hardInfo_.bottomLayer->layerWidth = displayWidth_; in SetHardwareLayerSize()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_round_corner_display_test.cpp | 406 hardInfo.bottomLayer->layerWidth = width; in HWTEST_F()
|
Completed in 5 milliseconds