void OutputDebugStrategy::bitBlt( BitBltRecord &bitBltRecord )
{
    kDebug(33100) << "EMR_BITBLT:" << bitBltRecord.destinationRectangle();
}
Пример #2
0
void OutputDebugStrategy::bitBlt( BitBltRecord &bitBltRecord )
{
    debugVectorImage << "EMR_BITBLT:" << bitBltRecord.destinationRectangle();
}