Home
last modified time | relevance | path

Searched refs:CachedPrimitiveBase (Results 1 – 10 of 10) sorted by relevance

/trunk/main/canvas/source/tools/
H A Dcachedprimitivebase.cxx43 CachedPrimitiveBase::CachedPrimitiveBase( const rendering::ViewState& rUsedViewState, in CachedPrimitiveBase() function in canvas::CachedPrimitiveBase
53 CachedPrimitiveBase::~CachedPrimitiveBase() in ~CachedPrimitiveBase()
57 void SAL_CALL CachedPrimitiveBase::disposing() in disposing()
65 …sal_Int8 SAL_CALL CachedPrimitiveBase::redraw( const rendering::ViewState& aState ) throw (lang::I… in redraw()
91 …::rtl::OUString SAL_CALL CachedPrimitiveBase::getImplementationName( ) throw (uno::RuntimeExcepti… in getImplementationName()
96 …sal_Bool SAL_CALL CachedPrimitiveBase::supportsService( const ::rtl::OUString& ServiceName ) throw… in supportsService()
101 …uno::Sequence< ::rtl::OUString > SAL_CALL CachedPrimitiveBase::getSupportedServiceNames( ) throw … in getSupportedServiceNames()
/trunk/main/canvas/inc/canvas/base/
H A Dcachedprimitivebase.hxx47 class CANVASTOOLS_DLLPUBLIC CachedPrimitiveBase : public CachedPrimitiveBase_Base, class
67 CachedPrimitiveBase( const ::com::sun::star::rendering::ViewState& rUsedViewState,
84 ~CachedPrimitiveBase(); // we're a ref-counted UNO class. _We_ destroy ourselves.
87 CachedPrimitiveBase( const CachedPrimitiveBase& );
88 CachedPrimitiveBase& operator=( const CachedPrimitiveBase& );
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dpolypolyaction.cxx58 class PolyPolyAction : public CachedPrimitiveBase
102 CachedPrimitiveBase( rCanvas, false ), in PolyPolyAction()
124 CachedPrimitiveBase( rCanvas, false ), in PolyPolyAction()
217 return CachedPrimitiveBase::render( rTransformation ); in render()
256 class TexturedPolyPolyAction : public CachedPrimitiveBase
291 CachedPrimitiveBase( rCanvas, true ), in TexturedPolyPolyAction()
332 return CachedPrimitiveBase::render( rTransformation ); in render()
370 class StrokedPolyPolyAction : public CachedPrimitiveBase
403 CachedPrimitiveBase( rCanvas, false ), in StrokedPolyPolyAction()
442 return CachedPrimitiveBase::render( rTransformation ); in render()
H A Dbitmapaction.cxx57 class BitmapAction : public CachedPrimitiveBase
94 CachedPrimitiveBase( rCanvas, true ), in BitmapAction()
122 CachedPrimitiveBase( rCanvas, true ), in BitmapAction()
175 return CachedPrimitiveBase::render( rTransformation ); in render()
H A Dcachedprimitivebase.hxx53 class CachedPrimitiveBase : public Action, class
68 CachedPrimitiveBase( const CanvasSharedPtr& rCanvas,
70 virtual ~CachedPrimitiveBase() {} in ~CachedPrimitiveBase()
H A Dcachedprimitivebase.cxx43 CachedPrimitiveBase::CachedPrimitiveBase( const CanvasSharedPtr& rCanvas, in CachedPrimitiveBase() function in cppcanvas::internal::CachedPrimitiveBase
54 bool CachedPrimitiveBase::render( const ::basegfx::B2DHomMatrix& rTransformation ) const in render()
/trunk/main/canvas/source/cairo/
H A Dcairo_cachedbitmap.cxx49 CachedPrimitiveBase( rUsedViewState, rTarget, true ), in CachedBitmap()
59 CachedPrimitiveBase::disposing(); in disposing()
H A Dcairo_cachedbitmap.hxx35 class CachedBitmap : public ::canvas::CachedPrimitiveBase
/trunk/main/canvas/source/vcl/
H A Dcachedbitmap.cxx51 CachedPrimitiveBase( rUsedViewState, rTarget, true ), in CachedBitmap()
66 CachedPrimitiveBase::disposing(); in disposing()
H A Dcachedbitmap.hxx40 class CachedBitmap : public ::canvas::CachedPrimitiveBase

Completed in 49 milliseconds