Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_config.cpp288 …auto bottomSurfacePtr = XMLReader::FindNode(surfaceConfigNodePtr, std::string(NODE_BOTTOMSURFACE)); in ReadXmlNode() local
289 if (bottomSurfacePtr == nullptr) { in ReadXmlNode()
293 …bottomSurface.ReadXmlNode(bottomSurfacePtr, std::string(ATTR_SUPPORT), std::string(ATTR_DISPLAYMOD… in ReadXmlNode()