| /xsrc/external/mit/bitmap/dist/ |
| H A D | Makefile.am | 52 bitmapdir = $(includedir)/X11/bitmaps 54 bitmaps/Dashes \ 55 bitmaps/Down \ 56 bitmaps/Excl \ 57 bitmaps/FlipHoriz \ 58 bitmaps/FlipVert \ 59 bitmaps/Fold \ 60 bitmaps/Left \ 61 bitmaps/Right \ 62 bitmaps/RotateLef [all...] |
| H A D | Makefile.in | 636 bitmapdir = $(includedir)/X11/bitmaps 638 bitmaps/Dashes \ 639 bitmaps/Down \ 640 bitmaps/Excl \ 641 bitmaps/FlipHoriz \ 642 bitmaps/FlipVert \ 643 bitmaps/Fold \ 644 bitmaps/Left \ 645 bitmaps/Right \ 646 bitmaps/RotateLef [all...] |
| /xsrc/external/mit/xbiff/dist/ |
| H A D | Makefile.am | 34 EXTRA_DIST = bitmaps/mail-down bitmaps/mail-up bitmaps/mail-down-mask bitmaps/mail-up-mask README.md
|
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | snfread.c | 230 char *bitmaps; local in function:snfReadFont 272 bitmaps = malloc (bitmapsSize); 273 if (!bitmaps) 275 snfError("snfReadFont(): Couldn't allocate bitmaps (%d)\n", bitmapsSize); 287 bitmapFont->bitmaps = bitmaps; 305 ret = snfReadCharInfo(file, &bitmapFont->metrics[i], bitmaps); 320 free(bitmaps); 332 if (FontFileRead(file, bitmaps, bitmapsSize) != bitmapsSize) { 333 free(bitmaps); [all...] |
| H A D | pcfread.c | 412 char *bitmaps = 0; local in function:pcfReadFont 473 /* bitmaps */ 503 bitmaps = malloc(sizebitmaps ? sizebitmaps : 1); 504 if (!bitmaps) { 505 pcfError("pcfReadFont(): Couldn't allocate bitmaps (%d)\n", sizebitmaps ? sizebitmaps : 1); 508 FontFileRead(file, bitmaps, sizebitmaps); 513 BitOrderInvert((unsigned char *)bitmaps, sizebitmaps); 519 TwoByteSwap((unsigned char *)bitmaps, sizebitmaps); 522 FourByteSwap((unsigned char *)bitmaps, sizebitmaps); 544 new += RepadBitmap(bitmaps [all...] |
| H A D | bitscale.c | 860 bitmapFont->bitmaps = 0; 1094 free(bitmapFont->bitmaps); 1497 bitmapFont->bitmaps = calloc(1, bytestoalloc); 1498 if (!bitmapFont->bitmaps) { 1499 fprintf(stderr, "Error: Couldn't allocate bitmaps (%d)\n", bytestoalloc); 1503 glyphBytes = bitmapFont->bitmaps; 1523 free(bitmapFont->bitmaps); 1671 free (bitmapFont->bitmaps);
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | snfread.c | 232 char *bitmaps; local in function:snfReadFont 274 bitmaps = malloc (bitmapsSize); 275 if (!bitmaps) 277 snfError("snfReadFont(): Couldn't allocate bitmaps (%d)\n", bitmapsSize); 289 bitmapFont->bitmaps = bitmaps; 307 ret = snfReadCharInfo(file, &bitmapFont->metrics[i], bitmaps); 322 free(bitmaps); 334 if (FontFileRead(file, bitmaps, bitmapsSize) != bitmapsSize) { 335 free(bitmaps); [all...] |
| H A D | pcfread.c | 414 char *bitmaps = 0; local in function:pcfReadFont 475 /* bitmaps */ 505 bitmaps = malloc(sizebitmaps ? sizebitmaps : 1); 506 if (!bitmaps) { 507 pcfError("pcfReadFont(): Couldn't allocate bitmaps (%d)\n", sizebitmaps ? sizebitmaps : 1); 510 FontFileRead(file, bitmaps, sizebitmaps); 515 BitOrderInvert((unsigned char *)bitmaps, sizebitmaps); 521 TwoByteSwap((unsigned char *)bitmaps, sizebitmaps); 524 FourByteSwap((unsigned char *)bitmaps, sizebitmaps); 546 new += RepadBitmap(bitmaps [all...] |
| /xsrc/external/mit/font-cursor-misc/dist/ |
| H A D | README.md | 1 X.Org pointer cursor bitmaps
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | Makefile.am | 30 bitmaps.c \ 31 bitmaps.h \
|
| /xsrc/external/mit/xbitmaps/dist/ |
| H A D | configure.ac | 6 [https://gitlab.freedesktop.org/xorg/data/bitmaps/-/issues], [xbitmaps])
|
| H A D | Makefile.am | 6 bitmapdir = $(includedir)/X11/bitmaps
|
| /xsrc/external/mit/fonttosfnt/dist/ |
| H A D | struct.c | 96 BitmapPtr **bitmaps = local in function:makeStrike 98 if (bitmaps == NULL) { 105 .bitmaps = bitmaps, 145 if(strike->bitmaps[i] == NULL) { 146 strike->bitmaps[i] = calloc(FONT_SEGMENT_SIZE, sizeof(BitmapPtr)); 148 if(strike->bitmaps[i] == NULL) { 152 if(strike->bitmaps[i][j] != NULL) { 156 return strike->bitmaps[i][j]; 247 strike->bitmaps[ [all...] |
| H A D | fonttosfnt.h | 53 ((s)->bitmaps[(i)/FONT_SEGMENT_SIZE] ? \ 54 (s)->bitmaps[(i)/FONT_SEGMENT_SIZE][(i)%FONT_SEGMENT_SIZE] : \ 122 struct _Bitmap ***bitmaps; member in struct:_Strike
|
| /xsrc/external/mit/xditview/dist/ |
| H A D | Makefile.am | 56 bitmapdir = $(includedir)/X11/bitmaps
|
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | bitmap.h | 59 char *bitmaps; /* base of bitmaps, useful only to free */ member in struct:_BitmapFont
|
| /xsrc/external/mit/libXcursor/dist/src/ |
| H A D | xlib.c | 156 if (!info->bitmaps[i].bitmap) 161 if ((long) (now - info->bitmaps[i].sequence) > 165 oldest = info->bitmaps[i].sequence; 168 bmi = &info->bitmaps[replace]; 194 if (info->bitmaps[i].bitmap == bitmap) 196 info->bitmaps[i].sequence = dpy->request; 198 return &info->bitmaps[i];
|
| H A D | xcursorint.h | 55 * Track a few recently created bitmaps to see 64 /* large bitmaps are unlikely to be cursors */ 97 XcursorBitmapInfo bitmaps[NUM_BITMAPS]; member in struct:_XcursorDisplayInfo
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | basic-tiledrect.c | 20 } bitmaps[] = { variable in typeref:struct:bitmap[] 52 for (n = 0; n < sizeof(bitmaps)/sizeof(bitmaps[0]); n++) { 54 if (bitmaps[n].cached[m].dpy) { 55 XFreePixmap(bitmaps[n].cached[m].dpy, bitmaps[n].cached[m].pixmap); 56 bitmaps[n].cached[m].dpy = NULL; 69 struct bitmap *b = &bitmaps[(tile >> 1) % (sizeof(bitmaps)/sizeof(bitmaps[ [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | basic-tiledrect.c | 20 } bitmaps[] = { variable in typeref:struct:bitmap[] 52 for (n = 0; n < sizeof(bitmaps)/sizeof(bitmaps[0]); n++) { 54 if (bitmaps[n].cached[m].dpy) { 55 XFreePixmap(bitmaps[n].cached[m].dpy, bitmaps[n].cached[m].pixmap); 56 bitmaps[n].cached[m].dpy = NULL; 69 struct bitmap *b = &bitmaps[(tile >> 1) % (sizeof(bitmaps)/sizeof(bitmaps[ [all...] |
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | Makefile.am | 100 70-no-bitmaps.conf \ 101 70-yes-bitmaps.conf \
|
| H A D | 90-synthetic.conf | 30 <!-- and disable embedded bitmaps for artificial oblique -->
|
| /xsrc/external/mit/libXfont/dist/include/X11/fonts/ |
| H A D | bitmap.h | 59 char *bitmaps; /* base of bitmaps, useful only to free */ member in struct:_BitmapFont
|
| /xsrc/external/mit/libXfont2/dist/include/X11/fonts/ |
| H A D | bitmap.h | 59 char *bitmaps; /* base of bitmaps, useful only to free */ member in struct:_BitmapFont
|
| /xsrc/external/mit/freetype/dist/src/pfr/ |
| H A D | pfrtypes.h | 147 PFR_BitmapChar bitmaps; member in struct:PFR_StrikeRec_
|