Home
last modified time | relevance | path

Searched refs:clip (Results 1 – 25 of 36) sorted by last modified time

12

/trunk/main/oox/source/token/
H A Dtokens.txt1182 clip
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx336 pBitmap->clip( ::basegfx::B2DPolyPolygon() ); in operator ()()
H A Duserpaintoverlay.cxx172 pBitmap->clip( ::basegfx::B2DPolyPolygon() ); in repaintWithoutPolygons()
399 pBitmap->clip(aPolyPoly); in handleMouseDragged()
/trunk/extras/l10n/source/sv/
H A Dlocalize.sdf18620 …0 string STR_AL_TITLE_VERT_OUTLINE_CLIPART 0 sv Rubrik, vertikal text, clip art 20200411 15:…
23765 …ext/shared/01/gallery.xhp\" name=\"Gallery\"\>Gallery\</link\> en samling clip art-bilder och \<li…
/trunk/main/slideshow/source/engine/transitions/
H A Dslidechangebase.cxx242 pSlideBitmap->clip( basegfx::B2DPolyPolygon() /* no clipping */ ); in end()
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/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 …]
/trunk/main/canvas/source/tools/
H A Dcanvascustomspritehelper.cxx323 void CanvasCustomSpriteHelper::clip( const Sprite::Reference& rSprite, in clip() function in canvas::CanvasCustomSpriteHelper
/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()
/trunk/main/oox/source/dump/
H A Doledumper.ini156 70=blob-obj,clip-fmt,guid,vers-stream
417 shortlist=AX-IMAGESIZEMODE,0,clip,stretch,,stretch-ratio
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx302 void clip(cairo_t *cr) { (*mp_clip)(cr); } in clip() function in __anon383c69430111::CairoWrapper
534 rCairo.clip(cr); in DrawCairoAAFontString()
/trunk/main/slideshow/source/inc/
H A Dslidebitmap.hxx73 void clip( const ::basegfx::B2DPolyPolygon& rClipPoly );
H A Danimatedsprite.hxx135 void clip( const ::basegfx::B2DPolyPolygon& rClip );
142 void clip();
/trunk/main/slideshow/source/engine/
H A Dslidebitmap.cxx116 void SlideBitmap::clip( const ::basegfx::B2DPolyPolygon& rClipPoly ) in clip() function in slideshow::internal::SlideBitmap
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
/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.cxx715 void PDFOutDev::clip(GfxState *state) in clip() function in pdfi::PDFOutDev
H A Dpdfioutdev_gpl.hxx222 virtual void clip(GfxState *state);
/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/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/offapi/com/sun/star/rendering/
H A DRenderState.idl72 clip. That means, nothing rendered to the canvas will be
H A DViewState.idl65 clip. That means, nothing rendered to the canvas will be
H A DXCanvas.idl105 complex clip polygons, i.e. when both <type>ViewState</type> and
106 <type>RenderState</type> have a complex clip polygon set, which
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

Completed in 1097 milliseconds

12