Home | History | Annotate | Download | only in layout

Lines Matching full:character

33  * an array of character indices for the glyphs, and an array of glyph positions.
40 * character to glyph mapping and default positioning using the glyph's advance
46 * 1) Glyph processing - character to glyph mapping and any other glyph processing
162 * output character index array reflecting these changes.
167 * @param chars - the input character context
168 * @param offset - the index of the first character to process
172 * @param outChars - the output character array, if different from the input
173 * @param glyphStorage - the object that holds the per-glyph storage. The character index array may be set.
176 * @return the output character count (input character count if no change)
185 * into an array of glyph indices and character indices. The characters to be
187 * a starting address and a maximum character count. An offset and a count are
190 * The default implementation of this method only does character to glyph mapping.
194 * @param chars - the character context
195 * @param offset - the offset of the first character to process
232 * it can use the character codes to determine glyph types if that information
236 * @param chars - the input character context
237 * @param offset - the offset of the first character to process
263 * This method does character to glyph mapping. The default implementation
265 * character index arrays if they're not already allocated. If it allocates the
266 * character index array, it will fill it it.
270 * character mirroring, which will replace a character which has a left and right
274 * @param chars - the input character context
275 * @param offset - the offset of the first character to be mapped
278 * @param mirror - if <code>TRUE</code>, do character mirroring
329 * glyph, character index and position arrays by calling the reset
340 * compute the glyph, character index and position arrays.
342 * @param chars - the input character context
343 * @param offset - the offset of the first character to process
353 * Note: The glyph, character index and position array can be accessed
357 * method first to free the glyph, character index and position arrays
402 character index array into a caller supplied array.
404 * character index for each glyph.
406 * @param charIndices - the destiniation character index array
414 * This method copies the character index array into a caller supplied array.
416 * character index for each glyph.
418 * @param charIndices - the destiniation character index array
456 * This method frees the glyph, character index and position arrays