Searched refs:layerHeight (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | hello_composer.cpp | 189 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 D | rs_rcd_surface_render_node.cpp | 175 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 D | rs_round_corner_config.h | 102 uint32_t layerHeight = 0; member
|
H A D | rs_round_corner_display.cpp | 123 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 D | rs_round_corner_display_test.cpp | 407 hardInfo.bottomLayer->layerHeight = height; in HWTEST_F()
|
Completed in 7 milliseconds