Lines Matching defs:buf_end
1636 ImWchar* buf_end = buf + buf_size;
1637 while (buf_out < buf_end-1 && (!in_text_end || in_text < in_text_end) && *in_text)
1724 const char* buf_end = buf + buf_size;
1725 while (buf_out < buf_end-1 && (!in_text_end || in_text < in_text_end) && *in_text)
1731 buf_out += ImTextCharToUtf8(buf_out, (int)(buf_end-buf_out-1), c);
9017 char* buf_end = buf + ini_size;
9025 for (char* line = buf; line < buf_end; line = line_end + 1)
9031 while (line_end < buf_end && *line_end != '\n' && *line_end != '\r')
9348 char *buf_p = buf, *buf_end = buf + IM_ARRAYSIZE(buf);
9355 buf_p += ImFormatString(buf_p, buf_end - buf_p, "%s %04d: pos (%8.2f,%8.2f), uv (%.6f,%.6f), col %08X\n",
9428 const char* buf_end = buf + IM_ARRAYSIZE(buf);
9429 ImFormatString(p, buf_end - p, "TabBar (%d tabs)%s", tab_bar->Tabs.Size, (tab_bar->PrevFrameVisible < ImGui::GetFrameCount() - 2) ? " *Inactive*" : "");