Home | History | Annotate | Download | only in layout

Lines Matching full:param

40      * @param fontInstance - the font
41 * @param scriptCode - the script
42 * @param langaugeCode - the language
43 * @param gsubTable - the GSUB table
44 * @param success - set to an error code if the operation fails
59 * @param fontInstance - the font
60 * @param scriptCode - the script
61 * @param langaugeCode - the language
62 * @param success - set to an error code if the operation fails
100 * @param chars - the input character context
101 * @param offset - the index of the first character to process
102 * @param count - the number of characters to process
103 * @param max - the number of characters in the input context
104 * @param rightToLeft - <code>TRUE</code> if the characters are in a right to left directional run
107 * @param outChars - the output character arrayt
108 * @param charIndices - the output character index array
109 * @param featureTags - the output feature tag array
110 * @param success - set to an error code if the operation fails
125 * @param chars - the input character context
126 * @param offset - the offset of the first character to process
127 * @param count - the number of characters to process
128 * @param reverse - <code>TRUE</code> if the glyphs in the glyph array have been reordered
129 * @param glyphs - the input glyph array
130 * @param glyphCount - the number of glyphs
131 * @param positions - the position array, will be updated as needed
132 * @param success - output parameter set to an error code if the operation fails
161 * @param fontInstance - the font
162 * @param scriptCode - the script
163 * @param languageCode - the language
164 * @param success - set to an error code if the operation fails
188 * @param tempGlyphs - the input presentation forms
189 * @param tempCharIndices - the input character index array
190 * @param tempGlyphCount - the number of Presentation Froms
193 * @param glyphs - the output glyph index array
194 * @param charIndices - the output character index array
195 * @param success - set to an error code if the operation fails
208 * @param chars - the input character context
209 * @param offset - the offset of the first character to be mapped
210 * @param count - the number of characters to be mapped
211 * @param reverse - if <code>TRUE</code>, the output will be in reverse order
212 * @param mirror - if <code>TRUE</code>, do character mirroring
213 * @param glyphStorage - the glyph storage object. Glyph and char index arrays will be updated.
215 * @param success - set to an error code if the operation fails
227 * @param chars - the input character context
228 * @param offset - the offset of the first character to process
229 * @param count - the number of characters to process
230 * @param reverse - <code>TRUE</code> if the glyphs in the glyph array have been reordered
231 * @param glyphStorage - the glyph storage object. The glyph positions will be updated as needed.
232 * @param success - output parameter set to an error code if the operation fails