Home
last modified time | relevance | path

Searched refs:clip (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java190 Rectangle clip = g.getClipBounds(); in paintComponent() local
193 g.fillRect(clip.x, clip.y, clip.width, clip.height); in paintComponent()
199 int startLine = clip.y / h; in paintComponent()
200 int endLine = (clip.y + clip.height) / h + 1; in paintComponent()
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java341 Rectangle clip = g.getClipBounds(); in paintComponent() local
344 g.fillRect(clip.x, clip.y, clip.width, clip.height); in paintComponent()
350 int startLine = clip.y / h; in paintComponent()
351 int endLine = (clip.y + clip.height) / h + 1; in paintComponent()
/trunk/main/basegfx/inc/basegfx/tools/
H A Drectcliptools.hxx56 sal_uInt32 clip = (rP.getX() < rR.getMinX()) << 0; in getCohenSutherlandClipFlags() local
57 clip |= (rP.getX() > rR.getMaxX()) << 1; in getCohenSutherlandClipFlags()
58 clip |= (rP.getY() < rR.getMinY()) << 2; in getCohenSutherlandClipFlags()
59 clip |= (rP.getY() > rR.getMaxY()) << 3; in getCohenSutherlandClipFlags()
60 return clip; in getCohenSutherlandClipFlags()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx683 …sal_uInt32 clip = pPlane->clipmask & ((getCohenSutherlandClipFlags(*curr,rR)<<4)|getCohenSutherlan… in scissorLineSegment() local
685 if(clip==0) { // both verts are inside in scissorLineSegment()
688 else if((clip&0x0f) && (clip&0xf0)) { // both verts are outside in scissorLineSegment()
690 else if((clip&0x0f) && (clip&0xf0)==0) { // curr is inside, next is outside in scissorLineSegment()
709 else if((clip&0x0f)==0 && (clip&0xf0)) { // curr is outside, next is inside in scissorLineSegment()
/trunk/main/offapi/com/sun/star/rendering/
H A DXSprite.idl140 The given clip poly-polygon is always interpreted in device
143 position, the clip poly-polygon's origin will always coincide
145 transformation is set via transform(), the clip is subject to
148 clip-output only this cached representation (e.g. a bitmap),
165 clip. That means, nothing from the sprite will be visible.<p>
168 The clip poly-polygon to apply.
170 void clip( [in] XPolyPolygon2D aClip );
H A DXSimpleCanvas.idl65 the current transformation, clip and font are persistently
122 /** Sets the clip to the specified rectangle.<p>
246 /** Retrieve current clip rect
H A DViewState.idl65 clip. That means, nothing rendered to the canvas will be
H A DRenderState.idl72 clip. That means, nothing rendered to the canvas will be
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx208 aCalculatedNewState.clip = rNewState.clip; in popState()
1169 rState.clip = rClipPoly; in updateClipping()
1180 rState.clip = ::basegfx::B2DPolyPolygon( in updateClipping()
1193 aClipPoly, rState.clip, true, false); in updateClipping()
1200 if( rState.clip.count() == 0 ) in updateClipping()
1225 rState.clip ); in updateClipping()
1245 rState.clip.clear(); in updateClipping()
1250 rState.clip.clear(); in updateClipping()
1274 aClipPoly, rState.clip, true, false); in updateClipping()
1277 if( rState.clip.count() == 0 ) in updateClipping()
[all …]
H A Dmtftools.cxx147 if( rOutdevState.clip.count() ) in modifyClip()
151 ::basegfx::B2DPolyPolygon aLocalClip( rOutdevState.clip ); in modifyClip()
266 if( rOutdevState.clip.count() ) in modifyClip()
268 aLocalClip = rOutdevState.clip; in modifyClip()
H A Doutdevstate.hxx62 clip(), in OutDevState()
99 ::basegfx::B2DPolyPolygon clip;
/trunk/main/slideshow/source/engine/transitions/
H A Dcombtransition.cxx145 pLeavingBitmap->clip( aClipPolygon1 ); in renderComb()
152 pLeavingBitmap->clip( aClipPolygon2 ); in renderComb()
163 pEnteringBitmap->clip( aClipPolygon1 ); in renderComb()
170 pEnteringBitmap->clip( aClipPolygon2 ); in renderComb()
/trunk/main/cppcanvas/source/wrapper/
H A Dimplsprite.cxx162 … mxSprite->clip( ::basegfx::unotools::xPolyPolygonFromB2DPolyPolygon( mxGraphicDevice, in setClipPixel()
184 … mxSprite->clip( ::basegfx::unotools::xPolyPolygonFromB2DPolyPolygon( mxGraphicDevice, in setClip()
195 mxSprite->clip( uno::Reference< rendering::XPolyPolygon2D >() ); in setClip()
/trunk/main/offapi/com/sun/star/embed/
H A DXInplaceClient.idl158 pixels. The intersection of position and clip rectangles specifies
174 /** gets the inplace object clip rectangle.
178 pixels. The intersection of position and clip rectangles specifies
183 specifies a new clip rectangle
H A DXInplaceObject.idl72 specifies a new clip rectangle
/trunk/main/slideshow/source/inc/
H A Danimatedsprite.hxx135 void clip( const ::basegfx::B2DPolyPolygon& rClip );
142 void clip();
H A Dslidebitmap.hxx73 void clip( const ::basegfx::B2DPolyPolygon& rClipPoly );
/trunk/main/slideshow/source/engine/
H A Danimatedsprite.cxx185 void AnimatedSprite::clip( const ::basegfx::B2DPolyPolygon& rClip ) in clip() function in slideshow::internal::AnimatedSprite
191 void AnimatedSprite::clip() in clip() function in slideshow::internal::AnimatedSprite
H A Dslidebitmap.cxx116 void SlideBitmap::clip( const ::basegfx::B2DPolyPolygon& rClipPoly ) in clip() function in slideshow::internal::SlideBitmap
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx116 virtual void SAL_CALL clip (const Reference<rendering::XPolyPolygon2D>& rClip)
1137 clip(NULL); in move()
1153 void SAL_CALL PresenterCustomSprite::clip (const Reference<rendering::XPolyPolygon2D>& rxClip) in clip() function in sd::presenter::PresenterCustomSprite
1160 mxSprite->clip(mpCanvas->UpdateSpriteClip(rxClip, maPosition, maSpriteSize)); in clip()
/trunk/main/canvas/inc/canvas/base/
H A Dcanvascustomspritebase.hxx186 …virtual void SAL_CALL clip( const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::X… in clip() function in canvas::CanvasCustomSpriteBase
192 maSpriteHelper.clip( this, aClip ); in clip()
H A Dcanvascustomspritehelper.hxx87 void clip( const Sprite::Reference& rSprite,
/trunk/main/slideshow/source/engine/slide/
H A Duserpaintoverlay.cxx172 pBitmap->clip( ::basegfx::B2DPolyPolygon() ); in repaintWithoutPolygons()
399 pBitmap->clip(aPolyPoly); in handleMouseDragged()
/trunk/main/slideshow/source/engine/shapes/
H A Dviewshape.cxx488 mpSprite->clip( aClipPoly ); in renderSprite()
491 mpSprite->clip(); in renderSprite()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.hxx222 virtual void clip(GfxState *state);

Completed in 113 milliseconds

12