Searched refs:nelt (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/util/
H A Dfontnames.c88 char *nelt; local in function:AddFontNamesName
90 nelt = malloc(length + 1);
91 if (!nelt)
107 free(nelt);
114 names->names[index] = nelt;
115 strncpy(nelt, name, length);
116 nelt[length] = '\0';
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dfontnames.c92 char *nelt; local in function:xfont2_add_font_names_name
94 nelt = malloc(length + 1);
95 if (!nelt)
111 free(nelt);
118 names->names[index] = nelt;
119 strncpy(nelt, name, length);
120 nelt[length] = '\0';
/xsrc/external/mit/libXft/dist/src/
H A Dxftrender.c211 int nelt)
213 if (nelt == 0)
222 (XGlyphElt8*)elts, nelt);
228 (XGlyphElt16*)elts, nelt);
234 (XGlyphElt32*)elts, nelt);
267 int nelt; local in function:XftGlyphSpecRender
328 nelt = 1;
360 ++nelt;
368 if (nelt > NUM_ELT_LOCAL)
370 elts = AllocGlyphElt8Array (nelt);
200 _XftCompositeText(Display * dpy,int op,Picture src,Picture dst,XRenderPictFormat * format,int srcx,int srcy,int dstx,int dsty,int eltwidth,XGlyphElt8 * elts,int nelt) argument
537 int nelt; local in function:XftGlyphFontSpecRender
[all...]
/xsrc/external/mit/libXrender/dist/src/
H A DGlyph.c395 int nelt)
403 if (!nelt)
428 for (i = 0; i < nelt; i++)
457 for (i = 0; i < nelt; i++)
511 int nelt)
519 if (!nelt)
544 for (i = 0; i < nelt; i++)
570 for (i = 0; i < nelt; i++)
625 int nelt)
633 if (!nelt)
385 XRenderCompositeText8(Display * dpy,int op,Picture src,Picture dst,_Xconst XRenderPictFormat * maskFormat,int xSrc,int ySrc,int xDst,int yDst,_Xconst XGlyphElt8 * elts,int nelt) argument
501 XRenderCompositeText16(Display * dpy,int op,Picture src,Picture dst,_Xconst XRenderPictFormat * maskFormat,int xSrc,int ySrc,int xDst,int yDst,_Xconst XGlyphElt16 * elts,int nelt) argument
615 XRenderCompositeText32(Display * dpy,int op,Picture src,Picture dst,_Xconst XRenderPictFormat * maskFormat,int xSrc,int ySrc,int xDst,int yDst,_Xconst XGlyphElt32 * elts,int nelt) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/render/
H A Danimcur.c56 int nelt; /* number of elements in the elts array */ member in struct:_AnimCur
167 int elt = (dev->spriteInfo->anim.elt + 1) % ac->nelt;
298 for (i = 0; i < ac->nelt; i++)
322 for (i = 0; i < ac->nelt; i++)
405 ac->nelt = ncursor;
/xsrc/external/mit/xorg-server/dist/render/
H A Danimcur.c56 int nelt; /* number of elements in the elts array */ member in struct:_AnimCur
137 int elt = (dev->spriteInfo->anim.elt + 1) % ac->nelt;
246 for (i = 0; i < ac->nelt; i++)
267 for (i = 0; i < ac->nelt; i++)
356 ac->nelt = ncursor;
/xsrc/external/mit/libXrender/dist/include/X11/extensions/
H A DXrender.h765 * @param[in] nelt Glyph Elements array size.
770 _Xconst XGlyphElt8 *elts, int nelt);
785 * @param[in] nelt Glyph Elements array size.
790 _Xconst XGlyphElt16 *elts, int nelt);
805 * @param[in] nelt Glyph Elements array size.
810 _Xconst XGlyphElt32 *elts, int nelt);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxpict.c473 int nelt; local in function:dmxProcRenderCompositeGlyphs
524 nelt = 0;
533 nelt++;
544 elts = malloc(nelt * sizeof(XGlyphElt8));
600 0, 0, elts, nelt);
607 0, 0, (XGlyphElt16 *)elts, nelt);
614 0, 0, (XGlyphElt32 *)elts, nelt);

Completed in 15 milliseconds