Home
last modified time | relevance | path

Searched defs:path (Results 3501 - 3525 of 4592) sorted by relevance

1...<<141142143144145146147148149150>>...184

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderimage_fuzzer/
H A Drsrenderimage_fuzzer.cpp260 Drawing::Path path; in RSMaskFuzzTest() local
337 std::shared_ptr<RSPath> path = std::make_shared<RSPath>(); in RSShadowFuzzTest() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_bounds_geometry_test.cpp538 auto path = std::make_shared<RSPath>(); in HWTEST_F() local
897 Drawing::Path path; in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp94 void add_directory(const std::string& path, const std::string& outpath) argument
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.cpp300 const char* path = fontSet_[i].c_str(); in SetFontDescriptor() local
421 bool FontParser::ParserFontDescriptorFromPath(const std::string& path, in ParserFontDescriptorFromPath() argument
459 std::string path in ParseFontDescriptor() local
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_canvaskit0310.cpp135 Path path; in TestDrawPathPro() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Ddraw_cmd_test.cpp270 Path path; in HWTEST_F() local
289 Path path; in HWTEST_F() local
308 Path path; in HWTEST_F() local
362 Path path; in HWTEST_F() local
451 Path path; in HWTEST_F() local
853 auto path in HWTEST_F() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp41 int32_t ChMod(const std::string &path, mode_t mode) in ChMod() argument
46 int32_t ChOwn(const std::string &path, uid_t uid, gid_t gid) in ChOwn() argument
51 int32_t MkDir(const std::string &path, mode_t mode) in MkDir() argument
56 int32_t RmDir(const std::string &path) in RmDir() argument
67 int32_t UMount(const std::string &path) in UMount() argument
72 UMount2(const std::string &path, int flag) UMount2() argument
77 IsDir(const std::string &path) IsDir() argument
89 IsFile(const std::string &path) IsFile() argument
99 MkDirRecurse(const std::string& path, mode_t mode) MkDirRecurse() argument
120 PrepareDir(const std::string &path, mode_t mode, uid_t uid, gid_t gid) PrepareDir() argument
179 RmDirRecurse(const std::string &path) RmDirRecurse() argument
220 TravelChmod(const std::string &path, mode_t mode) TravelChmod() argument
273 GetSubDirs(const std::string &path, std::vector<std::string> &dirList) GetSubDirs() argument
302 ReadDigitDir(const std::string &path, std::vector<FileList> &dirInfo) ReadDigitDir() argument
339 OpenSubFile(const std::string &path, std::vector<std::string> &file) OpenSubFile() argument
372 ReadFile(const std::string &path, std::string *str) ReadFile() argument
470 TraverseDirUevent(const std::string &path, bool flag) TraverseDirUevent() argument
572 DeleteFile(const std::string &path) DeleteFile() argument
598 IsTempFolder(const std::string &path, const std::string &sub) IsTempFolder() argument
611 DelTemp(const std::string &path) DelTemp() argument
636 IsPathMounted(std::string &path) IsPathMounted() argument
664 CreateFolder(const std::string &path) CreateFolder() argument
687 DelFolder(const std::string &path) DelFolder() argument
[all...]
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp76 static bool GetRealPath(string &path) in GetRealPath() argument
86 static string GetTimeSlotFromPath(const string &path) in GetTimeSlotFromPath() argument
107 static int RecursiveFunc(const string &path, vecto argument
186 FindSourceFilePath(const string &path) FindSourceFilePath() argument
220 Mkdirs(const string &path, bool isDir, string &newRecoveredPath) Mkdirs() argument
319 RecurCheckIfOnlyContentInDir(const string &path, size_t trashWithTimePos, const string &trashWithTimePath) RecurCheckIfOnlyContentInDir() argument
607 string path = fileUri.GetPath(); Recover() local
664 string path = fileUri.GetPath(); CompletelyDelete() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path.cpp73 Path* path = CastToPath(cPath); in OH_Drawing_PathCopy() local
91 Path* path = CastToPath(cPath); in OH_Drawing_PathMoveTo() local
101 Path* path = CastToPath(cPath); in OH_Drawing_PathRMoveTo() local
111 Path* path = CastToPath(cPath); OH_Drawing_PathLineTo() local
121 Path* path = CastToPath(cPath); OH_Drawing_PathRLineTo() local
132 Path* path = CastToPath(cPath); OH_Drawing_PathArcTo() local
142 Path* path = CastToPath(cPath); OH_Drawing_PathQuadTo() local
152 Path* path = CastToPath(cPath); OH_Drawing_PathRQuadTo() local
162 Path* path = CastToPath(cPath); OH_Drawing_PathConicTo() local
172 Path* path = CastToPath(cPath); OH_Drawing_PathRConicTo() local
183 Path* path = CastToPath(cPath); OH_Drawing_PathCubicTo() local
194 Path* path = CastToPath(cPath); OH_Drawing_PathRCubicTo() local
209 Path* path = CastToPath(cPath); OH_Drawing_PathAddRect() local
228 Path* path = CastToPath(cPath); OH_Drawing_PathAddRectWithInitialCorner() local
247 Path* path = CastToPath(cPath); OH_Drawing_PathAddRoundRect() local
266 Path* path = CastToPath(cPath); OH_Drawing_PathAddOvalWithInitialPoint() local
281 Path* path = CastToPath(cPath); OH_Drawing_PathAddArc() local
296 Path* path = CastToPath(cPath); OH_Drawing_PathAddPath() local
316 Path* path = CastToPath(cPath); OH_Drawing_PathAddPathWithMatrixAndMode() local
340 Path* path = CastToPath(cPath); OH_Drawing_PathAddPathWithMode() local
360 Path* path = CastToPath(cPath); OH_Drawing_PathAddPathWithOffsetAndMode() local
383 Path* path = CastToPath(cPath); OH_Drawing_PathAddOval() local
397 Path* path = CastToPath(cPath); OH_Drawing_PathAddPolygon() local
420 Path* path = CastToPath(cPath); OH_Drawing_PathAddCircle() local
434 Path* path = CastToPath(cPath); OH_Drawing_PathBuildFromSvgString() local
444 Path* path = CastToPath(cPath); OH_Drawing_PathContains() local
458 Path* path = CastToPath(cPath); OH_Drawing_PathTransform() local
469 Path* path = CastToPath(cPath); OH_Drawing_PathTransformWithPerspectiveClip() local
488 Path* path = CastToPath(cPath); OH_Drawing_PathSetFillType() local
498 Path* path = CastToPath(cPath); OH_Drawing_PathClose() local
508 Path* path = CastToPath(cPath); OH_Drawing_PathOffset() local
519 Path* path = CastToPath(cPath); OH_Drawing_PathReset() local
529 Path* path = CastToPath(cPath); OH_Drawing_PathGetLength() local
539 Path* path = CastToPath(cPath); OH_Drawing_PathIsClosed() local
550 Path* path = CastToPath(cPath); OH_Drawing_PathGetPositionTangent() local
566 Path* path = CastToPath(cPath); OH_Drawing_PathOp() local
582 Path* path = CastToPath(cPath); OH_Drawing_PathGetMatrix() local
593 Path* path = CastToPath(cPath); OH_Drawing_PathGetBounds() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dstatic_factory.cpp72 std::shared_ptr<Typeface> StaticFactory::MakeFromFile(const char path[], int index) in MakeFromFile() argument
82 std::shared_ptr<Typeface> StaticFactory::MakeFromFile(const char path[], const FontArguments& fontArguments) in MakeFromFile() argument
288 std::shared_ptr<Data> StaticFactory::MakeDataFromFileName(const char path[]) in MakeDataFromFileName() argument
298 void StaticFactory::PathOutlineDecompose(const Path& path, st argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography.cpp200 void Typography::Paint(Drawing::Canvas* drawCanvas, Drawing::Path* path, double hOffset, double vOffset) in Paint() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_impl.cpp222 void ParagraphImpl::Paint(Drawing::Canvas* canvas, Drawing::Path* path, double hOffset, double vOffset) in Paint() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_static_factory.cpp56 std::shared_ptr<Typeface> SkiaStaticFactory::MakeFromFile(const char path[], int index) in MakeFromFile() argument
61 std::shared_ptr<Typeface> SkiaStaticFactory::MakeFromFile(const char path[], const FontArguments& fontArguments) in MakeFromFile() argument
166 std::shared_ptr<Data> SkiaStaticFactory::MakeDataFromFileName(const char path[]) in MakeDataFromFileName() argument
176 void SkiaStaticFactory::PathOutlineDecompose(const Path& path, std::vector<Path>& paths) in PathOutlineDecompose() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp209 auto path = GetStringFromData(STR_LEN); in RsPathAnimationFuzzTest() local
246 auto path = GetStringFromData(STR_LEN); in RsMotionPathOptionFuzzTest() local
349 auto path = GetStringFromData(STR_LEN); in RsImplicitAnimatorFuzzTest() local
378 auto path = GetStringFromData(STR_LEN); in RsImplicitAnimatorParamFuzzTest() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp85 std::shared_ptr<RSPath> path; in DoUnmarshalling() local
158 char* path = new char[length]; in DoMarshallingHelper001() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp406 Drawing::Path path; in HWTEST_F() local
432 Drawing::Path path; in HWTEST_F() local
451 Drawing::Path path; in HWTEST_F() local
762 Drawing::Path path; in HWTEST_F() local
/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h178 ModifyImageProperty(uint32_t index, const std::string &key, const std::string &value, const std::string &path) ModifyImageProperty() argument
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_native.cpp297 std::string OH_ImageSourceNative::UrlToPath(const std::string &path) in UrlToPath() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dphoto_album.cpp215 void PhotoAlbum::SetLPath(const std::string &path) in SetLPath() argument
/foundation/multimedia/camera_lite/test/unittest/
H A Dcamera_lite_test.cpp337 string path = GetCurDir(); in StartRecord() local
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.cpp203 auto path = UrlToPath(uri); in ParseUri() local
216 ErrorCode CommonUtils::ParsePath(std::string &path, std::shared_ptr<EffectBuffer> &effectBuffer, in ParsePath() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_format_convert_test.cpp239 bool ImageFormatConvertTest::ReadFile(void *chOrg, std::string path, int32_t totalsize, int32_t srcNum) in ReadFile() argument
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_mdk_kits.cpp89 static std::string UrlToPath(const std::string &path) in UrlToPath() argument
133 auto path = UrlToPath(url); in ImageSourceNativeCreate() local
217 auto path = UrlToPath(args->uri); ImageSourceNapiCreateFromUri() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmoving_photo_processor.cpp199 std::string path = get<std::string>( in ParseMovingPhotoData() local
363 std::string path = get<std::string>( in ParseLivePhotoData() local
426 static int32_t MoveMovingPhoto(const string &path, in MoveMovingPhoto() argument
527 string path = currentData.path; GetUpdatedLivePhotoData() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/portrait_album_update_test/src/
H A Dportrait_album_update_test.cpp70 string path; member

Completed in 35 milliseconds

1...<<141142143144145146147148149150>>...184