Home
last modified time | relevance | path

Searched defs:path (Results 2501 - 2525 of 4547) sorted by relevance

1...<<101102103104105106107108109110>>...182

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.cpp119 void DrawPathAddCircle(OH_Drawing_Path* path, float centerX, float centerY, float radius) in DrawPathAddCircle() argument
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp103 bool FontDescriptorCache::ProcessInstalledFontPath(const std::string& path) in ProcessInstalledFontPath() argument
239 std::string path; in ParseInstallFontDescSharedPtrByName() local
[all...]
H A Dfont_parser.h79 std::string path; member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/drawcmd_fuzzer/
H A Ddrawcmd_fuzzer.cpp431 Path path; in DrawCmdFuzzTest010() local
/foundation/graphic/graphic_3d/kits/js/src/
H A DCameraJS.cpp147 NapiApi::Value<BASE_NS::string> path; in CameraJS() local
H A DLightJS.cpp66 NapiApi::Value<BASE_NS::string> path; in Create() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfile_manager.cpp53 string_view path; in FixPath() local
128 string_view path; OpenFile() local
146 string_view path; CreateFile() local
164 string_view path; DeleteFile() local
203 string_view path; GetEntry() local
220 string_view path; OpenDirectory() local
238 string_view path; CreateDirectory() local
256 string_view path; DeleteDirectory() local
299 string_view path; GetAbsolutePaths() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp113 Drawing::Path path = ptr->path_; in CreateDrawFunc() member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_font_test.cpp440 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in HWTEST_F() local
469 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in HWTEST_F() local
498 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local
520 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local
640 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local
667 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local
701 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local
728 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local
755 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local
786 OH_Drawing_Path* path = OH_Drawing_PathCreate(); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Ddashing.cpp113 void make_path_line(OH_Drawing_Path *path, DrawRect rect) in make_path_line() argument
119 void make_path_rect(OH_Drawing_Path *path, DrawRect rect) in make_path_rect() argument
125 void make_path_oval(OH_Drawing_Path *path, DrawRect rect) in make_path_oval() argument
132 void make_path_star(OH_Drawing_Path *path, DrawRect rect) in make_path_star() argument
200 OH_Drawing_Path *path = OH_Drawing_PathCreate(); OnTestFunction() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/font_fuzzer/
H A Dfont_fuzzer.cpp291 Path *path = new Path(); in FontFuzzTest009() local
316 Path* path = new Path(); in FontFuzzTest010() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/overdraw/
H A Drs_listened_canvas_test.cpp239 Drawing::Path path; in HWTEST_F() local
323 Drawing::Path path; in HWTEST_F() local
397 Drawing::Path path; in HWTEST_F() local
544 Drawing::Path path; in HWTEST_F() local
[all...]
H A Drs_gpu_overdraw_canvas_listener_test.cpp136 Drawing::Path path; in HWTEST_F() local
226 Drawing::Path path; in HWTEST_F() local
272 Drawing::Path path; in HWTEST_F() local
343 Drawing::Path path; in HWTEST_F() local
H A Drs_cpu_overdraw_canvas_listener_test.cpp221 Drawing::Path path; in HWTEST_F() local
239 Drawing::Path path; in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_test.cpp317 std::string path = "/mnt/data/" + std::to_string(userId) + "/hmdfs/"; in HWTEST_F() local
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_proxy_test.cpp344 std::string path = "/"; in HWTEST_F() local
1666 std::string path = "/"; in HWTEST_F() local
1698 std::string path = "/"; in HWTEST_F() local
/foundation/filemanagement/user_file_service/test/unittest/
H A Djs_file_access_ext_ability_test.cpp411 static void MockNapiFunctionCalls(shared_ptr<AssistantMock> insMoc, const string& path, napi_value rslt) in MockNapiFunctionCalls() argument
447 static void MockNapiFunctionCallsForCopyFile(shared_ptr<AssistantMock> insMoc, const string& path, napi_value rslt) in MockNapiFunctionCallsForCopyFile() argument
683 string path = "test"; in HWTEST_F() local
833 string path = "test"; in HWTEST_F() local
1102 string path in HWTEST_F() local
1604 string path = "test"; HWTEST_F() local
1654 string path = "test"; HWTEST_F() local
1708 string path = "test"; HWTEST_F() local
1746 string path = "test"; HWTEST_F() local
1791 string path = "test"; HWTEST_F() local
1947 string path = "test"; HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_file.cpp99 bool OhosFileDirectory::IsDir(BASE_NS::string_view path, std::vector<std::string>& fileList) const in IsDir() argument
122 auto path = pathIn; in Open() local
143 auto path = dir_->path_ + "/" + BASE_NS::string(dir_->fileList_[i].c_str()); GetEntries() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_text_blob.cpp207 Path path; in GetDrawingPathforTextBlob() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dtypeface.cpp31 std::shared_ptr<Typeface> Typeface::MakeFromFile(const char path[], int index) in MakeFromFile() argument
36 std::shared_ptr<Typeface> Typeface::MakeFromFile(const char path[], const FontArguments& fontArguments) in MakeFromFile() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_fly_out_shader_filter.cpp171 Drawing::Path path; in DrawImageRect() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Dsurface_capture_test.cpp97 Drawing::Path path; in DrawSurfaceToCapture() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_network.cpp117 void Network::SendPath(const std::string& path, PackageID id) in SendPath() argument
127 void Network::SendRdcPath(const std::string& path) in SendRdcPath() argument
132 void Network::SendDclPath(const std::string& path) in SendDclPath() argument
137 void Network::SendMskpPath(const std::string& path) in SendMskpPath() argument
142 void Network::SendBetaRecordPath(const std::string& path) in SendBetaRecordPath() argument
306 std::string path; ProcessBinary() local
307 stream >> path; ProcessBinary() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dcanvas_test.cpp356 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in OnTestPerformance() local
470 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in OnTestPerformance() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_marshalling_helper_test.cpp741 Drawing::Path path; in HWTEST_F() local

Completed in 25 milliseconds

1...<<101102103104105106107108109110>>...182