Home
last modified time | relevance | path

Searched refs:pipeContext (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/rotation/
H A Drotation_controller.h40 auto pipeContext = context.Upgrade(); in SetRequestRotationImpl() local
41 if (pipeContext) { in SetRequestRotationImpl()
42 rotation ? pipeContext->SetRequestedRotationNode(weak) in SetRequestRotationImpl()
43 : pipeContext->RemoveRequestedRotationNode(weak); in SetRequestRotationImpl()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.h34 … JsiOffscreenCanvasBridge(const RefPtr<PipelineBase>& pipeContext, int32_t width, int32_t height);