Home
last modified time | relevance | path

Searched defs:imagePath (Results 1 – 25 of 25) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
Dmoving_photo_file_utils_test.cpp110 string imagePath = dirPath + "/" + "image.jpg"; variable
125 string imagePath = dirPath + "/" + "livePhotoSamePath.jpg"; variable
252 string imagePath = "/storage/cloud/files/Photo/1/IMG_123435213_231.jpg"; variable
259 string imagePath = "/storage/cloud/files/.hiddenTest/IMG_123435213_231"; variable
265 string imagePath = "/storage/cloud/files/Photo/1/IMG_123435213_231.jpg"; variable
272 string imagePath = "/storage/cloud/files/Photo/1/IMG_123435213_231.jpg"; variable
279 string imagePath = "/storage/cloud/files/Photo/1/IMG_123435213_231.jpg"; variable
286 string imagePath = "/storage/cloud/files/Photo/1/IMG_123435213_231.jpg"; variable
295 string imagePath = dirPath + "/" + "livePhotoSamePath.jpg"; variable
308 string imagePath = dirPath + "/" + "livePhotoSamePath.jpg"; variable
/foundation/multimodalinput/input/service/window_manager/test/
Dknuckle_divergent_point_test.cpp46 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()
Dknuckle_dynamic_drawing_manager_test.cpp58 …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
Dknuckle_glow_point_test.cpp45 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()
Dknuckle_glow_trace_system_test.cpp43 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()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
Dmoving_photo_file_utils.cpp256 int32_t MovingPhotoFileUtils::GetExtraDataLen(const string& imagePath, const string& videoPath, in GetExtraDataLen()
342 string imagePath = AppendUserId(movingPhotoImagepath, userId); in ConvertToLivePhoto() local
712 string MovingPhotoFileUtils::GetMovingPhotoVideoPath(const string &imagePath, int32_t userId) in GetMovingPhotoVideoPath()
717 string MovingPhotoFileUtils::GetMovingPhotoExtraDataDir(const string &imagePath, int32_t userId) in GetMovingPhotoExtraDataDir()
725 string MovingPhotoFileUtils::GetMovingPhotoExtraDataPath(const string &imagePath, int32_t userId) in GetMovingPhotoExtraDataPath()
734 string MovingPhotoFileUtils::GetSourceMovingPhotoImagePath(const string& imagePath, int32_t userId) in GetSourceMovingPhotoImagePath()
739 string MovingPhotoFileUtils::GetSourceMovingPhotoVideoPath(const string& imagePath, int32_t userId) in GetSourceMovingPhotoVideoPath()
744 string MovingPhotoFileUtils::GetLivePhotoCacheDir(const string &imagePath, int32_t userId) in GetLivePhotoCacheDir()
752 string MovingPhotoFileUtils::GetLivePhotoCachePath(const string &imagePath, int32_t userId) in GetLivePhotoCachePath()
761 string MovingPhotoFileUtils::GetSourceLivePhotoCachePath(const string& imagePath, int32_t userId) in GetSourceLivePhotoCachePath()
Dmedia_file_utils.cpp1723 string MediaFileUtils::GetMovingPhotoVideoPath(const string &imagePath)
/foundation/window/window_manager/utils/src/
Dsurface_draw.cpp39 int32_t bufferHeight, const std::string& imagePath) in DrawImage()
160 …:unique_ptr<OHOS::Media::PixelMap> SurfaceDraw::DecodeImageToPixelMap(const std::string& imagePath) in DecodeImageToPixelMap()
182 void SurfaceDraw::DrawPixelmap(Drawing::Canvas& canvas, const std::string& imagePath) in DrawPixelmap()
198 …l SurfaceDraw::DoDraw(uint8_t* addr, uint32_t width, uint32_t height, const std::string& imagePath) in DoDraw()
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
Drs_graphic_test.cpp166 std::string imagePath = "/data/local/"; in GetImageSavePath() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/
Dphoto_editor_extension_context.cpp115 char imagePath[PATH_MAX] = {0}; in CopyImageToPanel() local
/foundation/arkui/ui_lite/frameworks/common/
Dimage.cpp121 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/arkui/ace_engine/frameworks/core/components/theme/
Dtheme_utils.cpp165 std::string imagePath = themeConstants->GetString(resId); in ProcessImageSource() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dclock_hand_component.cpp184 char *imagePath = JsAppContext::GetInstance()->GetResourcePath(attrValueStr); in SetPrivateAttribute() local
Dcomponent.cpp1932 char *imagePath = JsAppContext::GetInstance()->GetResourcePath(filePath); in HandleBackgroundImg() local
/foundation/arkui/ui_lite/interfaces/kits/components/
Dui_image_animator.h49 const char* imagePath; member
/foundation/multimodalinput/input/service/window_manager/src/
Dknuckle_dynamic_drawing_manager.cpp74 …:Media::PixelMap> KnuckleDynamicDrawingManager::DecodeImageToPixelMap(const std::string &imagePath) in DecodeImageToPixelMap()
Dpointer_drawing_manager.cpp1271 …r<OHOS::Media::PixelMap> PointerDrawingManager::DecodeImageToPixelMap(const std::string &imagePath) in DecodeImageToPixelMap()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
Dmoving_photo_processor.cpp247 string imagePath = currentData.path; in GetUpdatedMovingPhotoData() local
Dmedialibrary_asset_operations.cpp1220 static int32_t SolveMovingPhotoVideoCreation(const string &imagePath, const string &mode, bool isMo… in SolveMovingPhotoVideoCreation()
Dmedialibrary_photo_operations.cpp2137 string imagePath = fileAsset->GetFilePath(); in RevertToOriginalEffectMode() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
Dproduct_adapter.cpp386 bool ProductAdapter::IsPNGSupportedWrapper(const char *imagePath, const char *bundleName) in IsPNGSupportedWrapper()
Djs_fwk_common.cpp1151 void ExpandImagePathMem(char *&imagePath, const int16_t dotPos, const int16_t suffixLen, const int1… in ExpandImagePathMem()
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
Dmetadata.cpp515 void Metadata::SetMovingPhotoImagePath(const VariantData &imagePath) in SetMovingPhotoImagePath()
Dmedia_scanner.cpp442 static void GetMovingPhotoFileInfo(const string &imagePath, int64_t &movingPhotoSize, in GetMovingPhotoFileInfo()
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
Djs_card_parser.cpp803 std::string imagePath; in GetResImageUrl() local