Home
last modified time | relevance | path

Searched refs:newValue (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c47 …dowsEnableMessageLoop(void *userdata, const char *name, const char *oldValue, const char *newValue) in UpdateWindowsEnableMessageLoop() argument
49 if (newValue && *newValue == '0') { in UpdateWindowsEnableMessageLoop()
57 …ableWhileCursorHidden(void *userdata, const char *name, const char *oldValue, const char *newValue) in UpdateWindowFrameUsableWhileCursorHidden() argument
59 if (newValue && *newValue == '0') { in UpdateWindowFrameUsableWhileCursorHidden()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandwindow.c514 const char *oldValue, const char *newValue) in QtExtendedSurface_OnHintChanged() argument
525 if (newValue != NULL) { in QtExtendedSurface_OnHintChanged()
526 if (strcmp(newValue, "portrait") == 0) { in QtExtendedSurface_OnHintChanged()
528 } else if (strcmp(newValue, "landscape") == 0) { in QtExtendedSurface_OnHintChanged()
530 } else if (strcmp(newValue, "inverted-portrait") == 0) { in QtExtendedSurface_OnHintChanged()
532 } else if (strcmp(newValue, "inverted-landscape") == 0) { in QtExtendedSurface_OnHintChanged()
541 if (newValue != NULL) { in QtExtendedSurface_OnHintChanged()
542 char *tmp = strdup(newValue); in QtExtendedSurface_OnHintChanged()
/AliOS-Things-master/components/SDL2/include/
A DSDL_hints.h1445 …L *SDL_HintCallback)(void *userdata, const char *name, const char *oldValue, const char *newValue);
/AliOS-Things-master/components/SDL2/src/core/winrt/
A DSDL_winrtapp_direct3d.cpp124 …rientationsPreference(void *userdata, const char *name, const char *oldValue, const char *newValue) in WINRT_SetDisplayOrientationsPreference() argument
134 if ((oldValue == NULL) && (newValue == NULL)) { in WINRT_SetDisplayOrientationsPreference()
141 if (newValue) { in WINRT_SetDisplayOrientationsPreference()
142 std::istringstream tokenizer(newValue); in WINRT_SetDisplayOrientationsPreference()
/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h469 bool insert(ArrayIndex index, const Value& newValue);
470 bool insert(ArrayIndex index, Value&& newValue);
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp1136 bool Value::insert(ArrayIndex index, const Value& newValue) { in insert() argument
1137 return insert(index, Value(newValue)); in insert()
1140 bool Value::insert(ArrayIndex index, Value&& newValue) { in insert() argument
1150 (*this)[index] = std::move(newValue); in insert()
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick.m378 …emoteRotationHintChanged(void *udata, const char *name, const char *oldValue, const char *newValue)
380 BOOL allowRotation = newValue != NULL && *newValue != '0'; field

Completed in 17 milliseconds