Lines Matching refs:Glyph
185 * Glyph positioning and sizing information.
191 /** Glyph width. */
193 /** Glyph height. */
196 /** Horizontal Glyph center offset relative to the upper-left corner. */
198 /** Vertical Glyph center offset relative to the upper-left corner. */
201 /** Horizontal margin to the next Glyph. */
203 /** Vertical margin to the next Glyph. */
207 /*< Glyph Elements.
215 * 8-bit Glyph Element.
223 /** Glyph array size. */
233 * 16-bit Glyph Element.
241 /** Glyph array size. */
251 * 32-bit Glyph Element.
259 /** Glyph array size. */
631 * Create a Glyph Set.
640 * Generate a new reference for an existing Glyph Set.
643 * @param[in] existing Target Glyph Set.
665 * @param[in] glyphset Glyph storage destination.
672 void XRenderAddGlyphs(Display *dpy, GlyphSet glyphset, _Xconst Glyph *gids,
682 * @param[in] nglyphs Glyph count.
684 void XRenderFreeGlyphs(Display *dpy, GlyphSet glyphset, _Xconst Glyph *gids,
695 * @param[in] glyphset Glyph Source.
716 * @param[in] glyphset Glyph Source.
738 * @param[in] glyphset Glyph Source.
753 * Draw several 8-bit Glyph Elements into a Picture.
764 * @param[in] elts Glyph Elements array to clip with.
765 * @param[in] nelt Glyph Elements array size.
773 * Draw several 16-bit Glyph Elements into a Picture.
784 * @param[in] elts Glyph Elements array to clip with.
785 * @param[in] nelt Glyph Elements array size.
793 * Draw several 32-bit Glyph Elements into a Picture.
804 * @param[in] elts Glyph Elements to clip with.
805 * @param[in] nelt Glyph Elements array size.