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.hxx103 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in disposing()
114 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in clear()
132 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in drawBitmap()
155 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in setAlpha()
169 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in move()
181 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in transform()
190 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in clip()
197 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in setPriority()
204 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in show()
211 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in hide()
[all …]
H A Dintegerbitmapbase.hxx82 tools::verifyIndexRange(rect, BaseType::getSize() ); in getData()
84 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in getData()
99 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in setData()
101 BaseType::mbSurfaceDirty = true; in setData()
102 BaseType::maCanvasHelper.modifying(); in setData()
116 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in setPixel()
118 BaseType::mbSurfaceDirty = true; in setPixel()
119 BaseType::maCanvasHelper.modifying(); in setPixel()
132 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in getPixel()
140 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in getMemoryLayout()
[all …]
H A Dspritecanvasbase.hxx89 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in disposing()
94 BaseType::disposing(); in disposing()
105 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in createSpriteFromAnimation()
122 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in createSpriteFromBitmaps()
134 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in createCustomSprite()
146 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in createClonedSprite()
148 return BaseType::maCanvasHelper.createClonedSprite(original); in createClonedSprite()
156 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in showSprite()
165 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in hideSprite()
177 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in moveSprite()
[all …]
H A Dfloatbitmapbase.hxx85 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in getData()
87 return BaseType::maCanvasHelper.getData( bitmapLayout, in getData()
101 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in setData()
103 BaseType::mbSurfaceDirty = true; in setData()
104 BaseType::maCanvasHelper.modifying(); in setData()
119 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in setPixel()
121 BaseType::mbSurfaceDirty = true; in setPixel()
122 BaseType::maCanvasHelper.modifying(); in setPixel()
136 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in getPixel()
144 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in getMemoryLayout()
[all …]
H A Ddoublebitmapbase.hxx84 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in getData()
86 return BaseType::maCanvasHelper.getData( bitmapLayout, in getData()
99 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in setData()
101 BaseType::mbSurfaceDirty = true; in setData()
102 BaseType::maCanvasHelper.modifying(); in setData()
116 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in setPixel()
118 BaseType::mbSurfaceDirty = true; in setPixel()
119 BaseType::maCanvasHelper.modifying(); in setPixel()
132 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in getPixel()
140 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in getMemoryLayout()
[all …]
H A Dbufferedgraphicdevicebase.hxx122 MutexType aGuard( BaseType::m_aMutex ); in createBuffers()
129 MutexType aGuard( BaseType::m_aMutex ); in destroyBuffers()
131 BaseType::maDeviceHelper.destroyBuffers(); in destroyBuffers()
136 MutexType aGuard( BaseType::m_aMutex ); in showBuffer()
143 MutexType aGuard( BaseType::m_aMutex ); in switchBuffer()
196 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in disposing()
205 BaseType::disposing(); in disposing()
222 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in boundsChanged()
244 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in disposing()
262 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in windowShown()
[all …]
H A Dbitmapcanvasbase.hxx72 typedef CanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType; typedef in canvas::BitmapCanvasBase
89 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in copyRect()
91 BaseType::mbSurfaceDirty = true; in copyRect()
92 BaseType::maCanvasHelper.modifying(); in copyRect()
94 BaseType::maCanvasHelper.copyRect( this, in copyRect()
107 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in getSize()
109 return BaseType::maCanvasHelper.getSize(); in getSize()
114 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in hasAlpha()
116 return BaseType::maCanvasHelper.hasAlpha(); in hasAlpha()
122 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in getScaledBitmap()
[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()
203 MutexType aGuard( BaseType::m_aMutex ); in createCompatibleBitmap()
215 MutexType aGuard( BaseType::m_aMutex ); in createVolatileBitmap()
227 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()
151 MutexType aGuard( BaseType::m_aMutex ); in drawPoint()
169 MutexType aGuard( BaseType::m_aMutex ); in drawLine()
187 MutexType aGuard( BaseType::m_aMutex ); in drawBezier()
205 MutexType aGuard( BaseType::m_aMutex ); in drawPolyPolygon()
224 MutexType aGuard( BaseType::m_aMutex ); in strokePolyPolygon()
244 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.cxx110 class FromToByActivity : public BaseType
160 : BaseType( rParms ), in FromToByActivity()
182 BaseType::startAnimation(); in startAnimation()
258 using BaseType::perform;
275 using BaseType::isAutoReverse;
293 BaseType::dispose(); in dispose()
413 class ValuesActivity : public BaseType
456 : BaseType( rParms ), in ValuesActivity()
471 BaseType::startAnimation(); in startAnimation()
505 using BaseType::perform;
[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.cxx1518 type_builder->BaseType->GetConstructor(new ::System::Type*[0])); in complete_service_type()
1995 type_builder->BaseType->GetConstructor(new ::System::Type*[0])); in complete_singleton_type()

Completed in 54 milliseconds