Searched refs:jsContextSetting (Results 1 – 2 of 2) sorted by relevance
174 auto* jsContextSetting = args.UnwrapArg<JSRenderingContextSettings>(2); in Constructor() local175 if (jsContextSetting) { in Constructor()176 bool anti = jsContextSetting->GetAntialias(); in Constructor()
191 auto* jsContextSetting = args.UnwrapArg<JSRenderingContextSettings>(0); in Constructor() local192 if (jsContextSetting) { in Constructor()193 bool anti = jsContextSetting->GetAntialias(); in Constructor()