Lines Matching +defs:val +defs:src
1295 void ImStrncpy(char* dst, const char* src, size_t count) in ImStrncpy()
1311 char* ImStrdupcpy(char* dst, size_t* p_dst_size, const char* src) in ImStrdupcpy()
1486 const unsigned char* src = (const unsigned char*)data; in ImHashStr() local
1964 void ImGuiStorage::SetInt(ImGuiID key, int val) in SetInt()
1975 void ImGuiStorage::SetBool(ImGuiID key, bool val) in SetBool()
1980 void ImGuiStorage::SetFloat(ImGuiID key, float val) in SetFloat()
1991 void ImGuiStorage::SetVoidPtr(ImGuiID key, void* val) in SetVoidPtr()
2120 #define va_copy(dest, src) __builtin_va_copy(dest, src) argument
2122 #define va_copy(dest, src) (dest = src) argument
5830 void ImGui::PushStyleVar(ImGuiStyleVar idx, float val) in PushStyleVar()
5844 void ImGui::PushStyleVar(ImGuiStyleVar idx, const ImVec2& val) in PushStyleVar()