Searched refs:topSurface (Results 1 – 4 of 4) sorted by relevance
483 const std::pair<NodeId, RectI> topSurface{ topSurfaceNodeId, topSurfacePos }; variable485 displayNode->UpdateSurfaceNodePos(topSurface.first, topSurface.second);486 displayNode->AddSurfaceNodePosByDescZOrder(topSurface.first, topSurface.second);490 displayNode->UpdateSurfaceNodePos(topSurface.first, topSurface.second);491 displayNode->AddSurfaceNodePosByDescZOrder(topSurface.first, topSurface.second);493 auto region = displayNode->GetDisappearedSurfaceRegionBelowCurrent(topSurface.first);
139 SupportConfig topSurface; member
65 supportTopSurface_ = lcdModel_->surfaceConfig.topSurface.support; in SeletedLcdModel()
286 topSurface.ReadXmlNode(topSurfacePtr, std::string(ATTR_SUPPORT), std::string(ATTR_DISPLAYMODE)); in ReadXmlNode()