Lines Matching refs:glyphs
43 * Clients can use this to break a paragraph into lines, and to display the glyphs in each line.
187 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]);
233 * Get the number of glyphs in the visual run.
235 * @return the number of glyphs.
242 * Get the glyphs in the visual run. Glyphs with the values <code>0xFFFE</code> and
245 * @return the address of the array of glyphs for this visual run. The storage
254 * Get the (x, y) positions of the glyphs in the visual run. To simplify storage
348 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]);
419 * just mapping the characters to glyphs and rendering them in order)
569 LEGlyphID *glyphs;
738 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[])
740 fGlyphs(glyphs), fPositions(positions), fGlyphToCharMap(glyphToCharMap)