Searched refs:GetWindowMaskFromJsValue (Results 1 – 3 of 3) sorted by relevance
332 …bool GetWindowMaskFromJsValue(napi_env env, napi_value jsObject, std::vector<std::vector<uint32_t>…
956 bool GetWindowMaskFromJsValue(napi_env env, napi_value jsObject, std::vector<std::vector<uint32_t>>… in GetWindowMaskFromJsValue() function
6453 if (!GetWindowMaskFromJsValue(env, argv[0], windowMask)) { in OnSetWindowMask()