Searched refs:DWindowBuffer (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowBuffer.cpp6 #include "DWindowBuffer.h"
9 DWindowBuffer::DWindowBuffer() function in class:DWindowBuffer
20 DWindowBuffer::~DWindowBuffer()
26 DWindowBuffer::InitCheck() const
36 DWindowBuffer::ColorSpace() const
43 DWindowBuffer::Bits() const
50 DWindowBuffer::BytesPerRow() const
57 DWindowBuffer
[all...]
H A DDWindowBuffer.h11 class DWindowBuffer : public RenderingBuffer { class in inherits:RenderingBuffer
13 DWindowBuffer();
14 virtual ~DWindowBuffer();
H A DDWindowHWInterface.h22 class DWindowBuffer;
85 ObjectDeleter<DWindowBuffer>
H A DDWindowHWInterface.cpp45 #include "DWindowBuffer.h"
98 DWindowBuffer* buffer);
109 DWindowBuffer* fBuffer;
223 DWindowBuffer* buffer)
303 fFrontBuffer(new DWindowBuffer()),

Completed in 61 milliseconds