void OutputDebugStrategy::bitBlt( BitBltRecord &bitBltRecord )
{
    kDebug(33100) << "EMR_BITBLT:" << bitBltRecord.destinationRectangle();
}
Esempio n. 2
0
void OutputDebugStrategy::bitBlt( BitBltRecord &bitBltRecord )
{
    debugVectorImage << "EMR_BITBLT:" << bitBltRecord.destinationRectangle();
}