| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/ |
| D | moving_photo_file_utils_test.cpp | 131 string imagePath = dirPath + "/" + "image.jpg"; variable 146 string imagePath = dirPath + "/" + "livePhotoSamePath.jpg"; variable 273 string imagePath = "/storage/cloud/files/Photo/1/IMG_123435213_231.jpg"; variable 280 string imagePath = "/storage/cloud/files/.hiddenTest/IMG_123435213_231"; variable 286 string imagePath = "/storage/cloud/files/Photo/1/IMG_123435213_231.jpg"; variable 293 string imagePath = "/storage/cloud/files/Photo/1/IMG_123435213_231.jpg"; variable 300 string imagePath = "/storage/cloud/files/Photo/1/IMG_123435213_231.jpg"; variable 307 string imagePath = "/storage/cloud/files/Photo/1/IMG_123435213_231.jpg"; variable 316 string imagePath = dirPath + "/" + "livePhotoSamePath.jpg"; variable 329 string imagePath = dirPath + "/" + "livePhotoSamePath.jpg"; variable [all …]
|
| /foundation/multimodalinput/input/service/window_manager/test/ |
| D | knuckle_dynamic_drawing_manager_test.cpp | 58 …ia::PixelMap> KnuckleDynamicDrawingManagerTest::DecodeImageToPixelMap(const std::string &imagePath) in DecodeImageToPixelMap() 143 std::string imagePath = "/system/etc/multimodalinput/mouse_icon/Default.svg"; variable 201 std::string imagePath = "/system/etc/multimodalinput/mouse_icon/Default.svg"; variable 228 std::string imagePath = "/system/etc/multimodalinput/mouse_icon/Default.svg"; variable 707 std::string imagePath = "/system/etc/multimodalinput/mouse_icon/Default.svg"; variable 762 std::string imagePath = "/system/etc/multimodalinput/mouse_icon/Default.svg"; variable 789 std::string imagePath = "/system/etc/multimodalinput/mouse_icon/Default.svg"; variable 819 std::string imagePath = "/system/etc/multimodalinput/mouse_icon/Default.svg"; variable
|
| D | knuckle_divergent_point_test.cpp | 46 std::string imagePath = "/system/etc/multimodalinput/mouse_icon/Default.svg"; in SetUp() local 54 std::shared_ptr<OHOS::Media::PixelMap> DecodeImageToPixelMap(const std::string &imagePath) in DecodeImageToPixelMap()
|
| D | knuckle_glow_point_test.cpp | 45 std::string imagePath = "/system/etc/multimodalinput/mouse_icon/Default.svg"; in SetUp() local 51 std::shared_ptr<OHOS::Media::PixelMap> DecodeImageToPixelMap(const std::string &imagePath) in DecodeImageToPixelMap()
|
| D | knuckle_glow_trace_system_test.cpp | 43 std::string imagePath = "/system/etc/multimodalinput/mouse_icon/Default.svg"; in SetUp() local 49 std::shared_ptr<OHOS::Media::PixelMap> DecodeImageToPixelMap(const std::string &imagePath) in DecodeImageToPixelMap()
|
| D | pointer_renderer_test.cpp | 190 std::string imagePath = "/system/etc/multimodalinput/mouse_icon/Default.svg"; variable
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
| D | moving_photo_file_utils.cpp | 274 int32_t MovingPhotoFileUtils::GetExtraDataLen(const string& imagePath, const string& videoPath, in GetExtraDataLen() 367 string imagePath = AppendUserId(movingPhotoImagepath, userId); in ConvertToLivePhoto() local 888 string MovingPhotoFileUtils::GetMovingPhotoVideoPath(const string &imagePath, int32_t userId) in GetMovingPhotoVideoPath() 893 string MovingPhotoFileUtils::GetMovingPhotoExtraDataDir(const string &imagePath, int32_t userId) in GetMovingPhotoExtraDataDir() 901 string MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(const string &imagePath, int32_t userId) in GetMovingPhotoExtraDataPath() 910 string MovingPhotoFileUtils::GetSourceMovingPhotoImagePath(const string& imagePath, int32_t userId) in GetSourceMovingPhotoImagePath() 915 string MovingPhotoFileUtils::GetSourceMovingPhotoVideoPath(const string& imagePath, int32_t userId) in GetSourceMovingPhotoVideoPath() 920 string MovingPhotoFileUtils::GetLivePhotoCacheDir(const string &imagePath, int32_t userId) in GetLivePhotoCacheDir() 928 string MovingPhotoFileUtils::GetLivePhotoCachePath(const string &imagePath, int32_t userId) in GetLivePhotoCachePath() 937 string MovingPhotoFileUtils::GetSourceLivePhotoCachePath(const string& imagePath, int32_t userId) in GetSourceLivePhotoCachePath() [all …]
|
| D | media_file_utils.cpp | 2100 string MediaFileUtils::GetTempMovingPhotoVideoPath(const string &imagePath) 2111 string MediaFileUtils::GetMovingPhotoVideoPath(const string &imagePath)
|
| /foundation/arkui/ui_lite/frameworks/common/ |
| D | image.cpp | 121 char* imagePath = static_cast<char*>(UIMalloc(static_cast<uint32_t>(strLen))); in SetStandardSrc() local 150 char* imagePath = static_cast<char*>(UIMalloc(static_cast<uint32_t>(strLen))); in SetLiteSrc() local
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/ |
| D | photo_editor_extension_context.cpp | 115 char imagePath[PATH_MAX] = {0}; in CopyImageToPanel() local
|
| /foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/ |
| D | rs_graphic_test_profiler.cpp | 85 std::filesystem::path imagePath = GetImageSavePath(); in RunNodeTreeTest() local 117 … const std::filesystem::path& rootPath, const std::filesystem::path& imagePath, const cJSON* root) in AnalysePlaybackInfo() 178 std::filesystem::path imagePath = GetImageSavePath(); in RunPlaybackTest() local
|
| D | rs_graphic_test.cpp | 332 std::string imagePath = "/data/local/"; in GetImageSavePath() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/theme/ |
| D | theme_utils.cpp | 166 std::string imagePath = themeConstants->GetString(resId); in ProcessImageSource() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| D | clock_hand_component.cpp | 184 char *imagePath = JsAppContext::GetInstance()->GetResourcePath(attrValueStr); in SetPrivateAttribute() local
|
| /foundation/window/window_manager/utils/src/ |
| D | surface_draw.cpp | 246 int32_t bufferHeight, const std::string& imagePath) in DrawImage() 367 …:unique_ptr<OHOS::Media::PixelMap> SurfaceDraw::DecodeImageToPixelMap(const std::string& imagePath) in DecodeImageToPixelMap() 389 void SurfaceDraw::DrawPixelmap(Drawing::Canvas& canvas, const std::string& imagePath) in DrawPixelmap() 405 …l SurfaceDraw::DoDraw(uint8_t* addr, uint32_t width, uint32_t height, const std::string& imagePath) in DoDraw()
|
| /foundation/multimedia/image_effect/test/unittest/ |
| D | TestEffectColorSpaceManager.cpp | 35 static std::unique_ptr<Picture> CreatePictureByPath(std::string imagePath) in CreatePictureByPath()
|
| D | TestUtils.cpp | 48 static std::unique_ptr<Picture> CreatePictureByPath(std::string imagePath) in CreatePictureByPath()
|
| /foundation/arkui/ui_lite/interfaces/kits/components/ |
| D | ui_image_animator.h | 49 const char* imagePath; member
|
| /foundation/multimedia/media_library/services/media_cloud_sync_service/src/utils/ |
| D | cloud_media_sync_utils.cpp | 253 std::string CloudMediaSyncUtils::GetSourceMovingPhotoImagePath(const string& imagePath) in GetSourceMovingPhotoImagePath() 258 std::string CloudMediaSyncUtils::GetSourceMovingPhotoVideoPath(const string& imagePath) in GetSourceMovingPhotoVideoPath()
|
| /foundation/multimodalinput/input/service/window_manager/src/ |
| D | knuckle_dynamic_drawing_manager.cpp | 68 …:Media::PixelMap> KnuckleDynamicDrawingManager::DecodeImageToPixelMap(const std::string &imagePath) in DecodeImageToPixelMap()
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
| D | product_adapter.cpp | 386 bool ProductAdapter::IsPNGSupportedWrapper(const char *imagePath, const char *bundleName) in IsPNGSupportedWrapper()
|
| D | js_fwk_common.cpp | 1154 void ExpandImagePathMem(char *&imagePath, const int16_t dotPos, const int16_t suffixLen, const int1… in ExpandImagePathMem()
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
| D | moving_photo_processor.cpp | 300 string imagePath = currentData.path; in GetUpdatedMovingPhotoData() local
|
| /foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/ |
| D | metadata.cpp | 537 void Metadata::SetMovingPhotoImagePath(const VariantData &imagePath) in SetMovingPhotoImagePath()
|
| D | media_scanner.cpp | 466 static void GetMovingPhotoFileInfo(const string &imagePath, int64_t &movingPhotoSize, in GetMovingPhotoFileInfo()
|