Home | History | Annotate | Download | only in layout

Lines Matching full:grow

33  * When an array needs to grow, it will double in size until
34 * it becomes this large, then it will grow by this amount.
128 * calling the <code>grow</code> method.
136 * first call this method to grow the data arrays, and use the return value
144 * @see grow
180 * Grow a data array to the given initial size. This method will be
183 * the overriding method to grow the limit indices array.
191 virtual void grow(le_int32 capacity);
329 * <code>RunArray::add(limit)</code> which will create or grow the arrays as needed.
336 * The new <code>add</code> method should first call this method to grow the font and limit indices
366 virtual void grow(le_int32 capacity);
466 * <code>RunArray::add(limit)</code> which will create or grow the arrays as needed.
473 * The new <code>add</code> method should first call this method to grow the font and limit indices
503 virtual void grow(le_int32 capacity);
604 * <code>RunArray::add(limit)</code> which will create or grow the arrays as needed.
611 * The new <code>add</code> method should first call this method to grow the font and limit indices
640 virtual void grow(le_int32 capacity);