added two TODOs
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16719 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1170,6 +1170,7 @@ DrawingEngine::ReadBitmap(ServerBitmap *bitmap, bool drawCursor, BRect bounds)
|
|||||||
BRect
|
BRect
|
||||||
DrawingEngine::_CopyRect(BRect src, int32 xOffset, int32 yOffset) const
|
DrawingEngine::_CopyRect(BRect src, int32 xOffset, int32 yOffset) const
|
||||||
{
|
{
|
||||||
|
// TODO: assumes drawing buffer is 32 bits (which it currently always is)
|
||||||
BRect dst;
|
BRect dst;
|
||||||
RenderingBuffer* buffer = fGraphicsCard->DrawingBuffer();
|
RenderingBuffer* buffer = fGraphicsCard->DrawingBuffer();
|
||||||
if (buffer) {
|
if (buffer) {
|
||||||
@@ -1210,6 +1211,7 @@ void
|
|||||||
DrawingEngine::_CopyRect(uint8* src, uint32 width, uint32 height,
|
DrawingEngine::_CopyRect(uint8* src, uint32 width, uint32 height,
|
||||||
uint32 bytesPerRow, int32 xOffset, int32 yOffset) const
|
uint32 bytesPerRow, int32 xOffset, int32 yOffset) const
|
||||||
{
|
{
|
||||||
|
// TODO: assumes drawing buffer is 32 bits (which it currently always is)
|
||||||
int32 xIncrement;
|
int32 xIncrement;
|
||||||
int32 yIncrement;
|
int32 yIncrement;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user