/ohos5.0/foundation/window/window_manager/utils/test/unittest/ |
H A D | surface_draw_test.cpp | 145 ASSERT_EQ(SurfaceDraw::DecodeImageToPixelMap(""), nullptr); 146 ASSERT_NE(SurfaceDraw::DecodeImageToPixelMap(IMAGE_PLACE_HOLDER_PNG_PATH), nullptr); 207 …std::shared_ptr<Media::PixelMap> pixelMap = SurfaceDraw::DecodeImageToPixelMap(IMAGE_PLACE_HOLDER_… 231 …std::shared_ptr<Media::PixelMap> pixelMap = SurfaceDraw::DecodeImageToPixelMap(IMAGE_PLACE_HOLDER_… 312 …std::shared_ptr<Media::PixelMap> pixelMap = SurfaceDraw::DecodeImageToPixelMap(IMAGE_PLACE_HOLDER_… 365 …std::shared_ptr<Media::PixelMap> pixelMap = SurfaceDraw::DecodeImageToPixelMap(IMAGE_PLACE_HOLDER_…
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | knuckle_divergent_point_test.cpp | 47 auto pixelMap = DecodeImageToPixelMap(imagePath); in SetUp() 54 std::shared_ptr<OHOS::Media::PixelMap> DecodeImageToPixelMap(const std::string &imagePath) in DecodeImageToPixelMap() function in OHOS::MMI::KnuckleDivergentPointTest
|
H A D | knuckle_glow_point_test.cpp | 46 pixelMap = DecodeImageToPixelMap(imagePath); in SetUp() 51 std::shared_ptr<OHOS::Media::PixelMap> DecodeImageToPixelMap(const std::string &imagePath) in DecodeImageToPixelMap() function in OHOS::MMI::KnuckleGlowPointTest
|
H A D | knuckle_dynamic_drawing_manager_test.cpp | 53 std::shared_ptr<Media::PixelMap> DecodeImageToPixelMap(const std::string &imagePath); 58 std::shared_ptr<Media::PixelMap> KnuckleDynamicDrawingManagerTest::DecodeImageToPixelMap(const std:… in DecodeImageToPixelMap() function in OHOS::MMI::KnuckleDynamicDrawingManagerTest 144 auto pixelMap = DecodeImageToPixelMap(imagePath); 202 auto pixelMap = DecodeImageToPixelMap(imagePath); 229 auto pixelMap = DecodeImageToPixelMap(imagePath);
|
H A D | knuckle_glow_trace_system_test.cpp | 44 pixelMap = DecodeImageToPixelMap(imagePath); in SetUp() 49 std::shared_ptr<OHOS::Media::PixelMap> DecodeImageToPixelMap(const std::string &imagePath) in DecodeImageToPixelMap() function in OHOS::MMI::KnuckleGlowTraceSystemTest
|
H A D | pointer_drawing_manager_test.cpp | 693 ASSERT_NO_FATAL_FAILURE(pointerDrawingManager.DecodeImageToPixelMap(iconPath));
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | knuckle_dynamic_drawing_manager.h | 53 std::shared_ptr<OHOS::Media::PixelMap> DecodeImageToPixelMap(const std::string &imagePath);
|
H A D | pointer_drawing_manager.h | 130 std::shared_ptr<OHOS::Media::PixelMap> DecodeImageToPixelMap(const std::string &imagePath);
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | surface_draw.h | 55 … static std::unique_ptr<OHOS::Media::PixelMap> DecodeImageToPixelMap(const std::string& imagePath);
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | knuckle_dynamic_drawing_manager.cpp | 74 std::shared_ptr<OHOS::Media::PixelMap> KnuckleDynamicDrawingManager::DecodeImageToPixelMap(const st… in DecodeImageToPixelMap() function in OHOS::MMI::KnuckleDynamicDrawingManager 99 pixelMap_ = DecodeImageToPixelMap(PENT_ICON_PATH); in InitPointerPathPaint()
|
H A D | pointer_drawing_manager.cpp | 692 DecodeImageToPixelMap(mouseIcons_[MOUSE_ICON::RUNNING_RIGHT].iconPath); in DrawRunningPointerAnimate() 1061 pixelmap = DecodeImageToPixelMap(mouseIcons_[MOUSE_ICON::RUNNING_LEFT].iconPath); in DrawImage() 1063 pixelmap = DecodeImageToPixelMap(mouseIcons_[mouseStyle].iconPath); in DrawImage() 1139 pixelmap = DecodeImageToPixelMap(mouseIcons_[MOUSE_ICON::RUNNING_LEFT].iconPath); in DrawPixelmap() 1141 pixelmap = DecodeImageToPixelMap(mouseIcons_[mouseStyle].iconPath); in DrawPixelmap() 1273 std::shared_ptr<OHOS::Media::PixelMap> PointerDrawingManager::DecodeImageToPixelMap(const std::stri… in DecodeImageToPixelMap() function in OHOS::MMI::PointerDrawingManager
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | surface_draw.cpp | 160 std::unique_ptr<OHOS::Media::PixelMap> SurfaceDraw::DecodeImageToPixelMap(const std::string& imageP… in DecodeImageToPixelMap() function in OHOS::Rosen::SurfaceDraw 184 std::unique_ptr<OHOS::Media::PixelMap> pixelmap = DecodeImageToPixelMap(imagePath); in DrawPixelmap()
|