Lines Matching refs:extra
2164 // - Zero terminate so extra characters after format (e.g. "%f123") don't confuse atof/atoi
4484 state->CurLenA = callback_data.BufTextLen; // Assume correct length and valid UTF-8 from user, saves us an extra strlen()
4573 // We are attempting to do most of that in **one main pass** to minimize the computation cost (non-negligible for large amount of text) + 2nd pass for selection rendering (we could merge them by an extra refactoring effort)
4597 // In multi-line mode, we never exit the loop until all lines are counted, so add one extra to the searches_remaining counter.
4717 // Notify OS of text input position for advanced IME (-1 x offset so that Windows IME can cover our cursor. Bit of an extra nicety.)
6100 // FIXME: We can evolve this into user accessible helpers to add extra buttons on title bars, headers, etc.
6913 float extra = ImClamp(ImFabs(ta.x - tb.x) * 0.30f, ref_unit * 0.5f, ref_unit * 2.5f); // add a bit of extra slack.
6915 tb.y = ta.y + ImMax((tb.y - extra) - ta.y, -ref_unit * 8.0f); // triangle is maximum 200 high to limit the slope and the bias toward large sub-menus // FIXME: Multiply by fb_scale?
6916 tc.y = ta.y + ImMin((tc.y + extra) - ta.y, +ref_unit * 8.0f);
7505 // Actual layout in host window (we don't do it in BeginTabBar() so as not to waste an extra frame)
7971 // We don't have CPU clipping primitives to clip the CloseButton (until it becomes a texture), so need to add an extra draw call (temporary in the case of vertical animation)