Searched refs:nglyphs (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glx/
H A Dxfont.c109 unsigned long i, nglyphs; local in function:MakeBitmapsFromFont
126 &nglyphs, &pci);
132 if (nglyphs) {
/xsrc/external/mit/libXft/dist/src/
H A Dxftrender.c85 int nglyphs)
114 for (i = 0; i < nglyphs; i++)
143 if ((size_t)nglyphs > SIZE_MAX / size)
145 needed = (size_t)nglyphs * size;
157 for (i = 0, j = 0; i < nglyphs; i++)
248 int nglyphs)
272 if (!nglyphs)
282 for (i = 0; i < nglyphs; i++)
315 if (nglyphs * size > NUM_LOCAL)
317 chars = malloc ((size_t)(nglyphs * siz
75 XftGlyphRender(Display * dpy,int op,Picture src,XftFont * pub,Picture dst,int srcx,int srcy,int x,int y,_Xconst FT_UInt * glyphs,int nglyphs) argument
240 XftGlyphSpecRender(Display * dpy,int op,Picture src,XftFont * pub,Picture dst,int srcx,int srcy,_Xconst XftGlyphSpec * glyphs,int nglyphs) argument
509 XftGlyphFontSpecRender(Display * dpy,int op,Picture src,Picture dst,int srcx,int srcy,_Xconst XftGlyphFontSpec * glyphs,int nglyphs) argument
[all...]
H A Dxftextent.c29 int nglyphs,
46 n = nglyphs;
55 n = nglyphs;
26 XftGlyphExtents(Display * dpy,XftFont * pub,_Xconst FT_UInt * glyphs,int nglyphs,XGlyphInfo * extents) argument
H A Dxftint.h324 int nglyphs);
331 int nglyphs);
337 int nglyphs);
H A Dxftcore.c948 int nglyphs)
965 n = nglyphs;
975 n = nglyphs;
985 XftGlyphExtents (dpy, public, glyphs, nglyphs, &gi);
1082 int nglyphs)
1099 for (i = 0; i < nglyphs; i++)
1192 for (i = 0; i < nglyphs; i++)
1212 for (i = 0; i < nglyphs; i++)
1230 int nglyphs)
1246 for (i = 0; i < nglyphs;
942 XftGlyphCore(XftDraw * draw,_Xconst XftColor * color,XftFont * public,int x,int y,_Xconst FT_UInt * glyphs,int nglyphs) argument
1078 XftGlyphSpecCore(XftDraw * draw,_Xconst XftColor * color,XftFont * public,_Xconst XftGlyphSpec * glyphs,int nglyphs) argument
1227 XftGlyphFontSpecCore(XftDraw * draw,_Xconst XftColor * color,_Xconst XftGlyphFontSpec * glyphs,int nglyphs) argument
[all...]
H A Dxftdraw.c488 int nglyphs)
500 0, 0, x, y, glyphs, nglyphs);
505 XftGlyphCore (draw, color, pub, x, y, glyphs, nglyphs);
482 XftDrawGlyphs(XftDraw * draw,_Xconst XftColor * color,XftFont * pub,int x,int y,_Xconst FT_UInt * glyphs,int nglyphs) argument
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dxfont.c112 unsigned long i, nglyphs; local in function:MakeBitmapsFromFont
129 &nglyphs, &pci);
135 if (nglyphs ) {
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dglyphcurs.c144 unsigned long nglyphs; local in function:CursorMetricsFromGlyph
163 (*pfont->get_glyphs) (pfont, 1, chs, encoding, &nglyphs, &pci);
164 if (nglyphs == 0)
/xsrc/external/mit/xorg-server/dist/dix/
H A Dglyphcurs.c138 unsigned long nglyphs; local in function:CursorMetricsFromGlyph
155 (*pfont->get_glyphs) (pfont, 1, chs, encoding, &nglyphs, &pci);
156 if (nglyphs == 0)
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxpict.c356 int nglyphs; local in function:dmxProcRenderAddGlyphs
368 nglyphs = stuff->nglyphs;
370 gi = (xGlyphInfo *)(gids + nglyphs);
371 bits = (CARD8 *)(gi + nglyphs);
374 (sizeof(CARD32) + sizeof(xGlyphInfo)) * nglyphs);
376 gidsCopy = malloc(sizeof(*gidsCopy) * nglyphs);
377 for (i = 0; i < nglyphs; i++) gidsCopy[i] = gids[i];
388 nglyphs,
414 int nglyphs; local in function:dmxProcRenderFreeGlyphs
[all...]
/xsrc/external/mit/libXft/dist/include/X11/Xft/
H A DXft.h187 int nglyphs);
292 int nglyphs,
451 int nglyphs);
462 int nglyphs);
483 int nglyphs);
H A DXft.h.in186 int nglyphs);
291 int nglyphs,
450 int nglyphs);
461 int nglyphs);
482 int nglyphs);
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_text.c37 unsigned long nglyphs; local in function:glamor_get_glyphs
60 encoding, &nglyphs, charinfo);
69 * simply checking the returned nglyphs and falling through to
73 if (nglyphs == count)
79 encoding, &nglyphs, &charinfo[c]);
80 if (!nglyphs)
/xsrc/external/mit/libXrender/dist/src/
H A DGlyph.c89 int nglyphs,
105 req->nglyphs = (CARD32) nglyphs;
106 len = (nglyphs * (SIZEOF (xGlyphInfo) + 4) + nbyte_images) >> 2;
108 Data32 (dpy, (_Xconst long *) gids, nglyphs * 4);
109 Data16 (dpy, (_Xconst short *) glyphs, nglyphs * SIZEOF (xGlyphInfo));
119 int nglyphs)
131 len = nglyphs;
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
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.h135 unsigned nglyphs; member in struct:_FTInstance
H A Dftfuncs.c439 instance->nglyphs = 2 * instance->face->face->num_glyphs;
441 instance->nglyphs = instance->face->face->num_glyphs;
573 for(i = 0; i < iceil(instance->nglyphs, FONTSEGMENTSIZE); i++) {
586 for(i = 0; i < iceil(instance->nglyphs, FONTSEGMENTSIZE); i++) {
606 idx += instance->nglyphs / 2 ;
609 if(idx > instance->nglyphs) {
615 *available = calloc(iceil(instance->nglyphs, FONTSEGMENTSIZE),
631 *glyphs = calloc(iceil(instance->nglyphs, FONTSEGMENTSIZE),
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfservestr.h105 unsigned long nglyphs; member in struct:_fs_blocked_bitmaps
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dftfuncs.h135 unsigned nglyphs; member in struct:_FTInstance
H A Dftfuncs.c441 instance->nglyphs = 2 * instance->face->face->num_glyphs;
443 instance->nglyphs = instance->face->face->num_glyphs;
575 for(i = 0; i < iceil(instance->nglyphs, FONTSEGMENTSIZE); i++) {
588 for(i = 0; i < iceil(instance->nglyphs, FONTSEGMENTSIZE); i++) {
608 idx += instance->nglyphs / 2 ;
611 if(idx > instance->nglyphs) {
617 *available = calloc(iceil(instance->nglyphs, FONTSEGMENTSIZE),
633 *glyphs = calloc(iceil(instance->nglyphs, FONTSEGMENTSIZE),
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfservestr.h105 unsigned long nglyphs; member in struct:_fs_blocked_bitmaps
/xsrc/external/mit/xorg-server.old/dist/render/
H A Drender.c1039 int remain, nglyphs; local in function:ProcRenderAddGlyphs
1060 nglyphs = stuff->nglyphs;
1061 if (nglyphs > UINT32_MAX / sizeof(GlyphNewRec))
1066 if (nglyphs <= NLOCALGLYPH) {
1072 glyphsBase = (GlyphNewPtr)calloc(nglyphs, sizeof (GlyphNewRec));
1082 gi = (xGlyphInfo *) (gids + nglyphs);
1083 bits = (CARD8 *) (gi + nglyphs);
1084 remain -= (sizeof (CARD32) + sizeof (xGlyphInfo)) * nglyphs;
1086 /* protect against bad nglyphs */
[all...]
/xsrc/external/mit/xorg-server/dist/render/
H A Drender.c1001 int remain, nglyphs; local in function:ProcRenderAddGlyphs
1022 nglyphs = stuff->nglyphs;
1023 if (nglyphs > UINT32_MAX / sizeof(GlyphNewRec))
1028 if (nglyphs <= NLOCALGLYPH) {
1033 glyphsBase = (GlyphNewPtr) calloc(nglyphs, sizeof(GlyphNewRec));
1043 gi = (xGlyphInfo *) (gids + nglyphs);
1044 bits = (CARD8 *) (gi + nglyphs);
1045 remain -= (sizeof(CARD32) + sizeof(xGlyphInfo)) * nglyphs;
1047 /* protect against bad nglyphs */
[all...]
/xsrc/external/mit/libXrender/dist/include/X11/extensions/
H A DXrender.h668 * @param[in] nglyphs Number of Glyphs to add.
673 _Xconst XGlyphInfo *glyphs, int nglyphs,
682 * @param[in] nglyphs Glyph count.
685 int nglyphs);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drenderproto.h435 CARD32 nglyphs; member in struct:__anonb7d133212308

Completed in 30 milliseconds