Home
last modified time | relevance | path

Searched refs:DecodeBitmap (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 Drs_round_corner_display.cpp99 bool RoundCornerDisplay::DecodeBitmap(std::shared_ptr<Drawing::Image> image, Drawing::Bitmap &bitma… in DecodeBitmap() function in OHOS::Rosen::RoundCornerDisplay
154 DecodeBitmap(imgTopPortrait_, bitmapTopPortrait_); in GetTopSurfaceSource()
155 DecodeBitmap(imgTopLadsOrit_, bitmapTopLadsOrit_); in GetTopSurfaceSource()
156 DecodeBitmap(imgTopHidden_, bitmapTopHidden_); in GetTopSurfaceSource()
175 DecodeBitmap(imgBottomPortrait_, bitmapBottomPortrait_); in GetBottomSurfaceSource()
H A Drs_round_corner_display.h187 static bool DecodeBitmap(std::shared_ptr<Drawing::Image> image, Drawing::Bitmap &bitmap);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp197 rcdInstance.DecodeBitmap(imgBottomPortrait, bitmapBottomPortrait);
200 res = rcdInstance.DecodeBitmap(imgNoneImageLoaded, bitmapBottomPortrait);
223 bool flag2 = rcdInstance.DecodeBitmap(nullptr, bitmapBottomPortrait);
378 rcdInstance.DecodeBitmap(imgBottomPortrait, bitmapBottomPortrait);