Lines Matching refs:ImMax
491 cr.z = ImMax(cr.x, cr.z);
492 cr.w = ImMax(cr.y, cr.w);
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);
1342 const ImVec2 max = ImMax(uv_a, uv_b);
1832 src_tmp.GlyphsHighest = ImMax(src_tmp.GlyphsHighest, (int)src_range[1]);
1834 dst_tmp.GlyphsHighest = ImMax(dst_tmp.GlyphsHighest, src_tmp.GlyphsHighest);
1958 atlas->TexHeight = ImMax(atlas->TexHeight, src_tmp.Rects[glyph_i].y + src_tmp.Rects[glyph_i].h);
2090 atlas->TexHeight = ImMax(atlas->TexHeight, pack_rects[i].y + pack_rects[i].h);
2432 max_codepoint = ImMax(max_codepoint, (int)Glyphs[i].Codepoint);
2704 text_size.x = ImMax(text_size.x, line_width);
3015 const float x0 = ImMax(p0.x, rect.Min.x + rounding);