Home | History | Annotate | Download | only in layout

Lines Matching full:glyphs

43  * Clients can use this to break a paragraph into lines, and to display the glyphs in each line.
189 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]);
235 * Get the number of glyphs in the visual run.
237 * @return the number of glyphs.
244 * Get the glyphs in the visual run. Glyphs with the values <code>0xFFFE</code> and
247 * @return the address of the array of glyphs for this visual run. The storage
256 * Get the (x, y) positions of the glyphs in the visual run. To simplify storage
350 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]);
421 * just mapping the characters to glyphs and rendering them in order)
571 LEGlyphID *glyphs;
740 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[])
742 fGlyphs(glyphs), fPositions(positions), fGlyphToCharMap(glyphToCharMap)