Home
last modified time | relevance | path

Searched refs:contextType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_pool_impl.cpp57 std::vector<std::weak_ptr<Context>> Select(ContextType contextType) const override;
161 std::vector<std::weak_ptr<Context>> ContextPoolImpl::Select(ContextType contextType) const in Select()
169 if (context.second->GetContextType() == contextType) { in Select()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-components-offscreencanvas.md180 getContext(contextType: "2d", options?: RenderingContextSettings): OffscreenCanvasRenderingContext2D
192 | contextType | string | 是 | OffscreenCanvas组件绘图上下文的类型,当前仅支持"2d"类型。|
199 …anvasrenderingcontext2d.md) | OffscreenCanvas组件的绘图上下文。如果getContext方法的入参contextType为"2d"以外类型(包括null…
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_pool.h39 virtual std::vector<std::weak_ptr<Context>> Select(ContextType contextType) const = 0;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_context_pool.h66 std::vector<std::weak_ptr<Context>> Select(ContextType contextType) const in Select() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_offscreen_canvas.cpp369 std::string contextType = ""; in onGetContext() local
373 contextType = text.get(); in onGetContext()
374 if (contextType == "2d") { in onGetContext()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-components-offscreencanvas.md180 getContext(contextType: "2d", options?: RenderingContextSettings): OffscreenCanvasRenderingContext2D
192 | contextType | string | Yes | Type of the drawing context of the offscreen canvas. The value can …
199 …renderingcontext2d.md) | Drawing context of the offscreen canvas. If **contextType** in **getConte…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp304 … auto contextType = type_ == XComponentType::TEXTURE ? RenderContext::ContextType::HARDWARE_TEXTURE in InitializeRenderContext() local
306 RenderContext::ContextParam param = { contextType, GetId() + "Surface" }; in InitializeRenderContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp870 auto contextType = renderSurface_->IsTexture() ? in OnAttachToFrameNode() local
872 static RenderContext::ContextParam param = { contextType, "MediaPlayerSurface", in OnAttachToFrameNode()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-arkui.md58 |新增|NA|模块名: canvas<br>类名: OffscreenCanvas<br>方法 or 属性:getContext(contextType: "2d", option?: Render…
59 |新增|NA|类名:OffscreenCanvas<br>方法or属性:getContext(contextType: "2d", option?: RenderingContextSettings…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-arkui.md58 …br>Class name: OffscreenCanvas<br>Method or attribute name: getContext(contextType: "2d", option?:…
59 |Added|NA|Class name: OffscreenCanvas<br>Method or attribute name: getContext(contextType: "2d", op…