Searched refs:dstRectIn (Results 1 – 1 of 1) sorted by relevance
/external/webkit/WebCore/platform/graphics/wince/ |
D | GraphicsContextWince.cpp | 1855 void GraphicsContext::drawBitmap(SharedBitmap* bmp, const IntRect& dstRectIn, const IntRect& srcRec… in drawBitmap() argument 1864 IntRect dstRect = m_data->mapRect(dstRectIn); in drawBitmap() 1865 TransparentLayerDC transparentDC(m_data, dstRect, &dstRectIn, 255, true); in drawBitmap() 1905 void GraphicsContext::drawIcon(HICON icon, const IntRect& dstRectIn, UINT flags) in drawIcon() argument 1914 IntRect dstRect = m_data->mapRect(dstRectIn); in drawIcon() 1915 TransparentLayerDC transparentDC(m_data, dstRect, &dstRectIn, 255, true); in drawIcon()
|