Home | History | Annotate | Download | only in layout

Lines Matching defs:glyphs

41  * Clients can use this to break a paragraph into lines, and to display the glyphs in each line.
180 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]);
226 * Get the number of glyphs in the visual run.
228 * @return the number of glyphs.
235 * Get the glyphs in the visual run. Glyphs with the values <code>0xFFFE</code> and
238 * @return the address of the array of glyphs for this visual run. The storage
247 * Get the (x, y) positions of the glyphs in the visual run. To simplify storage
341 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]);
412 * just mapping the characters to glyphs and rendering them in order)
559 LEGlyphID *glyphs;
728 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[])
730 fGlyphs(glyphs), fPositions(positions), fGlyphToCharMap(glyphToCharMap)