Home
last modified time | relevance | path

Searched refs:intDstRect (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
DImageBufferWinCE.cpp55 IntRect intDstRect = enclosingIntRect(dstRect); in draw() local
57 m_data->m_bitmap->draw(ctxt, intDstRect, intSrcRect, styleColorSpace, compositeOp); in draw()
DGraphicsContextWinCE.cpp1849 IntRect intDstRect = enclosingIntRect(destRectIn); in drawBitmapPattern() local
1850 IntRect trRect = m_data->mapRect(intDstRect); in drawBitmapPattern()
1851 TransparentLayerDC transparentDC(m_data, trRect, &intDstRect, 255, true); in drawBitmapPattern()