Home | History | Annotate | Download | only in layout

Lines Matching refs:grow

35  * When an array needs to grow, it will double in size until
36 * it becomes this large, then it will grow by this amount.
130 * calling the <code>grow</code> method.
138 * first call this method to grow the data arrays, and use the return value
146 * @see grow
182 * Grow a data array to the given initial size. This method will be
185 * the overriding method to grow the limit indices array.
193 virtual void grow(le_int32 capacity);
331 * <code>RunArray::add(limit)</code> which will create or grow the arrays as needed.
338 * The new <code>add</code> method should first call this method to grow the font and limit indices
368 virtual void grow(le_int32 capacity);
468 * <code>RunArray::add(limit)</code> which will create or grow the arrays as needed.
475 * The new <code>add</code> method should first call this method to grow the font and limit indices
505 virtual void grow(le_int32 capacity);
606 * <code>RunArray::add(limit)</code> which will create or grow the arrays as needed.
613 * The new <code>add</code> method should first call this method to grow the font and limit indices
642 virtual void grow(le_int32 capacity);