/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/ |
H A D | scroll_fade_painter.cpp | 54 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 D | rosen_scroll_fade_painter.cpp | 80 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 D | rdb_adapter.cpp | 89 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 D | camera_test.cpp | 43 camera.Restore(); in TestCamera() 48 canvas.Restore(); in TestCamera()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | camera3d.cpp | 31 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 D | media_change_effect.cpp | 39 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 D | loading_progress_test_ng.cpp | 243 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 D | arkts_native_resource_bridge.h | 27 static ArkUINativeModuleValue Restore(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/ |
H A D | tab_old_photos_restore.h | 28 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 D | nn_compiled_cache_test.cpp | 265 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 D | custom_efilter.cpp | 67 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 D | efilter_factory.cpp | 76 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 D | rosen_render_context.cpp | 158 recordingCanvas_->Restore(); in StopRecordingIfNeeded() 258 void RosenRenderContext::Restore() in Restore() function in OHOS::Ace::RosenRenderContext 265 canvas->Restore(); in Restore()
|
H A D | render_context.h | 44 virtual void Restore() = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_modifier.cpp | 122 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 D | testing_camera.h | 28 virtual void Restore() {} in Restore() function in OHOS::Ace::Testing::TestingCamera
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | camera3d.h | 33 void Restore();
|
/foundation/multimedia/image_effect/interfaces/inner_api/native/custom/ |
H A D | delegate.h | 45 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 D | camera_impl.h | 33 virtual void Restore() = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_overlay_modifier.cpp | 48 canvas.Restore(); in onDraw()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/blank/ |
H A D | blank_paint_method.cpp | 40 canvas.Restore(); in PaintRect()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_canvas.h | 88 void Restore() const;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_camera.h | 41 void Restore() override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_overlay_modifier.cpp | 70 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 D | rich_editor_drag_overlay_modifier.cpp | 68 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()
|