Home
last modified time | relevance | path

Searched refs:SetPath (Results 1 - 25 of 92) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_text_path_component.cpp66 void SvgTextPathComponent::SetPath(const std::string& path) in SetPath() function in OHOS::Ace::SvgTextPathComponent
68 declaration_->SetPath(path); in SetPath()
H A Dsvg_text_path_component.h37 void SetPath(const std::string& path);
H A Drender_svg_text_path.h52 void SetPath(const std::string& path) in SetPath() function in OHOS::Ace::RenderSvgTextPath
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_hm_symbol.cpp39 pathTmp.GetImpl<SkiaPath>()->SetPath(skPathTmp); in PathOutlineDecompose()
61 pathTmp.GetImpl<SkiaPath>()->SetPath(skPathTmp); in MultilayerPath()
H A Dskia_region.cpp45 bool SkiaRegion::SetPath(const Path& path, const Region& clip) in SetPath() function in OHOS::Rosen::Drawing::SkiaRegion
50 LOGD("SkiaRegion::SetPath, skRegion is nullptr"); in SetPath()
69 skiaPath->SetPath(skPath); in GetBoundaryPath()
H A Dskia_region.h39 bool SetPath(const Path& path, const Region& clip) override;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dregion.cpp46 bool Region::SetPath(const Path& path, const Region& clip) in SetPath() function in OHOS::Rosen::Drawing::Region
48 return impl_->SetPath(path, clip); in SetPath()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_client.h68 int SetPath(uint8_t flag, const std::u16string &path);
75 int SetPath(const std::vector<std::u16string> &paths);
H A Dobex_mp_client.cpp91 int ObexMpClient::SetPath(uint8_t flag, const std::u16string &path) in SetPath() function in OHOS::bluetooth::ObexMpClient
94 return ObexClient::SetPath(flag, path); in SetPath()
97 int ObexMpClient::SetPath(const std::vector<std::u16string> &paths) in SetPath() function in OHOS::bluetooth::ObexMpClient
101 OBEX_LOG_ERROR("Error: SetPath Job's size is 0."); in SetPath()
105 OBEX_LOG_ERROR("Error: Another SetPath Job is being processing."); in SetPath()
110 return ObexClient::SetPath(OBEX_SETPATH_NOCREATE, u""); in SetPath()
324 int ret = ObexClient::SetPath(OBEX_SETPATH_NOCREATE, setPathObject->GetNextPath()); in SetPathDataAvailable()
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/
H A Dvolume_external_test.cpp53 volumeexternal.SetPath(path); in HWTEST_F()
102 volumeexternal.SetPath(path); in HWTEST_F()
152 volumeexternal.SetPath("/"); in HWTEST_F()
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dmedia_sink.h29 void SetPath(const std::string& path);
/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dmedia_sink.cpp39 void MediaSink::SetPath(const std::string& path) in SetPath() function in OHOS::Media::Plugin::MediaSink
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_path.h48 void SetPath(const std::shared_ptr<RSPath> path);
H A Dtexgine_path.cpp26 void TexginePath::SetPath(const std::shared_ptr<RSPath> path) in SetPath() function in OHOS::Rosen::TextEngine::TexginePath
/foundation/filemanagement/storage_service/test/fuzztest/volumeexternal_fuzzer/
H A Dvolumeexternal_fuzzer.cpp33 volumeexternal.SetPath(metaData); in FileUtilFuzzTest()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dregion_impl.h35 virtual bool SetPath(const Path& path, const Region& clip) = 0;
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_text_path_declaration.cpp50 declaration.SetPath(val); in SetSpecializedValue()
H A Dsvg_text_path_declaration.h55 void SetPath(const std::string& path) in SetPath() function in OHOS::Ace::SvgTextPathDeclaration
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_option.h31 void SetPath(const std::string& path) in SetPath() function in OHOS::Ace::final
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_shadow.h53 void SetPath(const std::shared_ptr<RSPath>& path);
/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Dvolume_external.h53 void SetPath(std::string path);
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/region_napi/
H A Djs_region.cpp36 DECLARE_NAPI_FUNCTION("setPath", JsRegion::SetPath), in Init()
236 napi_value JsRegion::SetPath(napi_env env, napi_callback_info info) in SetPath() function in OHOS::Rosen::Drawing::JsRegion
265 return CreateJsValue(env, m_region->SetPath(*jsPath->GetPath(), *jsClip->GetRegion())); in OnSetPath()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dregion_test.cpp91 EXPECT_FALSE(region->SetPath(path, clip)); in HWTEST_F()
107 EXPECT_FALSE(region->SetPath(path, clip)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_animate.cpp62 animateComponent_->SetPath(declaration->GetPath()); in SetAnimateAttrs()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_region_test.cpp43 * @tc.desc: Test SetPath
52 ASSERT_FALSE(skiaRegion->SetPath(path, region)); in HWTEST_F()

Completed in 7 milliseconds

1234