Home
last modified time | relevance | path

Searched refs:BaseType (Results 1 – 14 of 14) sorted by relevance

/trunk/main/canvas/inc/canvas/base/
H A Dcanvascustomspritebase.hxx85 typedef IntegerBitmapBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType; typedef in canvas::CanvasCustomSpriteBase
103 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in disposing()
108 BaseType::disposing(); in disposing()
114 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in clear()
119 return BaseType::clear(); in clear()
129 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in drawBitmap()
131 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in drawBitmap()
136 return BaseType::drawBitmap( xBitmap, in drawBitmap()
153 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in setAlpha()
164 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in move()
[all …]
H A Dintegerbitmapbase.hxx73 typedef BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType; typedef in canvas::IntegerBitmapBase
81 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in getData()
82 tools::verifyIndexRange(rect, BaseType::getSize() ); in getData()
84 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in getData()
86 return BaseType::maCanvasHelper.getData( bitmapLayout, in getData()
96 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in setData()
97 tools::verifyIndexRange(rect, BaseType::getSize() ); in setData()
99 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in setData()
101 BaseType::mbSurfaceDirty = true; in setData()
102 BaseType::maCanvasHelper.modifying(); in setData()
[all …]
H A Dspritecanvasbase.hxx76 typedef IntegerBitmapBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType; typedef in canvas::SpriteCanvasBase
89 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in disposing()
94 BaseType::disposing(); in disposing()
102 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in createSpriteFromAnimation()
104 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in createSpriteFromAnimation()
106 return BaseType::maCanvasHelper.createSpriteFromAnimation(animation); in createSpriteFromAnimation()
114 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in createSpriteFromBitmaps()
119 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in createSpriteFromBitmaps()
121 … return BaseType::maCanvasHelper.createSpriteFromBitmaps(animationBitmaps, interpolationMode); in createSpriteFromBitmaps()
128 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in createCustomSprite()
[all …]
H A Dfloatbitmapbase.hxx73 typedef BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType; typedef in canvas::FloatBitmapBase
80 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in getData()
83 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in getData()
85 return BaseType::maCanvasHelper.getData( bitmapLayout, in getData()
94 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in setData()
97 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in setData()
99 BaseType::mbSurfaceDirty = true; in setData()
100 BaseType::maCanvasHelper.modifying(); in setData()
102 BaseType::maCanvasHelper.setData( data, bitmapLayout, rect ); in setData()
110 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in setPixel()
[all …]
H A Ddoublebitmapbase.hxx73 typedef BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType; typedef in canvas::DoubleBitmapBase
82 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in getData()
84 return BaseType::maCanvasHelper.getData( bitmapLayout, in getData()
95 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in setData()
97 BaseType::mbSurfaceDirty = true; in setData()
98 BaseType::maCanvasHelper.modifying(); in setData()
100 BaseType::maCanvasHelper.setData( data, bitmapLayout, rect ); in setData()
110 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in setPixel()
112 BaseType::mbSurfaceDirty = true; in setPixel()
113 BaseType::maCanvasHelper.modifying(); in setPixel()
[all …]
H A Dbufferedgraphicdevicebase.hxx94 typedef GraphicDeviceBase< Base, DeviceHelper, Mutex, UnambiguousBase > BaseType; typedef in canvas::BufferedGraphicDeviceBase
104 BaseType::maPropHelper.addProperties( PropertySetHelper::MakeMap in BufferedGraphicDeviceBase()
121 MutexType aGuard( BaseType::m_aMutex ); in createBuffers()
123 return BaseType::maDeviceHelper.createBuffers( nBuffers ); in createBuffers()
128 MutexType aGuard( BaseType::m_aMutex ); in destroyBuffers()
130 BaseType::maDeviceHelper.destroyBuffers(); in destroyBuffers()
135 MutexType aGuard( BaseType::m_aMutex ); in showBuffer()
137 return BaseType::maDeviceHelper.showBuffer( mbIsVisible, bUpdateAll ); in showBuffer()
142 MutexType aGuard( BaseType::m_aMutex ); in switchBuffer()
144 return BaseType::maDeviceHelper.switchBuffer( mbIsVisible, bUpdateAll ); in switchBuffer()
[all …]
H A Dbitmapcanvasbase.hxx70 typedef CanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType; typedef in canvas::BitmapCanvasBase
84 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in copyRect()
86 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in copyRect()
88 BaseType::mbSurfaceDirty = true; in copyRect()
89 BaseType::maCanvasHelper.modifying(); in copyRect()
91 BaseType::maCanvasHelper.copyRect( this, in copyRect()
104 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in getSize()
106 return BaseType::maCanvasHelper.getSize(); in getSize()
111 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in hasAlpha()
113 return BaseType::maCanvasHelper.hasAlpha(); in hasAlpha()
[all …]
H A Dgraphicdevicebase.hxx111 typedef Base BaseType; typedef in canvas::GraphicDeviceBase
147 MutexType aGuard( BaseType::m_aMutex ); in disposing()
163 MutexType aGuard( BaseType::m_aMutex ); in getDeviceColorSpace()
170 MutexType aGuard( BaseType::m_aMutex ); in getPhysicalResolution()
177 MutexType aGuard( BaseType::m_aMutex ); in getPhysicalSize()
184 MutexType aGuard( BaseType::m_aMutex ); in createCompatibleLinePolyPolygon()
191 MutexType aGuard( BaseType::m_aMutex ); in createCompatibleBezierPolyPolygon()
202 MutexType aGuard( BaseType::m_aMutex ); in createCompatibleBitmap()
213 MutexType aGuard( BaseType::m_aMutex ); in createVolatileBitmap()
224 MutexType aGuard( BaseType::m_aMutex ); in createCompatibleAlphaBitmap()
[all …]
H A Dcanvasbase.hxx105 typedef Base BaseType; typedef in canvas::CanvasBase
123 MutexType aGuard( BaseType::m_aMutex ); in disposing()
128 BaseType::disposing(); in disposing()
134 MutexType aGuard( BaseType::m_aMutex ); in clear()
150 MutexType aGuard( BaseType::m_aMutex ); in drawPoint()
167 MutexType aGuard( BaseType::m_aMutex ); in drawLine()
184 MutexType aGuard( BaseType::m_aMutex ); in drawBezier()
201 MutexType aGuard( BaseType::m_aMutex ); in drawPolyPolygon()
219 MutexType aGuard( BaseType::m_aMutex ); in strokePolyPolygon()
238 MutexType aGuard( BaseType::m_aMutex ); in strokeTexturedPolyPolygon()
[all …]
H A Dbasemutexhelper.hxx45 typedef Base BaseType; typedef in canvas::BaseMutexHelper
56 BaseType( m_aMutex ) in BaseMutexHelper()
/trunk/main/slideshow/source/engine/activities/
H A Dactivitiesfactory.cxx109 template<class BaseType, typename AnimationType>
110 class FromToByActivity : public BaseType
160 : BaseType( rParms ), in FromToByActivity()
182 BaseType::startAnimation(); in startAnimation()
185 mpAnim->start( BaseType::getShape(), in startAnimation()
186 BaseType::getShapeAttributeLayer() ); in startAnimation()
258 using BaseType::perform;
272 BaseType::getNumberOfKeyTimes() ) ) ) ); in perform()
275 using BaseType::isAutoReverse;
293 BaseType::dispose(); in dispose()
[all …]
/trunk/main/basegfx/source/workbench/
H A Dgauss.hxx45 template <class Matrix, typename BaseType>
49 const BaseType& minPivot ) in eliminate()
51 BaseType temp; in eliminate()
107 template <class Matrix, class Vector, typename BaseType>
113 BaseType temp; in substitute()
157 template <class Matrix, class Vector, typename BaseType>
162 BaseType minPivot ) in solve()
164 if( eliminate<Matrix,BaseType>(matrix, rows, cols, minPivot) ) in solve()
165 return substitute<Matrix,Vector,BaseType>(matrix, rows, cols, result); in solve()
/trunk/main/cli_ure/source/basetypes/uno/
H A DPolymorphicType.cs193 public override Type BaseType property in uno.PolymorphicType
197 return m_base.BaseType;
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx1213 base_type_pos = base_type_pos->BaseType )
1551 type_builder->BaseType->GetConstructor(gcnew cli::array< ::System::Type ^ >( 0 )));
2028 type_builder->BaseType->GetConstructor(gcnew cli::array< ::System::Type ^ >( 0 )));