Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_offscreen_rendering_context.cpp174 auto* jsContextSetting = args.UnwrapArg<JSRenderingContextSettings>(2); in Constructor() local
175 if (jsContextSetting) { in Constructor()
176 bool anti = jsContextSetting->GetAntialias(); in Constructor()
H A Djs_rendering_context.cpp191 auto* jsContextSetting = args.UnwrapArg<JSRenderingContextSettings>(0); in Constructor() local
192 if (jsContextSetting) { in Constructor()
193 bool anti = jsContextSetting->GetAntialias(); in Constructor()