Home
last modified time | relevance | path

Searched refs:HasSandBox (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp145 …l isInAnimating = inNode && inNode->GetRenderContext() && inNode->GetRenderContext()->HasSandBox(); in Build()
335 if (staticNodeAbsRect_ && targetRenderContext->HasSandBox()) { in SyncGeometry()
507 if (inRenderContext->HasSandBox()) { in AnimateWithSandBox()
521 if (renderContext->HasSandBox()) { in AnimateWithSandBox()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_render_params.cpp74 if (UNLIKELY(HasSandBox())) { in ApplyAlphaAndMatrixToCanvas()
149 bool RSRenderParams::HasSandBox() const in HasSandBox() function in OHOS::Rosen::RSRenderParams
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_params.h92 bool HasSandBox() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h144 virtual bool HasSandBox() const in HasSandBox() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h104 bool HasSandBox() const override in HasSandBox() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp468 if (surfaceParams->HasSandBox()) { in OnDraw()