| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | xfont.c | 109 unsigned long i, nglyphs; local in function:MakeBitmapsFromFont 126 &nglyphs, &pci); 132 if (nglyphs) {
|
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftrender.c | 85 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 D | xftextent.c | 29 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 D | xftint.h | 324 int nglyphs); 331 int nglyphs); 337 int nglyphs);
|
| H A D | xftcore.c | 948 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 D | xftdraw.c | 488 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 D | xfont.c | 112 unsigned long i, nglyphs; local in function:MakeBitmapsFromFont 129 &nglyphs, &pci); 135 if (nglyphs ) {
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | glyphcurs.c | 144 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 D | glyphcurs.c | 138 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 D | dmxpict.c | 356 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 D | Xft.h | 187 int nglyphs); 292 int nglyphs, 451 int nglyphs); 462 int nglyphs); 483 int nglyphs);
|
| H A D | Xft.h.in | 186 int nglyphs); 291 int nglyphs, 450 int nglyphs); 461 int nglyphs); 482 int nglyphs);
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_text.c | 37 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 D | Glyph.c | 89 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 D | ftfuncs.h | 135 unsigned nglyphs; member in struct:_FTInstance
|
| H A D | ftfuncs.c | 439 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 D | fservestr.h | 105 unsigned long nglyphs; member in struct:_fs_blocked_bitmaps
|
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| H A D | ftfuncs.h | 135 unsigned nglyphs; member in struct:_FTInstance
|
| H A D | ftfuncs.c | 441 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 D | fservestr.h | 105 unsigned long nglyphs; member in struct:_fs_blocked_bitmaps
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | render.c | 1039 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 D | render.c | 1001 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 D | Xrender.h | 668 * @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 D | renderproto.h | 435 CARD32 nglyphs; member in struct:__anonb7d133212308
|