Searched refs:cpu_fine_clip_rect (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 1176 void ImDrawList::AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end, float wrap_width, const ImVec4* cpu_fine_clip_rect) argument 1195 if (cpu_fine_clip_rect) 1197 clip_rect.x = ImMax(clip_rect.x, cpu_fine_clip_rect->x); 1198 clip_rect.y = ImMax(clip_rect.y, cpu_fine_clip_rect->y); 1199 clip_rect.z = ImMin(clip_rect.z, cpu_fine_clip_rect->z); 1200 clip_rect.w = ImMin(clip_rect.w, cpu_fine_clip_rect->w); 1202 font->RenderText(this, font_size, pos, col, clip_rect, text_begin, text_end, wrap_width, cpu_fine_clip_rect != NULL);
|
| H A D | imgui.h | 1841 IMGUI_API void AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end = NULL, float wrap_width = 0.0f, const ImVec4* cpu_fine_clip_rect = NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 1176 void ImDrawList::AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end, float wrap_width, const ImVec4* cpu_fine_clip_rect) argument 1195 if (cpu_fine_clip_rect) 1197 clip_rect.x = ImMax(clip_rect.x, cpu_fine_clip_rect->x); 1198 clip_rect.y = ImMax(clip_rect.y, cpu_fine_clip_rect->y); 1199 clip_rect.z = ImMin(clip_rect.z, cpu_fine_clip_rect->z); 1200 clip_rect.w = ImMin(clip_rect.w, cpu_fine_clip_rect->w); 1202 font->RenderText(this, font_size, pos, col, clip_rect, text_begin, text_end, wrap_width, cpu_fine_clip_rect != NULL);
|
| H A D | imgui.h | 1841 IMGUI_API void AddText(const ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end = NULL, float wrap_width = 0.0f, const ImVec4* cpu_fine_clip_rect = NULL);
|
Completed in 29 milliseconds