Home | History | Annotate | Download | only in layout

Lines Matching full:font

20  * Opaque datatype representing an array of font runs
62 * Construct an empty <code>pl_fontRuns</code> object. Clients can add font and limit
65 * @param initialCapacity is the initial size of the font and limit indices arrays. If
87 * Get the number of font runs.
99 * Reset the number of font runs to zero.
109 * Get the limit index for the last font run. This is the
122 * Get the limit index for a particular font run.
141 * @param run is the index into the font and limit indices arrays.
153 * Add a new font run to the given <code>pl_fontRuns</code> object.
160 * @param font is the address of the <code>le_font</code> to add. This object must
165 * @return the run index where the font and limit index were stored, or -1 if
172 const le_font *font,
286 * Add a new font run to the given <code>pl_valueRuns</code> object.
297 * @return the run index where the font and limit index were stored, or -1 if
327 * Construct an empty <code>pl_localeRuns</code> object. Clients can add font and limit
330 * @param initialCapacity is the initial size of the font and limit indices arrays. If
352 * Get the number of font runs.
374 * Get the limit index for the last font run. This is the
387 * Get the limit index for a particular font run.
406 * @param run is the index into the font and limit indices arrays.
430 * @return the run index where the font and limit index were stored, or -1 if