Searched refs:fFrontBuffer (Results 1 - 8 of 8) sorted by path

/haiku/src/servers/app/drawing/
H A DBitmapHWInterface.cpp29 fFrontBuffer(new(nothrow) BitmapBuffer(bitmap))
46 ret = fFrontBuffer->InitCheck();
53 if (fFrontBuffer->ColorSpace() != B_RGB32
54 && fFrontBuffer->ColorSpace() != B_RGBA32) {
55 BBitmap* backBitmap = new BBitmap(fFrontBuffer->Bounds(),
65 backBitmap->ImportBits(fFrontBuffer->Bits(),
66 fFrontBuffer->BitsLength(), fFrontBuffer->BytesPerRow(), 0,
67 fFrontBuffer->ColorSpace());
193 return fFrontBuffer
[all...]
H A DBitmapHWInterface.h68 fFrontBuffer; member in class:BitmapHWInterface
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp157 fFrontBuffer(new (nothrow) AccelerantBuffer()),
584 if (fModeCount > 0 && fFrontBuffer.IsSet() && fDisplayMode == mode) {
594 if (!fFrontBuffer.IsSet())
673 fFrontBuffer->SetDisplayMode(fDisplayMode);
683 / fFrontBuffer->Width()) << 3;
688 fFrontBuffer->Width(), fFrontBuffer->Height(),
701 || fBackBuffer->Width() != fFrontBuffer->Width()
702 || fBackBuffer->Height() != fFrontBuffer->Height()
704 || (fFrontBuffer
[all...]
H A DAccelerantHWInterface.h190 fFrontBuffer; member in class:AccelerantHWInterface
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp303 fFrontBuffer(new DWindowBuffer()),
624 fFrontBuffer->SetTo(&config, fXOffset, fYOffset, fDisplayMode.virtual_width,
659 if (fFrontBuffer.IsSet()
713 fFrontBuffer.Get());
778 if (!fFrontBuffer.IsSet())
781 config.frame_buffer = fFrontBuffer->Bits();
783 config.bytes_per_row = fFrontBuffer->BytesPerRow();
1075 return fFrontBuffer.Get();
1082 return fFrontBuffer.Get();
H A DDWindowHWInterface.h86 fFrontBuffer; member in class:DWindowHWInterface
H A DViewHWInterface.cpp410 fFrontBuffer(NULL),
454 if (fBackBuffer.IsSet() && fFrontBuffer.IsSet()
523 fFrontBuffer.Unset();
539 fFrontBuffer.SetTo(new BBitmapBuffer(frontBitmap));
541 status_t err = fFrontBuffer->InitCheck();
543 fFrontBuffer.Unset();
568 memset(fFrontBuffer->Bits(), 255, fFrontBuffer->BitsLength());
572 fWindow->SetBitmap(fFrontBuffer->Bitmap());
620 if (!fFrontBuffer
[all...]
H A DViewHWInterface.h70 fFrontBuffer; member in class:ViewHWInterface

Completed in 140 milliseconds