Home
last modified time | relevance | path

Searched refs:LAYER_EXTRA (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp101 if (layerType_ >= LayerType::LAYER_EXTRA && testYUV_) { in DrawBufferColor()
144 if (layerType_ >= LayerType::LAYER_EXTRA) { in FillHDILayer()
235 if (layerType_ >= LayerType::LAYER_EXTRA && testClient_) { in SetLayerCompositionType()
246 if (layerType_ >= LayerType::LAYER_EXTRA) { in DrawColor()
H A Dlayer_context.h29 LAYER_EXTRA enumerator
81 LayerType layerType_ = LayerType::LAYER_EXTRA;
H A Dhello_composer.cpp199 1, LayerType::LAYER_EXTRA)); // 2 is zorder in InitLayers()
228 if (type < LayerType::LAYER_EXTRA) { in SetRunArgs()