Home
last modified time | relevance | path

Searched refs:Restore (Results 1 - 25 of 281) sorted by relevance

12345678910>>...12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
H A Dscroll_fade_painter.cpp54 canvas.Restore(); in Paint()
64 canvas.Restore(); in PaintSide()
72 canvas.Restore(); in PaintSide()
80 canvas.Restore(); in PaintSide()
88 canvas.Restore(); in PaintSide()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_scroll_fade_painter.cpp80 canvas->Restore();
135 canvas->Restore(); in PaintSide()
143 canvas->Restore(); in PaintSide()
151 canvas->Restore(); in PaintSide()
159 canvas->Restore(); in PaintSide()
/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/rdbadapter/
H A Drdb_adapter.cpp89 int32_t restoreRet = store_->Restore(""); in Put()
91 HILOGE("Restore failed restoreRet:%{public}d", restoreRet); in Put()
120 int32_t restoreRet = store_->Restore(""); in Delete()
122 HILOGE("Restore failed restoreRet:%{public}d", restoreRet); in Delete()
151 int32_t restoreRet = store_->Restore(""); in Update()
153 HILOGE("Restore failed restoreRet:%{public}d", restoreRet); in Update()
185 ret = store_->Restore(""); in Get()
187 HILOGE("Restore failed ret:%{public}d", ret); in Get()
219 int32_t restoreRet = store_->Restore(""); in GetRDBPtr()
221 HILOGE("Restore faile in GetRDBPtr()
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dcamera_test.cpp43 camera.Restore(); in TestCamera()
48 canvas.Restore(); in TestCamera()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dcamera3d.cpp31 void Camera3D::Restore() in Restore() function in OHOS::Rosen::Drawing::Camera3D
33 impl_->Restore(); in Restore()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_change_effect.cpp39 std::shared_ptr<Effect::ImageEffect> imageEffect = Effect::ImageEffect::Restore(editdata); in TakeEffect()
63 std::shared_ptr<Effect::ImageEffect> imageEffect = Effect::ImageEffect::Restore(editData); in TakeEffectForPicture()
/foundation/arkui/ace_engine/test/unittest/core/pattern/loading_progress/
H A Dloading_progress_test_ng.cpp243 EXPECT_CALL(rsCanvas, Restore()).Times(0); in HWTEST_F()
419 EXPECT_CALL(rsCanvas, Restore()).Times(1); in HWTEST_F()
429 EXPECT_CALL(rsCanvas, Restore()).Times(1); in HWTEST_F()
450 EXPECT_CALL(rsCanvas, Restore()).Times(1); in HWTEST_F()
460 EXPECT_CALL(rsCanvas, Restore()).Times(1); in HWTEST_F()
469 EXPECT_CALL(rsCanvas, Restore()).Times(1); in HWTEST_F()
498 EXPECT_CALL(rsCanvas, Restore()).Times(2); in HWTEST_F()
512 EXPECT_CALL(rsCanvas, Restore()).Times(2); in HWTEST_F()
526 EXPECT_CALL(rsCanvas, Restore()).Times(2); in HWTEST_F()
554 EXPECT_CALL(rsCanvas, Restore()) in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_resource_bridge.h27 static ArkUINativeModuleValue Restore(ArkUIRuntimeCallInfo* runtimeCallInfo);
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dtab_old_photos_restore.h28 int32_t Restore(std::shared_ptr<NativeRdb::RdbStore> &rdbStorePtr, const std::vector<FileInfo> fileInfos);
/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiled_cache/
H A Dnn_compiled_cache_test.cpp265 LOGE("Restore nncompiledcachetest_restore_001"); in HWTEST_F()
272 OH_NN_ReturnCode ret = nncompiledCache.Restore(m_cachePath, m_cacheVersion, caches); in HWTEST_F()
283 LOGE("Restore nncompiledcachetest_restore_002"); in HWTEST_F()
290 OH_NN_ReturnCode ret = nncompiledCache.Restore(m_cachePath, m_cacheVersion, caches); in HWTEST_F()
301 LOGE("Restore nncompiledcachetest_restore_003"); in HWTEST_F()
314 OH_NN_ReturnCode ret = nncompiledCache.Restore(m_cachePath, m_cacheVersion, caches); in HWTEST_F()
325 LOGE("Restore nncompiledcachetest_restore_004"); in HWTEST_F()
336 OH_NN_ReturnCode retRestore = nncompiledCache.Restore(m_cachePath, m_cacheVersion, caches); in HWTEST_F()
347 LOGE("Restore nncompiledcachetest_restore_005"); in HWTEST_F()
361 OH_NN_ReturnCode retRestore = nncompiledCache.Restore(m_cachePat in HWTEST_F()
[all...]
/foundation/multimedia/image_effect/frameworks/native/efilter/custom/
H A Dcustom_efilter.cpp67 ErrorCode CustomEFilter::Restore(const EffectJsonPtr &value) in Restore() function in OHOS::Media::Effect::CustomEFilter
70 void *result = delegate_->Restore(value); in Restore()
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Defilter_factory.cpp76 std::shared_ptr<EFilter> EFilterFactory::Restore(const std::string &name, const EffectJsonPtr &root, void *handler) in Restore() function in OHOS::Media::Effect::EFilterFactory
79 CHECK_AND_RETURN_RET_LOG(efilter != nullptr, nullptr, "Restore: create filter fail! name=%{public}s", name.c_str()); in Restore()
83 CHECK_AND_RETURN_RET_LOG(efilter->Restore(values) == ErrorCode::SUCCESS, efilter, "values restore fail!"); in Restore()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drosen_render_context.cpp158 recordingCanvas_->Restore(); in StopRecordingIfNeeded()
258 void RosenRenderContext::Restore() in Restore() function in OHOS::Ace::RosenRenderContext
265 canvas->Restore(); in Restore()
H A Drender_context.h44 virtual void Restore() = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_modifier.cpp122 canvas.Restore(); in PaintStar()
135 canvas.Restore(); in PaintStar()
179 canvas.Restore(); in PaintReverseStar()
189 canvas.Restore(); in PaintReverseStar()
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_camera.h28 virtual void Restore() {} in Restore() function in OHOS::Ace::Testing::TestingCamera
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dcamera3d.h33 void Restore();
/foundation/multimedia/image_effect/interfaces/inner_api/native/custom/
H A Ddelegate.h45 IMAGE_EFFECT_EXPORT virtual void *Restore(const EffectJsonPtr &values) = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dcamera_impl.h33 virtual void Restore() = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_overlay_modifier.cpp48 canvas.Restore(); in onDraw()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/blank/
H A Dblank_paint_method.cpp40 canvas.Restore(); in PaintRect()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_canvas.h88 void Restore() const;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_camera.h41 void Restore() override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_overlay_modifier.cpp70 drawingContext.canvas.Restore(); in onDraw()
85 drawingContext.canvas.Restore(); in onDraw()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H A Drich_editor_drag_overlay_modifier.cpp68 canvas.Restore(); in onDraw()
72 canvas.Restore(); in onDraw()
143 canvas.Restore(); in PaintImageNode()
198 canvas.Restore(); in PaintBackground()
253 canvas.Restore(); in PaintHandle()
318 canvas.Restore(); in PaintShadow()

Completed in 9 milliseconds

12345678910>>...12