HomeSort by relevance Sort by last modified time
    Searched full:bbitmap (Results 1 - 25 of 29) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.cc 41 BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs) {
42 BBitmap *bbitmap; local
43 bbitmap = new BBitmap(bounds,B_BITMAP_WILL_OVERLAY,cs);
44 if (!bbitmap || bbitmap->InitCheck() != B_OK) {
45 delete bbitmap;
49 bbitmap->GetOverlayRestrictions(&r);
56 delete bbitmap;
132 BBitmap *bbitmap; local
    [all...]
SDL_sysyuv.h 60 BBitmap *bbitmap; member in struct:private_yuvhwdata
64 extern BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs);
SDL_BView.h 78 virtual void SetBitmap(BBitmap *bitmap) {
112 BBitmap *image;
SDL_sysvideo.cc 446 * of the BBitmap due to the InhibitResize call above. Thus the
494 BBitmap *bbitmap; local
544 /* Create the BBitmap framebuffer */
548 bbitmap = new BBitmap(bounds, bscreen.ColorSpace());
549 if ( ! bbitmap->IsValid() ) {
551 delete bbitmap;
554 current->pitch = bbitmap->BytesPerRow();
555 current->pixels = (void *)bbitmap->Bits()
    [all...]
SDL_BWin.h 150 virtual void SetBitmap(BBitmap *bitmap) {
  /external/webkit/Source/WebCore/platform/graphics/haiku/
StillImageHaiku.h 38 static PassRefPtr<StillImage> create(const BBitmap& bitmap)
51 StillImage(const BBitmap&);
53 BBitmap m_bitmap;
ImageBufferDataHaiku.h 40 BBitmap m_bitmap;
ImageHaiku.cpp 99 BBitmap* image = nativeImageForCurrentFrame();
126 BBitmap* image = nativeImageForCurrentFrame();
178 BBitmap* image = getBBitmap();
189 BBitmap* BitmapImage::getBBitmap() const
StillImageHaiku.cpp 37 StillImage::StillImage(const BBitmap& bitmap)
ImageBufferHaiku.cpp 117 // convert from/to pre-multiplied color space since BBitmap storage
361 BBitmap* bitmap = const_cast<BBitmap*>(&m_data.m_bitmap);
  /external/webkit/Source/WebCore/platform/
DragImage.h 53 class BBitmap;
80 typedef BBitmap* DragImageRef;
  /external/webkit/Source/WebCore/platform/image-decoders/haiku/
ImageDecoderHaiku.cpp 37 OwnPtr<BBitmap> bitmap(new BBitmap(BRect(0, 0, width() - 1, height() - 1), 0, B_RGBA32, bytesPerRow));
  /external/webkit/Source/WebCore/platform/graphics/
ImageSource.h 60 class BBitmap;
115 typedef BBitmap* NativeImagePtr;
BitmapImage.h 49 class BBitmap;
194 virtual BBitmap* getBBitmap() const;
  /external/e2fsprogs/e2fsck/
message.c 114 N_("Bbitmap"),
  /external/e2fsprogs/po/
cs.po 256 msgid "Bbitmap"
257 msgstr "Bbitmap"
    [all...]
de.po 257 msgid "Bbitmap"
258 msgstr "BBitmap"
    [all...]
fr.po 259 msgid "Bbitmap"
260 msgstr "Bbitmap"
    [all...]
id.po 256 msgid "Bbitmap"
257 msgstr "Bbitmap"
    [all...]
e2fsprogs.pot 254 msgid "Bbitmap"
    [all...]
zh_CN.po 257 msgid "Bbitmap"
    [all...]
ca.po 258 msgid "Bbitmap"
    [all...]
es.po 285 msgid "Bbitmap"
    [all...]
it.po 256 msgid "Bbitmap"
    [all...]
nl.po 258 msgid "Bbitmap"
    [all...]

Completed in 302 milliseconds

1 2