Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_offscreen_canvas.cpp379 napi_value contextObj = CreateContext2d(env, GetWidth(), GetHeight(), vm); in onGetContext()
405 napi_value JSOffscreenCanvas::CreateContext2d(napi_env env, double width, double height, const Ecma… in CreateContext2d() function in OHOS::Ace::Framework::JSOffscreenCanvas
H A Djs_offscreen_canvas.h189 napi_value CreateContext2d(napi_env env, double width, double height, const EcmaVM* vm);