Home
last modified time | relevance | path

Searched defs:path (Results 3126 - 3150 of 4592) sorted by relevance

1...<<121122123124125126127128129130>>...184

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_rs.cpp128 Path path; in TestDrawPathPro() local
438 Path path; TestDrawShadow() local
455 Path path; TestDrawShadowStyle() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/
H A Ddrawing_fuzzer.cpp158 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in NativeDrawingCanvasDrawPathTest() local
223 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in NativeDrawingPathMoveToTest() local
236 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in NativeDrawingPathLineToTest() local
249 OH_Drawing_Path* path in NativeDrawingPathResetTest() local
267 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathArcToTest() local
282 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathQuadToTest() local
299 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathCubicToTest() local
312 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathCloseTest() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/
H A Dpath_fuzzer.cpp52 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in NativeDrawingPathTest001() local
137 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in NativeDrawingPathTest003() local
200 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathTest004() local
248 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathTest005() local
302 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathTest006() local
352 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathTest007() local
401 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathTest008() local
439 OH_Drawing_Path* path = OH_Drawing_PathCreate(); NativeDrawingPathTest009() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_path_animation.cpp37 RSPathAnimation::RSPathAnimation(std::shared_ptr<RSPropertyBase> property, const std::string& path, in RSPathAnimation() argument
306 ProcessPath(const std::string& path, const float startX, const float startY, const float endX, const float endY) const ProcessPath() argument
317 PreProcessPath(const std::string& path, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) const PreProcessPath() argument
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp116 MSKPSrc::MSKPSrc(const std::string& path) : fPath_(path) in MSKPSrc() argument
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_mtp_device.cpp227 const MtpFsTypeDir *MtpFsDevice::DirFetchContent(std::string path) in DirFetchContent() argument
278 int MtpFsDevice::DirCreateNew(const std::string &path) in DirCreateNew() argument
304 DirRemove(const std::string &path) DirRemove() argument
451 FileRead(const std::string &path, char *buf, size_t size, off_t offset) FileRead() argument
483 FileWrite(const std::string &path, const char *buf, size_t size, off_t offset) FileWrite() argument
593 FileRemove(const std::string &path) FileRemove() argument
[all...]
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/systemtest/
H A Dvulkan_loader_system_test.cpp96 const char *path = "libvulkan.so"; in DLOpenLibVulkan() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontcollection_napi/
H A Djs_fontcollection.cpp322 bool JsFontCollection::GetFontFileProperties(const std::string path, const std::string familyName) in GetFontFileProperties() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Ddrawing_painter_impl.cpp237 void RSCanvasParagraphPainter::drawPath(const RSPath& path, const DecorationStyle& decorStyle) in drawPath() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font.cpp426 OH_Drawing_FontGetPathForGlyph(const OH_Drawing_Font* cFont, uint16_t glyph, OH_Drawing_Path* path) OH_Drawing_FontGetPathForGlyph() argument
439 OH_Drawing_FontGetTextPath(const OH_Drawing_Font* cFont, const void* text, size_t byteLength, OH_Drawing_TextEncoding encoding, float x, float y, OH_Drawing_Path* path) OH_Drawing_FontGetTextPath() argument
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/
H A Drs_property_drawable_utils_test.cpp53 Drawing::Path path; in HWTEST_F() local
399 Drawing::Path path; in HWTEST_F() local
494 Drawing::Path path; in HWTEST_F() local
549 Drawing::Path path; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp497 Drawing::Path path; in Draw() local
531 Drawing::Path path; Draw() local
571 Drawing::Path path; Draw() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp562 std::string path = "void"; in HWTEST_F() local
H A Dplugin_libjpeg_test.cpp1557 std::string path = "test"; in HWTEST_F() local
1958 std::string path = IMAGE_INPUT_JPEG_PATH; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_jpeg_test.cpp2275 std::string path = ""; HWTEST_F() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_uri.cpp180 static void ParsePathWithExtrPara(std::string &path) in ParsePathWithExtrPara() argument
212 std::string path = uri->GetPath(); in CalFileId() local
423 HandleOldUriPath(std::string &path) HandleOldUriPath() argument
432 RemovePrecedSlash(std::string &path) RemovePrecedSlash() argument
439 GetValidPath(Uri &uri, std::string &path) GetValidPath() argument
453 std::string path; GetPathFirstDentry() local
466 std::string path; GetPathSecondDentry() local
598 string path = ROOT_MEDIA_DIR; GetPathFromUri() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_ex_test.cpp1187 std::string path = ""; in HWTEST_F() local
1208 std::string path = ""; in HWTEST_F() local
1229 std::string path = ""; in HWTEST_F() local
1250 std::string path = ""; in HWTEST_F() local
1272 std::string path = ""; in HWTEST_F() local
1404 const std::string path = " "; in HWTEST_F() local
[all...]
H A Dimage_utils_test.cpp121 const std::string path = ""; in HWTEST_F() local
137 const std::string path = "test/aaa"; in HWTEST_F() local
216 const string path = ""; in HWTEST_F() local
235 const string path = buffer; in HWTEST_F() local
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dtest_common.cpp54 char path[PATH_MAX] = {0}; in SaveYUV() local
123 char path[255] = {0}; SaveVideoFile() local
[all...]
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dffmpeg_api_wrap.cpp41 std::string path = "libohosffmpeg.z.so"; in Open() local
/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H A Daudio_server_sink_plugin_test.cpp467 std::string path = "data/media/audio-sink-entire.pcm"; in HWTEST() local
/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_unit_test.cpp1522 string path = TEST_FILE_PATH + string("avcc_aac_mp3.mp4"); in HWTEST_F() local
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dvideo_post_processor.cpp190 std::string path = PATH + videoId + OUT_TAG; in RemoveRequest() local
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
H A Dimage_sink_filter.cpp335 ErrorCode PackToFile(const std::string &path, const std::shared_ptr<PixelMap> &pixelMap) in PackToFile() argument
373 std::string path = CommonUtils::UrlToPath(url); in SaveUrlData() local
381 std::string path = CommonUtils::UrlToPath(url); in SaveUrlData() local
385 SavePathData(const std::string &path, const std::shared_ptr<EffectBuffer> &buffer) SavePathData() argument
393 SavePathData(const std::string &path, const std::shared_ptr<PixelMap> &pixelMap) SavePathData() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H A Dmedialibrary_multistages_photo_capture_test.cpp201 string path = GetStringVal(PhotoColumn::MEDIA_FILE_PATH, resultSet); in GetFilePath() local
212 string path = GetFilePath(fileId); in MakePhotoUnpending() local
763 string path = "/valid/path"; in HWTEST_F() local
775 string path in HWTEST_F() local
809 string path = "/data/test/res/no_gps.jpg"; HWTEST_F() local
[all...]

Completed in 35 milliseconds

1...<<121122123124125126127128129130>>...184