Home | History | Annotate | Download | only in layout

Lines Matching full:array

82  * @return the number of glyphs in the glyph array
84 * Note: The glyph, character index and position array can be accessed
105 * This function returns the number of glyphs in the glyph array. Note
112 * @return the number of glyphs in the glyph array
121 * This function copies the glyph array into a caller supplied array.
122 * The caller must ensure that the array is large enough to hold all
126 * @param glyphs - the destiniation glyph array
137 * This function copies the character index array into a caller supplied array.
138 * The caller must ensure that the array is large enough to hold a
142 * @param charIndices - the destiniation character index array
153 * This function copies the character index array into a caller supplied array.
154 * The caller must ensure that the array is large enough to hold a
158 * @param charIndices - the destiniation character index array
171 * This function copies the position array into a caller supplied array.
172 * The caller must ensure that the array is large enough to hold an
177 * @param positions - the destiniation position array
212 * characer array. (This function is also called by le_close)