コード例 #1
0
void OutputDebugStrategy::bitBlt( BitBltRecord &bitBltRecord )
{
    kDebug(33100) << "EMR_BITBLT:" << bitBltRecord.destinationRectangle();
}
コード例 #2
0
void OutputDebugStrategy::bitBlt( BitBltRecord &bitBltRecord )
{
    debugVectorImage << "EMR_BITBLT:" << bitBltRecord.destinationRectangle();
}