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

  /xsrc/external/mit/bdftopcf/dist/
bitmap.h 59 char *bitmaps; /* base of bitmaps, useful only to free */ member in struct:_BitmapFont
  /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/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/libXcursor/dist/src/
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/libXfont/dist/src/bitmap/
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...]
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...]
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
pcfread.c 414 char *bitmaps = 0; local
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 + old, padbitmaps + new
    [all...]
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...]
  /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...]
  /src/lib/libc/db/hash/
hash.h 90 uint16_t bitmaps[NCACHED]; /* address of overflow page member in struct:hashhdr
91 * bitmaps */
115 int nmaps; /* Initial number of bitmaps */
296 #define BITMAPS hdr.bitmaps
  /xsrc/external/mit/freetype/dist/src/pfr/
pfrtypes.h 147 PFR_BitmapChar bitmaps; member in struct:PFR_StrikeRec_
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 12990 uint64_t * bitmaps; // Array of 64-bit bitmaps for keeping track of needed responses. member in struct:__anon5923
12991 size_t bitmapCount; // Number of 64-bit bitmaps.
13191 context->bitmaps = (uint64_t *) calloc( context->bitmapCount, sizeof( *context->bitmaps ) );
13192 require_action( context->bitmaps, exit, err = kNoMemoryErr );
13375 memset( context->bitmaps, 0, context->bitmapCount * sizeof_element( context->bitmaps ) );
13395 context->bitmaps[ ( index - 1 ) / 64 ] |= ( UINT64_C( 1 ) << ( ( index - 1 ) % 64 ) );
13406 context->bitmaps[ j ] |= ( ( UINT64_C( 1 ) << count ) - 1 )
    [all...]

Completed in 40 milliseconds