Searched refs:newValue (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsvideo.c | 47 …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 D | SDL_waylandwindow.c | 514 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 D | SDL_hints.h | 1445 …L *SDL_HintCallback)(void *userdata, const char *name, const char *oldValue, const char *newValue);
|
/AliOS-Things-master/components/SDL2/src/core/winrt/ |
A D | SDL_winrtapp_direct3d.cpp | 124 …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 D | value.h | 469 bool insert(ArrayIndex index, const Value& newValue); 470 bool insert(ArrayIndex index, Value&& newValue);
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_value.cpp | 1136 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 D | SDL_sysjoystick.m | 378 …emoteRotationHintChanged(void *udata, const char *name, const char *oldValue, const char *newValue) 380 BOOL allowRotation = newValue != NULL && *newValue != '0'; field
|
Completed in 14 milliseconds