Home
last modified time | relevance | path

Searched refs:TexturingMode (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterBitmapContainer.hxx80 enum TexturingMode { Once, Repeat, Stretch }; enum in sdext::presenter::PresenterBitmapContainer::BitmapDescriptor
81 TexturingMode meHorizontalTexturingMode;
82 TexturingMode meVerticalTexturingMode;
146 static BitmapDescriptor::TexturingMode
H A DPresenterSlideShowView.cxx846 rendering::TexturingMode::REPEAT, in PaintOuterWindow()
847 rendering::TexturingMode::REPEAT); in PaintOuterWindow()
H A DPresenterWindowManager.cxx1295 rendering::TexturingMode::REPEAT, in PaintBackground()
1296 rendering::TexturingMode::REPEAT); in PaintBackground()
H A DPresenterBitmapContainer.cxx324 PresenterBitmapContainer::BitmapDescriptor::TexturingMode
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx403 const bool bTileX( texture.RepeatModeX != rendering::TexturingMode::CLAMP ); in fillPolygonalGradient()
404 const bool bTileY( texture.RepeatModeY != rendering::TexturingMode::CLAMP ); in fillPolygonalGradient()
482 const bool bClamp( rTexture.RepeatModeX == rendering::TexturingMode::NONE && in fillBitmap()
483 rTexture.RepeatModeY == rendering::TexturingMode::NONE ); in fillBitmap()
/trunk/main/canvas/source/tools/
H A Dverifyinput.cxx425 if( texture.RepeatModeX < rendering::TexturingMode::NONE || in verifyInput()
426 texture.RepeatModeX > rendering::TexturingMode::REPEAT ) in verifyInput()
441 if( texture.RepeatModeY < rendering::TexturingMode::NONE || in verifyInput()
442 texture.RepeatModeY > rendering::TexturingMode::REPEAT ) in verifyInput()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx1016 const ::Point aPt( textures[0].RepeatModeX == rendering::TexturingMode::NONE ? in fillTexturedPolyPolygon()
1018 textures[0].RepeatModeY == rendering::TexturingMode::NONE ? in fillTexturedPolyPolygon()
1020 … const sal_Int32 nTilesX( textures[0].RepeatModeX == rendering::TexturingMode::NONE ? in fillTexturedPolyPolygon()
1022 … const sal_Int32 nTilesY( textures[0].RepeatModeX == rendering::TexturingMode::NONE ? in fillTexturedPolyPolygon()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx773 if( aTexture.RepeatModeX == rendering::TexturingMode::REPEAT && in doOperation()
774 aTexture.RepeatModeY == rendering::TexturingMode::REPEAT ) in doOperation()
778 else if ( aTexture.RepeatModeX == rendering::TexturingMode::NONE && in doOperation()
779 aTexture.RepeatModeY == rendering::TexturingMode::NONE ) in doOperation()
783 else if ( aTexture.RepeatModeX == rendering::TexturingMode::CLAMP && in doOperation()
784 aTexture.RepeatModeY == rendering::TexturingMode::CLAMP ) in doOperation()
/trunk/main/offapi/com/sun/star/rendering/
H A DTexture.idl136 <type>TexturingMode</type> constants.<p>
144 <type>TexturingMode</type> constants.<p>
H A DTexturingMode.idl33 constants TexturingMode
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx620 aTexture.RepeatModeX = rendering::TexturingMode::CLAMP; in createGradientAction()
621 aTexture.RepeatModeY = rendering::TexturingMode::CLAMP; in createGradientAction()
1845 aTexture.RepeatModeX = rendering::TexturingMode::REPEAT; in createActions()
1846 aTexture.RepeatModeY = rendering::TexturingMode::REPEAT; in createActions()
1850 aTexture.RepeatModeX = rendering::TexturingMode::NONE; in createActions()
1851 aTexture.RepeatModeY = rendering::TexturingMode::NONE; in createActions()
/trunk/main/offapi/
H A DUnoApi_offapi.mk2534 offapi/com/sun/star/rendering/TexturingMode \

Completed in 92 milliseconds