HomeSort by: relevance | last modified time | path
    Searched refs:bitmaps (Results 1 - 25 of 34) sorted by relevancy

1 2

  /xsrc/external/mit/bitmap/dist/
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/RotateLeft
    [all...]
  /xsrc/external/mit/xbiff/dist/
Makefile.am 35 bitmaps/mail-down \
36 bitmaps/mail-up \
37 bitmaps/mail-down-mask \
38 bitmaps/mail-up-mask \
  /xsrc/external/mit/libXfont2/dist/test/
gen_evil_pcf_bitmapscale.py 105 # --- BITMAPS ---
113 bitmaps = b"" variable
114 bitmaps += u32(PCF_DEFAULT_FORMAT)
115 bitmaps += i32(NUM_GLYPHS)
117 bitmaps += u32(i * bytes_per_glyph_src)
119 bitmaps += u32(sz)
120 bitmaps += b"\xff\xff" * NUM_GLYPHS
141 encodings_off = bitmaps_off + len(bitmaps)
152 out += toc(PCF_BITMAPS, 0, len(bitmaps), bitmaps_off)
154 out += properties + accel + metrics + bitmaps + encoding
    [all...]
gen_evil_pcf_encoding.py 87 # --- BITMAPS ---
88 bitmaps = b"" variable
89 bitmaps += u32(PCF_DEFAULT_FORMAT)
90 bitmaps += i32(1) # nbitmaps = 1
91 bitmaps += u32(0) # offset[0] = 0
93 bitmaps += u32(sz)
94 bitmaps += b"\xaa" * BITMAP_DATA_SIZE
114 encodings_off = bitmaps_off + len(bitmaps)
125 out += toc(PCF_BITMAPS, 0, len(bitmaps), bitmaps_off)
127 out += properties + accel + metrics + bitmaps + encoding
    [all...]
gen_evil_pcf_norepad.py 6 The font stores bitmaps at glyph pad=4 (matching x86_64 server default).
106 # --- BITMAPS ---
107 bitmaps = b"" variable
108 bitmaps += u32(PCF_DEFAULT_FORMAT | GLYPH_PAD_FORMAT)
109 bitmaps += i32(1) # nbitmaps = 1
110 bitmaps += u32(GLYPH_OFFSET) # offset[0] = 80
112 bitmaps += u32(sz)
113 bitmaps += b"\xaa" * BITMAP_DATA_SIZE
131 encodings_off = bitmaps_off + len(bitmaps)
143 PCF_BITMAPS, PCF_DEFAULT_FORMAT | GLYPH_PAD_FORMAT, len(bitmaps), bitmaps_of
    [all...]
gen_evil_pcf_props.py 93 # --- BITMAPS ---
96 bitmaps = b"" variable
97 bitmaps += u32(PCF_DEFAULT_FORMAT)
98 bitmaps += i32(1)
99 bitmaps += u32(0)
101 bitmaps += u32(sz)
102 bitmaps += bitmap_data
120 encodings_off = bitmaps_off + len(bitmaps)
131 out += toc(PCF_BITMAPS, 0, len(bitmaps), bitmaps_off)
133 out += properties + accel + metrics + bitmaps + encoding
    [all...]
gen_evil_pcf_repad.py 92 # --- BITMAPS ---
93 bitmaps = b"" variable
94 bitmaps += u32(PCF_DEFAULT_FORMAT)
95 bitmaps += i32(1)
96 bitmaps += u32(0)
98 bitmaps += u32(sz)
99 bitmaps += b"\xaa" * BITMAP_DATA_SIZE
117 encodings_off = bitmaps_off + len(bitmaps)
128 out += toc(PCF_BITMAPS, 0, len(bitmaps), bitmaps_off)
130 out += properties + accel + metrics + bitmaps + encoding
    [all...]
  /xsrc/external/mit/libXmu/dist/test/
Makefile.am 92 bitmaps/plaid \
93 bitmaps/star \
94 bitmaps/xlogo64 \
  /xsrc/external/mit/libXfont/dist/src/bitmap/
snfread.c 230 char *bitmaps; local
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...]
pcfread.c 412 char *bitmaps = 0; local
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 + old, padbitmaps + new
    [all...]
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
snfread.c 232 char *bitmaps; local
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...]
pcfread.c 415 char *bitmaps = 0; local
476 /* bitmaps */
506 bitmaps = malloc(sizebitmaps ? sizebitmaps : 1);
507 if (!bitmaps) {
508 pcfError("pcfReadFont(): Couldn't allocate bitmaps (%d)\n", sizebitmaps ? sizebitmaps : 1);
511 FontFileRead(file, bitmaps, sizebitmaps);
516 BitOrderInvert((unsigned char *)bitmaps, sizebitmaps);
522 TwoByteSwap((unsigned char *)bitmaps, sizebitmaps);
525 FourByteSwap((unsigned char *)bitmaps, sizebitmaps);
578 new += RepadBitmap(bitmaps + old, padbitmaps + new
    [all...]
  /xsrc/external/mit/x11perf/dist/
Makefile.am 30 bitmaps.c \
31 bitmaps.h \
  /xsrc/external/mit/fonttosfnt/dist/
struct.c 96 BitmapPtr **bitmaps = local
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[i][j] = bitmap
    [all...]
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/bdftopcf/dist/
bitmap.h 59 char *bitmaps; /* base of bitmaps, useful only to free */ member in struct:_BitmapFont
  /xsrc/external/mit/fontconfig/dist/conf.d/
Makefile.am 100 70-no-bitmaps.conf \
101 70-yes-bitmaps.conf \
90-synthetic.conf 30 <!-- and disable embedded bitmaps for artificial oblique -->
  /xsrc/external/mit/libXcursor/dist/src/
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];
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/
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[0]))]
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/test/
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[0]))]
    [all...]
  /xsrc/external/mit/libXfont/dist/include/X11/fonts/
bitmap.h 59 char *bitmaps; /* base of bitmaps, useful only to free */ member in struct:_BitmapFont
  /xsrc/external/mit/libXfont2/dist/include/X11/fonts/
bitmap.h 59 char *bitmaps; /* base of bitmaps, useful only to free */ member in struct:_BitmapFont
  /xsrc/external/mit/freetype/dist/src/pfr/
pfrtypes.h 147 PFR_BitmapChar bitmaps; member in struct:PFR_StrikeRec_

Completed in 16 milliseconds

1 2