Searched refs:destRect (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddragimgg.cpp433 const wxRect& sourceRect, const wxRect& destRect) const
435 return destDC.Blit(destRect.x, destRect.y, destRect.width, destRect.height, & windowDC,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dragimag/
H A Ddragimag.cpp499 const wxRect& destRect) const
501 destDC.SetClippingRegion(destRect);
504 wxGetApp().TileBitmap(destRect, destDC, wxGetApp().GetBackgroundBitmap());
H A Ddragimag.h184 const wxRect& destRect) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddragimgg.h232 const wxRect& sourceRect, const wxRect& destRect) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dregion.cpp99 Rect destRect = { 0, 0, 1, 1 }; local
102 err = ::NewGWorld( &gWorld, 32, &destRect, NULL, NULL, 0 );
H A Dtextctrl.cpp2595 TXNLongRect destRect = { m_txnControlBounds.top, m_txnControlBounds.left,
2600 destRect.right = destRect.left + 32000 ;
2603 destRect.bottom = destRect.top + 0x40000000 ;
2606 TXNSetRectBounds( m_txn , &viewRect , &destRect , true ) ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dsvga_reg.h1153 SVGASignedRect destRect; member in struct:__anon11462
H A Dsvga3d_reg.h1625 * specified, there is no clipping region. The entire destRect is
1628 * relative to the top-left corner of destRect.
1655 SVGASignedRect destRect; /* Supports scaling if src/rest different size */ member in struct:__anon11427
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddragimag.tex208 \param{const wxRect\&}{ sourceRect}, \param{const wxRect\&}{ destRect}}

Completed in 99 milliseconds