Searched refs:LCDModel (Results 1 – 4 of 4) sorted by relevance
159 struct LCDModel { struct160 LCDModel() {} in LCDModel() argument161 virtual ~LCDModel();179 LCDModel* GetLcdModel(const std::string& name) const; argument186 std::vector<LCDModel*> lcdModels;
339 LCDModel::~LCDModel() in ~LCDModel()349 bool LCDModel::ReadXmlNode(const xmlNodePtr& lcdNodePtr) in ReadXmlNode()391 SurfaceConfig LCDModel::GetSurfaceConfig() const in GetSurfaceConfig()396 SideRegionConfig LCDModel::GetSideRegionConfig() const in GetSideRegionConfig()401 HardwareComposerConfig LCDModel::GetHardwareComposerConfig() const in GetHardwareComposerConfig()406 ROGSetting* LCDModel::GetRog(const int w, const int h) const in GetRog()476 LCDModel* lcdModel = new LCDModel(); in Load()492 LCDModel* RCDConfig::GetLcdModel(const std::string& name) const in GetLcdModel()
130 rs_rcd::LCDModel* lcdModel_ = nullptr;
338 rs_rcd::ROGSetting* GetRogFromLcdModel(rs_rcd::LCDModel* lcdModel, int& width, int& height) in GetRogFromLcdModel()382 rs_rcd::LCDModel* lcdModel = rcdCfg.GetLcdModel(std::string(rs_rcd::ATTR_DEFAULT));590 HWTEST_F(RSRoundCornerDisplayTest, LCDModel, TestSize.Level1)