Searched refs:intDstRect (Results 1 – 2 of 2) sorted by relevance
55 IntRect intDstRect = enclosingIntRect(dstRect); in draw() local57 m_data->m_bitmap->draw(ctxt, intDstRect, intSrcRect, styleColorSpace, compositeOp); in draw()
1849 IntRect intDstRect = enclosingIntRect(destRectIn); in drawBitmapPattern() local1850 IntRect trRect = m_data->mapRect(intDstRect); in drawBitmapPattern()1851 TransparentLayerDC transparentDC(m_data, trRect, &intDstRect, 255, true); in drawBitmapPattern()