Home
last modified time | relevance | path

Searched refs:DecodeImageToPixelMap (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dsurface_draw_test.cpp145 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 Dknuckle_divergent_point_test.cpp47 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 Dknuckle_glow_point_test.cpp46 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 Dknuckle_dynamic_drawing_manager_test.cpp53 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 Dknuckle_glow_trace_system_test.cpp44 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 Dpointer_drawing_manager_test.cpp693 ASSERT_NO_FATAL_FAILURE(pointerDrawingManager.DecodeImageToPixelMap(iconPath));
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Dknuckle_dynamic_drawing_manager.h53 std::shared_ptr<OHOS::Media::PixelMap> DecodeImageToPixelMap(const std::string &imagePath);
H A Dpointer_drawing_manager.h130 std::shared_ptr<OHOS::Media::PixelMap> DecodeImageToPixelMap(const std::string &imagePath);
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dsurface_draw.h55 … static std::unique_ptr<OHOS::Media::PixelMap> DecodeImageToPixelMap(const std::string& imagePath);
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_dynamic_drawing_manager.cpp74 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 Dpointer_drawing_manager.cpp692 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 Dsurface_draw.cpp160 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()