Lines Matching full:param
41 * @param font - the font of the text
42 * @param scriptCode - the script of the text
43 * @param languageCode - the language of the text
44 * @param typo_flags - flags that control layout features like kerning and ligatures.
45 * @param success - output parameter set to an error code if the operation fails
62 * @param engine - the LayoutEngine to close.
72 * @param engine - the LayoutEngine
73 * @param chars - the input character context
74 * @param offset - the offset of the first character to process
75 * @param count - the number of characters to process
76 * @param max - the number of characters in the input context
77 * @param rightToLeft - TRUE if the characers are in a right to left directional run
78 * @param x - the initial X position
79 * @param y - the initial Y position
80 * @param success - output parameter set to an error code if the operation fails
109 * @param engine - the LayoutEngine
110 * @param success - output parameter set to an error code if the operation fails.
125 * @param engine - the LayoutEngine
126 * @param glyphs - the destiniation glyph array
127 * @param success - set to an error code if the operation fails
141 * @param engine - the LayoutEngine
142 * @param charIndices - the destiniation character index array
143 * @param success - set to an error code if the operation fails
157 * @param engine - the LayoutEngine
158 * @param charIndices - the destiniation character index array
159 * @param indexBase - an offset that will be added to each index.
160 * @param success - set to an error code if the operation fails
176 * @param engine - the LayoutEngine
177 * @param positions - the destiniation position array
178 * @param success - set to an error code if the operation fails
192 * @param engine - the LayoutEngine
193 * @param glyphIndex - the index of the glyph
196 * @param x - the glyph's X position
197 * @param y - the glyph's Y position
198 * @param success - set to an error code if the operation fails
214 * @param engine - the LayoutEngine
215 * @param success - set to an error code if the operation fails