Home
last modified time | relevance | path

Searched refs:clipRect (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1104 GdkRectangle clipRect; in NWPaintGTKButton() local
1155 clipRect.y = it->Top(); in NWPaintGTKButton()
1269 GdkRectangle clipRect; in NWPaintGTKRadio() local
1327 GdkRectangle clipRect; in NWPaintGTKCheck() local
1788 GdkRectangle clipRect; in NWPaintGTKEditBox() local
2113 GdkRectangle clipRect; in NWPaintGTKComboBox() local
2390 GdkRectangle clipRect; in NWPaintGTKListBox() local
2481 GdkRectangle clipRect; in NWPaintGTKToolbar() local
2630 GdkRectangle clipRect; in NWPaintGTKMenubar() local
2720 GdkRectangle clipRect; in NWPaintGTKPopupMenu() local
[all …]
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx209 aCalculatedNewState.clipRect = rNewState.clipRect; in popState()
1160 const bool bEmptyClipRect( rState.clipRect.IsEmpty() ); in updateClipping()
1185 ::basegfx::B2DRectangle( rState.clipRect.Left(), in updateClipping()
1186 rState.clipRect.Top(), in updateClipping()
1198 rState.clipRect.SetEmpty(); in updateClipping()
1202 if( rState.clipRect.IsEmpty() ) in updateClipping()
1235 const bool bEmptyClipRect( rState.clipRect.IsEmpty() ); in updateClipping()
1244 rState.clipRect = rClipRect; in updateClipping()
1249 rState.clipRect.Intersection( rClipRect ); in updateClipping()
1270 rState.clipRect.SetEmpty(); in updateClipping()
[all …]
H A Dmtftools.cxx171 else if( !rOutdevState.clipRect.IsEmpty() ) in modifyClip()
175 const ::Rectangle aLocalClipRect( rOutdevState.clipRect ); in modifyClip()
270 else if( !rOutdevState.clipRect.IsEmpty() ) in modifyClip()
272 const ::Rectangle aLocalClipRect( rOutdevState.clipRect ); in modifyClip()
H A Doutdevstate.hxx63 clipRect(), in OutDevState()
100 ::Rectangle clipRect;
/trunk/main/filter/source/flash/
H A Dswfexporter.cxx755 Rectangle clipRect; in getMetaFile() local
766 clipRect = pA->GetRect(); in getMetaFile()
772 …pmetaAct = new MetaBmpExScaleAction(Point(clipRect.Left(), clipRect.Top()), Size(clipRect.GetWidth… in getMetaFile()
H A Dswfwriter1.cxx958 Rectangle clipRect = Rectangle(Point(), clipSize); in Impl_writeImage() local
959 destRect.Intersection( clipRect ); in Impl_writeImage()
1437 Rectangle clipRect; in Impl_writeActions() local
1670 Point(), pBmpScaleAction->GetBitmap().GetSizePixel(), clipRect, 1 == bMap ); in Impl_writeActions()
1798 Point(), pA->GetBitmap().GetSizePixel(), clipRect, 1 == bMap ); in Impl_writeActions()
1807 Point(), pA->GetBitmap().GetSizePixel(), clipRect, 1 ==bMap ); in Impl_writeActions()
1816 pA->GetSrcPoint(), pA->GetSrcSize(), clipRect, 1 == bMap ); in Impl_writeActions()
1825 Point(), pA->GetBitmapEx().GetSizePixel(), clipRect, 1 == bMap ); in Impl_writeActions()
1834 Point(), pA->GetBitmapEx().GetSizePixel(), clipRect, 1 == bMap ); in Impl_writeActions()
1843 pA->GetSrcPoint(), pA->GetSrcSize(), clipRect, 1 == bMap ); in Impl_writeActions()
[all …]

Completed in 75 milliseconds