Home
last modified time | relevance | path

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

/interface/sdk-js/api/common/full/
Dglobal.d.ts383getContext(contextId: "2d", options?: CanvasRenderingContext2DSettings): OffscreenCanvasRenderingC…
Dviewmodel.d.ts5758 getContext(type: "2d", options?: ContextAttrOptions): CanvasRenderingContext2D; method
5783 getContext(type: "webgl", options?: WebGLContextAttributes): WebGLRenderingContext; method
5808 getContext(type: "webgl2", options?: WebGLContextAttributes): WebGL2RenderingContext; method
/interface/sdk-js/api/
D@ohos.ability.featureAbility.d.ts92 function getContext(): Context;
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/log/
DLogger.java85 org.apache.logging.log4j.spi.LoggerContext context = LogManager.getContext(false); in init()
/interface/sdk-js/api/@internal/component/ets/
Dcanvas.d.ts5429getContext(contextType: "2d", options?: RenderingContextSettings): OffscreenCanvasRenderingContext…
Dcommon.d.ts958 declare function getContext(component?: Object): Context; function