/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ |
H A D | PlainSourceView.java | 190 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()
|
/aoo42x/main/scripting/examples/java/debugger/ |
H A D | OOBeanShellDebugger.java | 341 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()
|
/aoo42x/main/basegfx/inc/basegfx/tools/ |
H A D | rectcliptools.hxx | 56 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()
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolygonclipper.cxx | 683 …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()
|
/aoo42x/main/offapi/com/sun/star/rendering/ |
H A D | XSprite.idl | 140 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 D | XSimpleCanvas.idl | 65 the current transformation, clip and font are persistently 122 /** Sets the clip to the specified rectangle.<p> 246 /** Retrieve current clip rect
|
H A D | ViewState.idl | 65 clip. That means, nothing rendered to the canvas will be
|
H A D | RenderState.idl | 72 clip. That means, nothing rendered to the canvas will be
|
/aoo42x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 208 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 D | mtftools.cxx | 147 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 D | outdevstate.hxx | 62 clip(), in OutDevState() 99 ::basegfx::B2DPolyPolygon clip;
|
/aoo42x/main/slideshow/source/engine/transitions/ |
H A D | combtransition.cxx | 145 pLeavingBitmap->clip( aClipPolygon1 ); in renderComb() 152 pLeavingBitmap->clip( aClipPolygon2 ); in renderComb() 163 pEnteringBitmap->clip( aClipPolygon1 ); in renderComb() 170 pEnteringBitmap->clip( aClipPolygon2 ); in renderComb()
|
/aoo42x/main/cppcanvas/source/wrapper/ |
H A D | implsprite.cxx | 162 … 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()
|
/aoo42x/main/offapi/com/sun/star/embed/ |
H A D | XInplaceClient.idl | 158 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 D | XInplaceObject.idl | 72 specifies a new clip rectangle
|
/aoo42x/main/slideshow/source/inc/ |
H A D | animatedsprite.hxx | 135 void clip( const ::basegfx::B2DPolyPolygon& rClip ); 142 void clip();
|
H A D | slidebitmap.hxx | 73 void clip( const ::basegfx::B2DPolyPolygon& rClipPoly );
|
/aoo42x/main/slideshow/source/engine/ |
H A D | animatedsprite.cxx | 185 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 D | slidebitmap.cxx | 116 void SlideBitmap::clip( const ::basegfx::B2DPolyPolygon& rClipPoly ) in clip() function in slideshow::internal::SlideBitmap
|
/aoo42x/main/sd/source/ui/presenter/ |
H A D | PresenterCanvas.cxx | 116 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()
|
/aoo42x/main/canvas/inc/canvas/base/ |
H A D | canvascustomspritebase.hxx | 186 …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 D | canvascustomspritehelper.hxx | 87 void clip( const Sprite::Reference& rSprite,
|
/aoo42x/main/slideshow/source/engine/slide/ |
H A D | userpaintoverlay.cxx | 172 pBitmap->clip( ::basegfx::B2DPolyPolygon() ); in repaintWithoutPolygons() 399 pBitmap->clip(aPolyPoly); in handleMouseDragged()
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | viewshape.cxx | 488 mpSprite->clip( aClipPoly ); in renderSprite() 491 mpSprite->clip(); in renderSprite()
|
/aoo42x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pdfioutdev_gpl.hxx | 222 virtual void clip(GfxState *state);
|