Home
last modified time | relevance | path

Searched refs:layerWidth (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp188 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 Drs_round_corner_config.h101 uint32_t layerWidth = 0; member
H A Drs_round_corner_display.cpp122 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 Drs_round_corner_display_test.cpp406 hardInfo.bottomLayer->layerWidth = width; in HWTEST_F()

Completed in 7 milliseconds