Searched refs:highContrastTextValue (Results 1 – 1 of 1) sorted by relevance
40 napi_value highContrastTextValue = nullptr; in InitHighContrastText() local41 napi_create_object(env, &highContrastTextValue); in InitHighContrastText()42 if (highContrastTextValue == nullptr) { in InitHighContrastText()44 return highContrastTextValue; in InitHighContrastText()46 NAPI_CALL(env, napi_define_properties(env, highContrastTextValue, in InitHighContrastText()56 napi_status sts = napi_wrap(env, highContrastTextValue, reinterpret_cast<void*>(nativeObj), in InitHighContrastText()64 return highContrastTextValue; in InitHighContrastText()