Searched refs:glyphset (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/libXrender/dist/src/
H A DGlyph.c69 XRenderFreeGlyphSet (Display *dpy, GlyphSet glyphset) argument
79 req->glyphset = (CARD32) glyphset;
86 GlyphSet glyphset,
104 req->glyphset = (CARD32) glyphset;
117 GlyphSet glyphset,
130 req->glyphset = (CARD32) glyphset;
145 GlyphSet glyphset,
85 XRenderAddGlyphs(Display * dpy,GlyphSet glyphset,_Xconst Glyph * gids,_Xconst XGlyphInfo * glyphs,int nglyphs,_Xconst char * images,int nbyte_images) argument
116 XRenderFreeGlyphs(Display * dpy,GlyphSet glyphset,_Xconst Glyph * gids,int nglyphs) argument
140 XRenderCompositeString8(Display * dpy,int op,Picture src,Picture dst,_Xconst XRenderPictFormat * maskFormat,GlyphSet glyphset,int xSrc,int ySrc,int xDst,int yDst,_Xconst char * string,int nchar) argument
225 XRenderCompositeString16(Display * dpy,int op,Picture src,Picture dst,_Xconst XRenderPictFormat * maskFormat,GlyphSet glyphset,int xSrc,int ySrc,int xDst,int yDst,_Xconst unsigned short * string,int nchar) argument
305 XRenderCompositeString32(Display * dpy,int op,Picture src,Picture dst,_Xconst XRenderPictFormat * maskFormat,GlyphSet glyphset,int xSrc,int ySrc,int xDst,int yDst,_Xconst unsigned int * string,int nchar) argument
399 GlyphSet glyphset; local in function:XRenderCompositeText8
515 GlyphSet glyphset; local in function:XRenderCompositeText16
629 GlyphSet glyphset; local in function:XRenderCompositeText32
[all...]
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Drender-glyphs.c77 GlyphSet glyphset; member in struct:glyph_iter::__anon8bf282650208
141 GlyphSet glyphset; local in function:create_glyphs
170 glyphset = XRenderCreateGlyphSet(dpy, format);
181 XRenderAddGlyphs(dpy, glyphset,
185 return glyphset;
206 if (gi->out.glyphset)
208 gi->out.glyphset);
209 gi->out.glyphset = create_glyphs(gi->out.dpy->dpy,
212 if (gi->ref.glyphset)
214 gi->ref.glyphset);
[all...]
/xsrc/external/mit/libXrender/dist/include/X11/extensions/
H A DXrender.h210 * largest identifier in Elt->glyphset.
219 GlyphSet glyphset; member in struct:_XGlyphElt8
237 GlyphSet glyphset; member in struct:_XGlyphElt16
255 GlyphSet glyphset; member in struct:_XGlyphElt32
657 * @param[in] glyphset Target GlyphSet.
659 void XRenderFreeGlyphSet(Display *dpy, GlyphSet glyphset);
665 * @param[in] glyphset Glyph storage destination.
672 void XRenderAddGlyphs(Display *dpy, GlyphSet glyphset, _Xconst Glyph *gids,
680 * @param[in] glyphset GlyphSet storing the Glyphs.
684 void XRenderFreeGlyphs(Display *dpy, GlyphSet glyphset, _Xcons
[all...]
/xsrc/external/mit/xcb-util/dist/renderutil/
H A Dglyph.c178 xcb_render_glyphset_t glyphset )
182 if (glyphset == stream->current_glyphset)
190 *stream->current = glyphset;
193 stream->current_glyphset = glyphset;
202 xcb_render_glyphset_t glyphset,
176 xcb_render_util_change_glyphset(xcb_render_util_composite_text_stream_t * stream,xcb_render_glyphset_t glyphset) argument
H A Dxcb_renderutil.h114 xcb_render_glyphset_t glyphset );
/xsrc/external/mit/libXft/dist/src/
H A Dxftrender.c38 GlyphSet glyphset,
54 src, dst, format, glyphset,
59 src, dst, format, glyphset,
64 src, dst, format, glyphset,
125 if (!font->glyphset)
167 _XftCompositeString(dpy, op, src, dst, font->format, font->glyphset, srcx, srcy, x, y, width, chars, j);
187 _XftCompositeString(dpy, op, src, dst, font->format, font->glyphset,
293 if (!font->glyphset)
407 elts[nelt].glyphset = font->glyphset;
33 _XftCompositeString(Display * dpy,int op,Picture src,Picture dst,XRenderPictFormat * format,GlyphSet glyphset,int srcx,int srcy,int dstx,int dsty,int charwidth,unsigned int * chars,int nchars) argument
[all...]
H A Dxftglyphs.c991 if (!font->glyphset)
992 font->glyphset = XRenderCreateGlyphSet (dpy, font->format);
1045 XRenderAddGlyphs (dpy, font->glyphset, &glyph,
1141 else if (font->glyphset)
1146 XRenderFreeGlyphs (dpy, font->glyphset, glyphBuf, nused);
1199 if (font->glyphset && nused)
1200 XRenderFreeGlyphs (dpy, font->glyphset, glyphBuf, nused);
1393 if (font->glyphset)
1395 XRenderFreeGlyphSet (dpy, font->glyphset);
1396 font->glyphset
[all...]
H A Dxftint.h172 GlyphSet glyphset; /* Render glyphset */ member in struct:_XftFontInt
H A Dxftfreetype.c1035 font->glyphset = 0;
1096 /* Free the glyphset */
1097 if (font->glyphset)
1098 XRenderFreeGlyphSet (dpy, font->glyphset);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drenderproto.h425 Glyphset glyphset; member in struct:__anonb7d133212208
434 Glyphset glyphset; member in struct:__anonb7d133212308
444 Glyphset glyphset; member in struct:__anonb7d133212408
459 Glyphset glyphset; member in struct:__anonb7d133212508
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxpict.c255 /** Create a Glyph Set on each screen. Save the glyphset ID from each
320 stuff->glyphset, GlyphSetType,
364 stuff->glyphset, GlyphSetType,
408 stuff->glyphset, GlyphSetType,
560 stuff->glyphset, GlyphSetType,
577 curElt->glyphset = glyphPriv->glyphSets[scrnNum];
/xsrc/external/mit/xorg-server.old/dist/render/
H A Drender.c1012 rc = dixLookupResourceByType((pointer *)&glyphSet, stuff->glyphset, GlyphSetType,
1016 client->errorValue = stuff->glyphset;
1019 FreeResource (stuff->glyphset, RT_NONE);
1051 err = dixLookupResourceByType((pointer *)&glyphSet, stuff->glyphset, GlyphSetType,
1055 client->errorValue = stuff->glyphset;
1262 rc = dixLookupResourceByType((pointer *)&glyphSet, stuff->glyphset, GlyphSetType,
1266 client->errorValue = stuff->glyphset;
1334 rc = dixLookupResourceByType((pointer *)&glyphSet, stuff->glyphset,
2316 swapl(&stuff->glyphset, n);
2331 swapl(&stuff->glyphset,
[all...]
/xsrc/external/mit/xorg-server/dist/render/
H A Drender.c974 rc = dixLookupResourceByType((void **) &glyphSet, stuff->glyphset,
977 client->errorValue = stuff->glyphset;
980 FreeResource(stuff->glyphset, RT_NONE);
1014 dixLookupResourceByType((void **) &glyphSet, stuff->glyphset,
1017 client->errorValue = stuff->glyphset;
1213 rc = dixLookupResourceByType((void **) &glyphSet, stuff->glyphset,
1216 client->errorValue = stuff->glyphset;
1287 rc = dixLookupResourceByType((void **) &glyphSet, stuff->glyphset,
2223 swapl(&stuff->glyphset);
2238 swapl(&stuff->glyphset);
[all...]

Completed in 21 milliseconds