Home | History | Annotate | Download | only in layout

Lines Matching full:param

122      * @param fontInstance - the font for the text
123 * @param scriptCode - the script for the text
124 * @param languageCode - the language for the text
125 * @param typoFlags - the typographic control flags for the text. Set bit 1 if kerning
127 * @param success - set to an error code if the operation fails
158 * @param chars - the input character context
159 * @param offset - the index of the first character to process
160 * @param count - the number of characters to process
161 * @param max - the number of characters in the input context
162 * @param rightToLeft - TRUE if the characters are in a right to left directional run
163 * @param outChars - the output character array, if different from the input
164 * @param glyphStorage - the object that holds the per-glyph storage. The character index array may be set.
165 * @param success - set to an error code if the operation fails
185 * @param chars - the character context
186 * @param offset - the offset of the first character to process
187 * @param count - the number of characters to process
188 * @param max - the number of characters in the context.
189 * @param rightToLeft - TRUE if the text is in a right to left directional run
190 * @param glyphStorage - the object which holds the per-glyph storage. The glyph and char indices arrays
194 * @param success - set to an error code if the operation fails
208 * @param glyphStorage - the object which holds the per-glyph storage. The glyph position array will be set.
209 * @param x - the starting X position
210 * @param y - the starting Y position
211 * @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 object which holds the per-glyph storage. The glyph positions will be
233 * @param success - output parameter set to an error code if the operation fails
245 * @param tableTag - the four byte table tag.
265 * @param chars - the input character context
266 * @param offset - the offset of the first character to be mapped
267 * @param count - the number of characters to be mapped
268 * @param reverse - if <code>TRUE</code>, the output will be in reverse order
269 * @param mirror - if <code>TRUE</code>, do character mirroring
270 * @param glyphStorage - the object which holds the per-glyph storage. The glyph and char
272 * @param success - set to an error code if the operation fails
284 * @param glyphStorage - the object containing the per-glyph storage. The positions array will be modified.
285 * @param markFilter - used to identify mark glyphs
286 * @param success - output parameter set to an error code if the operation fails
302 * @param chars - the array of input characters
303 * @param charCount - the number of input characers
304 * @param glyphStorage - the object containing the per-glyph storage. The positions array will be modified.
305 * @param reverse - <code>TRUE</code> if the glyph array has been reordered
306 * @param markFilter - used to identify mark glyphs
307 * @param success - output parameter set to an error code if the operation fails
332 * @param chars - the input character context
333 * @param offset - the offset of the first character to process
334 * @param count - the number of characters to process
335 * @param max - the number of characters in the input context
336 * @param rightToLeft - TRUE if the characers are in a right to left directional run
337 * @param x - the initial X position
338 * @param y - the initial Y position
339 * @param success - output parameter set to an error code if the operation fails
370 * @param glyphs - the destiniation glyph array
371 * @param success - set to an error code if the operation fails
383 * @param glyphs - the destination (32 bit) glyph array
384 * @param extraBits - this value will be ORed with each glyph index
385 * @param success - set to an error code if the operation fails
396 * @param charIndices - the destiniation character index array
397 * @param success - set to an error code if the operation fails
408 * @param charIndices - the destiniation character index array
409 * @param indexBase - an offset which will be added to each index
410 * @param success - set to an error code if the operation fails
422 * @param positions - the destiniation position array
423 * @param success - set to an error code if the operation fails
434 * @param glyphIndex - the index of the glyph
437 * @param x - the glyph's X position
438 * @param y - the glyph's Y position
439 * @param success - set to an error code if the operation fails
459 * @param fontInstance - the font of the text
460 * @param scriptCode - the script of the text
461 * @param languageCode - the language of the text
462 * @param success - output parameter set to an error code if the operation fails