Lines Matching defs:height
1666 int ImFontAtlas::AddCustomRectRegular(unsigned int id, int width, int height)
1670 IM_ASSERT(height > 0 && height <= 0xFFFF);
1674 r.Height = (unsigned short)height;
1679 int ImFontAtlas::AddCustomRectFontGlyph(ImFont* font, ImWchar id, int width, int height, float advance_x, const ImVec2& offset)
1683 IM_ASSERT(height > 0 && height <= 0xFFFF);
1687 r.Height = (unsigned short)height;
1929 // The exact width doesn't really matter much, but some API/GPU have texture size limitations and increasing width can decrease height.
1954 // Extend texture height and mark missing glyphs as non-packed so we won't render them.
1967 spc.height = atlas->TexHeight;
2664 if (word_wrap_eol == s) // Wrap_width is too small to fit anything. Force displaying 1 character to minimize the height discontinuity.
2812 if (word_wrap_eol == s) // Wrap_width is too small to fit anything. Force displaying 1 character to minimize the height discontinuity.