Searched refs:Bitmap (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/lib/libvgl/
H A Dbitmap.c101 VGLPlane[i][planepos] |= dst->Bitmap[pos+planepos] & mask[end_offset];
103 VGLPlane[i][0] |= dst->Bitmap[pos] & ~mask[start_offset];
104 bcopy(&VGLPlane[i][0], dst->Bitmap + pos, width);
108 VGLPlane[i][planepos] |= dst->Bitmap[offset] & mask[end_offset];
112 VGLPlane[i][0] |= dst->Bitmap[offset] & ~mask[start_offset];
115 bcopy(&VGLPlane[i][width - last], dst->Bitmap + offset, len);
126 address = dst->Bitmap + VGLAdpInfo.va_line_width * y + x/4;
141 bcopy(line, dst->Bitmap + offset, i);
155 bcopy(line, dst->Bitmap + offset, i);
163 address = dst->Bitmap
[all...]
H A Dmouse.c110 bcopy(VGLMouseSave.Bitmap, buffer.Bitmap, MOUSE_IMG_SIZE*MOUSE_IMG_SIZE);
112 buffer.Bitmap[pos]=(buffer.Bitmap[pos]&~(VGLMouseAndMask->Bitmap[pos])) |
113 VGLMouseOrMask->Bitmap[pos];
261 VGLMouseSave.Bitmap[(y-VGLMouseYpos)*MOUSE_IMG_SIZE+(x-VGLMouseXpos)] =
263 if (VGLMouseAndMask->Bitmap
H A Dsimple.c103 object->Bitmap[y*object->VXsize+x]=((byte)color);
106 object->Bitmap[VGLSetSegment(y*object->VXsize+x)]=((byte)color);
112 bcopy(b, &object->Bitmap[(y*object->VXsize+x) * object->PixelBytes],
120 bcopy(b, &object->Bitmap[offset], object->PixelBytes);
125 object->Bitmap[(unsigned)(VGLAdpInfo.va_line_width*y)+(x/4)] = ((byte)color);
137 object->Bitmap[offset] |= (byte)color;
161 return object->Bitmap[((y*object->VXsize)+x)];
163 return object->Bitmap[VGLSetSegment(y*object->VXsize+x)];
167 bcopy(&object->Bitmap[(y*object->VXsize+x) * object->PixelBytes],
174 bcopy(&object->Bitmap[offse
[all...]
H A Dmain.c307 VGLDisplay->Bitmap = VGLMem;
406 VGLDisplay->Bitmap = VGLMem;
504 munmap(VGLDisplay->Bitmap, VGLAdpInfo.va_window_size);
509 VGLDisplay->Bitmap = VGLBuf;
H A Dvgl.h45 byte *Bitmap; member in struct:__anon6001
/freebsd-10-stable/release/picobsd/tinyware/view/
H A Dview.c139 sav.Bitmap=(byte *)calloc(width*height,1);
140 clr.Bitmap=(byte *)calloc(width*height,1);
177 free(sav.Bitmap);
178 free(clr.Bitmap);
205 target.Bitmap=(byte *)calloc(pic->Xsize*pic->Ysize*e->zoom*e->zoom,1);
228 target.Bitmap=(byte *)calloc(pic->Xsize*pic->Ysize,sizeof(byte));
235 target.Bitmap=(byte *)calloc(pic->Xsize*pic->Ysize,sizeof(byte));
248 free(target.Bitmap);
373 if(pic.Bitmap!=NULL) free(pic.Bitmap);
[all...]
/freebsd-10-stable/share/examples/libvgl/
H A Ddemo.c53 // VGLDisplay is a ptr to a struct Bitmap defined and initialized by
54 // libvgl. The Bitmap points directly to screen memory etc.
92 tmp->Bitmap[i+256*j] = i%16;
96 tmp->Bitmap[i+256*j] = j%16;
/freebsd-10-stable/contrib/ncurses/misc/
H A Dterminfo.src17421 luna|luna68k|LUNA68K Bitmap console,

Completed in 275 milliseconds