Searched refs:LoadImg (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_round_corner_display.cpp | 81 bool RoundCornerDisplay::LoadImg(const char* path, std::shared_ptr<Drawing::Image>& img) in LoadImg() function in OHOS::Rosen::RoundCornerDisplay 143 LoadImg(portrait->layerUp.fileName.c_str(), imgTopPortrait_); in GetTopSurfaceSource() 144 LoadImg(portrait->layerHide.fileName.c_str(), imgTopHidden_); in GetTopSurfaceSource() 151 LoadImg(landscape->layerUp.fileName.c_str(), imgTopLadsOrit_); in GetTopSurfaceSource() 173 LoadImg(portrait->layerDown.fileName.c_str(), imgBottomPortrait_); in GetBottomSurfaceSource()
|
H A D | rs_round_corner_display.h | 186 static bool LoadImg(const char* path, std::shared_ptr<Drawing::Image>& img);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_round_corner_display_test.cpp | 191 rcdInstance.LoadImg(path, imgBottomPortrait); 219 bool flag1 = rcdInstance.LoadImg(path1, imgBottomPortrait); 228 bool flag3 = rcdInstance.LoadImg(path2, imgBottomPortrait); 373 rcdInstance.LoadImg(path, imgBottomPortrait);
|