Home
last modified time | relevance | path

Searched refs:layerHeight (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp189 uint32_t layerHeight = displayHeight / 4; // layer height is 1/4 of displayHeight in InitLayers() local
191 uint32_t layerPositionY = displayHeight / 2 - layerHeight / 2; // y is (displayHeight - layerHeight) / 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_rcd_surface_render_node.cpp175 if (bitmapHeight <= 0 || bitmapWidth <= 0 || layerInfo->layerHeight <= 0) { in PrepareHardwareResourceBuffer()
176 RS_LOGE("bitmapHeight, bitmapWidth or layerHeight is wrong value"); in PrepareHardwareResourceBuffer()
189 rcdExtInfo_.dstRect_ = RectI(0, layerInfo->layerHeight - bitmapHeight, bitmapWidth, bitmapHeight); in PrepareHardwareResourceBuffer()
H A Drs_round_corner_config.h102 uint32_t layerHeight = 0; member
H A Drs_round_corner_display.cpp123 hardInfo_.topLayer->layerHeight = displayHeight_; in SetHardwareLayerSize()
125 hardInfo_.bottomLayer->layerHeight = displayHeight_; in SetHardwareLayerSize()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp407 hardInfo.bottomLayer->layerHeight = height; in HWTEST_F()

Completed in 7 milliseconds