javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/library/graphics/qt/graphicscontextimpl.cpp
changeset 76 4ad59aaee882
parent 48 e0d6e9bd3ca7
child 80 d6dafc5d983f
equal deleted inserted replaced
69:773449708c84 76:4ad59aaee882
   659     }
   659     }
   660 }
   660 }
   661 
   661 
   662 void GraphicsContextImpl::drawRGB(char aRgbData[], char aTransparenceMask[],  int aRgbDataLength,
   662 void GraphicsContextImpl::drawRGB(char aRgbData[], char aTransparenceMask[],  int aRgbDataLength,
   663                                                         int aOffset, int aScanlength, int aX, int aY, int aWidth, int aHeight,
   663                                                         int aOffset, int aScanlength, int aX, int aY, int aWidth, int aHeight,
   664                                                         int aTransform, int aFormat) {
   664                                                         int aTransform, int /*aFormat*/) {
   665     GFX_LOG_FUNC_CALL();
   665     GFX_LOG_FUNC_CALL();
   666     Q_ASSERT(aRgbData != NULL);
   666     Q_ASSERT(aRgbData != NULL);
   667 
   667 
   668 
   668 
   669     // setup cleaners, note that buffer must be set stack before image
   669     // setup cleaners, note that buffer must be set stack before image