Home | History | Annotate | Download | only in layout

Lines Matching full:positions

180                     const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]);
187 * <code>LEGlyphIDs</code>, an array of (x, y) glyph positions and
247 * Get the (x, y) positions of the glyphs in the visual run. To simplify storage
248 * management, the x and y positions are stored in a single array with the x positions
253 * @return the address of the array of glyph positions for this visual run. The storage
341 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]);
560 float *positions;
728 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[])
730 fGlyphs(glyphs), fPositions(positions), fGlyphToCharMap(glyphToCharMap)