Home
last modified time | relevance | path

Searched refs:zorder_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dlayer_context.cpp27 : dst_(dst), src_(src), zorder_(zorder), layerType_(layerType) in LayerContext()
120 hdiLayer_->SetZorder(static_cast<int32_t>(zorder_)); in FillHDILayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H A Dlayer_context.h53 uint32_t zorder_ = 0; variable
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_layer.cpp203 … ret = HdiTestDevice::GetInstance().GetDeviceInterface()->SetLayerZorder(displayID_, id_, zorder_); in PreparePresent()
251 zorder_ = zorder; in SetZorder()
H A Dhdi_test_layer.h105 uint32_t zorder_ = 0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp34 …: dst_(dst), src_(src), zorder_(zorder), cSurface_(IConsumerSurface::Create()), layerType_(layerTy… in LayerContext()
142 hdiLayer_->SetZorder(static_cast<int32_t>(zorder_)); in FillHDILayer()
H A Dlayer_context.h75 uint32_t zorder_ = 0; variable