Searched refs:IMGUI_API (Results 1 – 16 of 16) sorted by relevance
| /third_party/mesa3d/src/imgui/ |
| D | imgui.h | 54 #ifndef IMGUI_API 55 #define IMGUI_API macro 58 #define IMGUI_IMPL_API IMGUI_API 201 IMGUI_API ImGuiContext* CreateContext(ImFontAtlas* shared_font_atlas = NULL); 202 …IMGUI_API void DestroyContext(ImGuiContext* ctx = NULL); // NULL = destroy current cont… 203 IMGUI_API ImGuiContext* GetCurrentContext(); 204 IMGUI_API void SetCurrentContext(ImGuiContext* ctx); 205 …IMGUI_API bool DebugCheckVersionAndDataLayout(const char* version_str, size_t sz_io, size… 208 …IMGUI_API ImGuiIO& GetIO(); // access the IO structure (mo… 209 …IMGUI_API ImGuiStyle& GetStyle(); // access the Style structure … [all …]
|
| D | imgui_internal.h | 116 extern IMGUI_API ImGuiContext* GImGui; // Current implicit ImGui context pointer 143 IMGUI_API int ImTextStrToUtf8(char* buf, int buf_size, const ImWchar* in_text, const ImWc… 144 IMGUI_API int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, const char*… 145 IMGUI_API int ImTextStrFromUtf8(ImWchar* buf, int buf_size, const char* in_text, const ch… 146 IMGUI_API int ImTextCountCharsFromUtf8(const char* in_text, const char* in_text_end); … 147 IMGUI_API int ImTextCountUtf8BytesFromChar(const char* in_text, const char* in_text_end);… 148 IMGUI_API int ImTextCountUtf8BytesFromStr(const ImWchar* in_text, const ImWchar* in_text_… 151 IMGUI_API ImU32 ImHashData(const void* data, size_t data_size, ImU32 seed = 0); 152 IMGUI_API ImU32 ImHashStr(const char* data, size_t data_size, ImU32 seed = 0); 153 IMGUI_API void* ImFileLoadToMemory(const char* filename, const char* file_open_mode, size_t… [all …]
|
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui.h | 54 #ifndef IMGUI_API 55 #define IMGUI_API macro 58 #define IMGUI_IMPL_API IMGUI_API 197 IMGUI_API ImGuiContext* CreateContext(ImFontAtlas* shared_font_atlas = NULL); 198 …IMGUI_API void DestroyContext(ImGuiContext* ctx = NULL); // NULL = destroy current cont… 199 IMGUI_API ImGuiContext* GetCurrentContext(); 200 IMGUI_API void SetCurrentContext(ImGuiContext* ctx); 201 …IMGUI_API bool DebugCheckVersionAndDataLayout(const char* version_str, size_t sz_io, size… 204 …IMGUI_API ImGuiIO& GetIO(); // access the IO structure (mo… 205 …IMGUI_API ImGuiStyle& GetStyle(); // access the Style structure … [all …]
|
| D | imgui_internal.h | 114 extern IMGUI_API ImGuiContext* GImGui; // Current implicit ImGui context pointer 140 IMGUI_API int ImTextStrToUtf8(char* buf, int buf_size, const ImWchar* in_text, const ImWc… 141 IMGUI_API int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, const char*… 142 IMGUI_API int ImTextStrFromUtf8(ImWchar* buf, int buf_size, const char* in_text, const ch… 143 IMGUI_API int ImTextCountCharsFromUtf8(const char* in_text, const char* in_text_end); … 144 IMGUI_API int ImTextCountUtf8BytesFromChar(const char* in_text, const char* in_text_end);… 145 IMGUI_API int ImTextCountUtf8BytesFromStr(const ImWchar* in_text, const ImWchar* in_text_… 148 IMGUI_API ImU32 ImHash(const void* data, int data_size, ImU32 seed = 0); // Pass data_si… 149 IMGUI_API void* ImFileLoadToMemory(const char* filename, const char* file_open_mode, size_t… 150 IMGUI_API FILE* ImFileOpen(const char* filename, const char* file_open_mode); [all …]
|
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui.h | 74 #ifndef IMGUI_API 75 #define IMGUI_API macro 78 #define IMGUI_IMPL_API IMGUI_API 294 IMGUI_API ImGuiContext* CreateContext(ImFontAtlas* shared_font_atlas = NULL); 295 …IMGUI_API void DestroyContext(ImGuiContext* ctx = NULL); // NULL = destroy current cont… 296 IMGUI_API ImGuiContext* GetCurrentContext(); 297 IMGUI_API void SetCurrentContext(ImGuiContext* ctx); 300 …IMGUI_API ImGuiIO& GetIO(); // access the IO structure (mo… 301 …IMGUI_API ImGuiStyle& GetStyle(); // access the Style structure … 302 …IMGUI_API void NewFrame(); // start a new Dear ImGui fram… [all …]
|
| D | imgui_internal.h | 168 extern IMGUI_API ImGuiContext* GImGui; // Current implicit context pointer 290 IMGUI_API ImGuiID ImHashData(const void* data, size_t data_size, ImU32 seed = 0); 291 IMGUI_API ImGuiID ImHashStr(const char* data, size_t data_size = 0, ImU32 seed = 0); 300 IMGUI_API ImU32 ImAlphaBlendColors(ImU32 col_a, ImU32 col_b); 308 IMGUI_API int ImStricmp(const char* str1, const char* str2); 309 IMGUI_API int ImStrnicmp(const char* str1, const char* str2, size_t count); 310 IMGUI_API void ImStrncpy(char* dst, const char* src, size_t count); 311 IMGUI_API char* ImStrdup(const char* str); 312 IMGUI_API char* ImStrdupcpy(char* dst, size_t* p_dst_size, const char* str); 313 IMGUI_API const char* ImStrchrRange(const char* str_begin, const char* str_end, char c); [all …]
|
| D | imgui_demo.cpp | 5811 namespace ImGui { IMGUI_API void ShowFontAtlas(ImFontAtlas* atlas); }
|
| D | imgui.cpp | 1830 IMGUI_API ImU32 ImAlphaBlendColors(ImU32 col_a, ImU32 col_b) in ImAlphaBlendColors()
|
| /third_party/mesa3d/src/intel/tools/imgui/ |
| D | imgui_impl_gtk3.h | 11 IMGUI_API bool ImGui_ImplGtk3_Init(GtkWidget* gl_area, bool install_callbacks); 12 IMGUI_API void ImGui_ImplGtk3_HandleEvent(GdkEvent *event); 14 IMGUI_API void ImGui_ImplGtk3_Shutdown(); 15 IMGUI_API void ImGui_ImplGtk3_NewFrame();
|
| /third_party/flutter/skia/third_party/externals/imgui/examples/ |
| D | imgui_impl_osx.h | 12 IMGUI_API bool ImGui_ImplOSX_Init(); 13 IMGUI_API void ImGui_ImplOSX_Shutdown(); 14 IMGUI_API void ImGui_ImplOSX_NewFrame(NSView *_Nonnull view); 15 IMGUI_API bool ImGui_ImplOSX_HandleEvent(NSEvent *_Nonnull event, NSView *_Nullable view);
|
| /third_party/skia/third_party/externals/imgui/misc/cpp/ |
| D | imgui_stdlib.h | 19 …IMGUI_API bool InputText(const char* label, std::string* str, ImGuiInputTextFlags flags = 0, ImGu… 20 …IMGUI_API bool InputTextMultiline(const char* label, std::string* str, const ImVec2& size = ImVec… 21 …IMGUI_API bool InputTextWithHint(const char* label, const char* hint, std::string* str, ImGuiInpu…
|
| /third_party/flutter/skia/third_party/externals/imgui/misc/cpp/ |
| D | imgui_stdlib.h | 20 …IMGUI_API bool InputText(const char* label, std::string* str, ImGuiInputTextFlags flags = 0, ImGu… 21 …IMGUI_API bool InputTextMultiline(const char* label, std::string* str, const ImVec2& size = ImVec…
|
| /third_party/skia/third_party/externals/imgui/misc/freetype/ |
| D | imgui_freetype.h | 39 IMGUI_API const ImFontBuilderIO* GetBuilderForFreeType(); 43 …IMGUI_API void SetAllocatorFunctions(void* (*alloc_func)(size_t sz, void* use…
|
| /third_party/flutter/skia/third_party/externals/imgui/misc/freetype/ |
| D | imgui_freetype.h | 30 IMGUI_API bool BuildFontAtlas(ImFontAtlas* atlas, unsigned int extra_flags = 0);
|
| /third_party/flutter/skia/third_party/externals/imgui/docs/ |
| D | CHANGELOG.txt | 361 … imgui_impl_xxx.cpp are prefixed with IMGUI_IMPL_API (which defaults to IMGUI_API) to facilitate s…
|
| /third_party/skia/third_party/externals/imgui/docs/ |
| D | CHANGELOG.txt | 2021 … in imgui_impl_xxx.cpp are prefixed with IMGUI_IMPL_API (which defaults to IMGUI_API) to facilitate 2919 - Internal: Added missing IMGUI_API definitions in imgui_internal.h (#326)
|