Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_config.h159 struct LCDModel { struct
160 LCDModel() {} in LCDModel() argument
161 virtual ~LCDModel();
179 LCDModel* GetLcdModel(const std::string& name) const; argument
186 std::vector<LCDModel*> lcdModels;
H A Drs_round_corner_config.cpp339 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()
H A Drs_round_corner_display.h130 rs_rcd::LCDModel* lcdModel_ = nullptr;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp338 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)