Lines Matching defs:width
95 * Atlas info contains info on free width left and list of columns which have info on their width and free height
100 * - goes through all columns looking for an exact width match with enough free height left and uses that if found
101 * - simultaneously keeps track of the closest width column that has enough free height left
102 * - if no exact fit is found, checks if the closes width fit is close enough (GLYPH_FIT_THRESHOLD pixels) and uses
104 * - if no close enough match is found, and atlas has enough free width left, creates a new column and puts the
113 * if ( column has glyph height free and is wider or equal to glyph width ) {
114 * if ( column width exactly glyph width ) {
117 * update closest column width
121 * if ( closest column width is at most GLYPH_FIT_THRESHOLD pixels ) {
122 * insert glyph to closest width column and return
124 * if ( atlas has glyph width free left ) {
141 uint16_t width;