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.ts244getContext(contextId: "2d", options?: CanvasRenderingContext2DSettings): OffscreenCanvasRenderingC…
Dviewmodel.d.ts3064 getContext(type: "2d", options?: ContextAttrOptions): CanvasRenderingContext2D; method
3077 getContext(type: "webgl", options?: WebGLContextAttributes): WebGLRenderingContext; method
3090 getContext(type: "webgl2", options?: WebGLContextAttributes): WebGL2RenderingContext; method
/interface/sdk-js/api/
D@ohos.ability.featureAbility.d.ts87 function getContext(): Context;
/interface/sdk-js/build-tools/sdk_upgrade_assistance_plugin/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.ts4006getContext(contextType: "2d", options?: RenderingContextSettings): OffscreenCanvasRenderingContext…
Dcommon.d.ts567 declare function getContext(component?: Object): Context; function