HomeSort by: relevance | last modified time | path
    Searched defs:nglyphs (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/dix/
glyphcurs.c 138 unsigned long nglyphs; local
155 (*pfont->get_glyphs) (pfont, 1, chs, encoding, &nglyphs, &pci);
156 if (nglyphs == 0)
  /xsrc/external/mit/xorg-server.old/dist/dix/
glyphcurs.c 144 unsigned long nglyphs; local
163 (*pfont->get_glyphs) (pfont, 1, chs, encoding, &nglyphs, &pci);
164 if (nglyphs == 0)
  /xsrc/external/mit/xorg-server/dist/glx/
xfont.c 109 unsigned long i, nglyphs; local
126 &nglyphs, &pci);
132 if (nglyphs) {
  /xsrc/external/mit/xorg-server.old/dist/glx/
xfont.c 112 unsigned long i, nglyphs; local
129 &nglyphs, &pci);
135 if (nglyphs ) {
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_text.c 37 unsigned long nglyphs; local
60 encoding, &nglyphs, charinfo); local
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/libXfont/dist/src/fc/
fservestr.h 105 unsigned long nglyphs; member in struct:_fs_blocked_bitmaps
  /xsrc/external/mit/libXfont2/dist/src/fc/
fservestr.h 105 unsigned long nglyphs; member in struct:_fs_blocked_bitmaps
  /xsrc/external/mit/libXfont/dist/src/FreeType/
ftfuncs.h 135 unsigned nglyphs; member in struct:_FTInstance
  /xsrc/external/mit/libXfont2/dist/src/FreeType/
ftfuncs.h 135 unsigned nglyphs; member in struct:_FTInstance
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxpict.c 356 int nglyphs; local
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
    [all...]
  /xsrc/external/mit/xorg-server/dist/render/
render.c 1001 int remain, nglyphs; local
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/xorgproto/dist/include/X11/extensions/
renderproto.h 435 CARD32 nglyphs; member in struct:__anon11787
  /xsrc/external/mit/xorg-server.old/dist/render/
render.c 1039 int remain, nglyphs; local
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...]

Completed in 19 milliseconds