| /AOO41X/main/canvas/inc/canvas/base/ |
| H A D | canvascustomspritebase.hxx | 85 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() 130 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in drawBitmap() 132 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in drawBitmap() 137 return BaseType::drawBitmap( xBitmap, in drawBitmap() 155 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in setAlpha() 167 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in move() [all …]
|
| H A D | integerbitmapbase.hxx | 73 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 D | spritecanvasbase.hxx | 76 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() 103 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in createSpriteFromAnimation() 105 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in createSpriteFromAnimation() 107 return BaseType::maCanvasHelper.createSpriteFromAnimation(animation); in createSpriteFromAnimation() 117 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in createSpriteFromBitmaps() 122 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in createSpriteFromBitmaps() 124 … return BaseType::maCanvasHelper.createSpriteFromBitmaps(animationBitmaps, interpolationMode); in createSpriteFromBitmaps() 132 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in createCustomSprite() [all …]
|
| H A D | floatbitmapbase.hxx | 73 typedef BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType; typedef in canvas::FloatBitmapBase 82 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in getData() 85 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in getData() 87 return BaseType::maCanvasHelper.getData( bitmapLayout, in getData() 98 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in setData() 101 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in setData() 103 BaseType::mbSurfaceDirty = true; in setData() 104 BaseType::maCanvasHelper.modifying(); in setData() 106 BaseType::maCanvasHelper.setData( data, bitmapLayout, rect ); in setData() 116 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in setPixel() [all …]
|
| H A D | doublebitmapbase.hxx | 73 typedef BitmapCanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType; typedef in canvas::DoubleBitmapBase 84 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() 104 BaseType::maCanvasHelper.setData( data, bitmapLayout, rect ); in setData() 116 typename BaseType::MutexType aGuard( BaseType::m_aMutex ); in setPixel() 118 BaseType::mbSurfaceDirty = true; in setPixel() 119 BaseType::maCanvasHelper.modifying(); in setPixel() [all …]
|
| H A D | bufferedgraphicdevicebase.hxx | 94 typedef GraphicDeviceBase< Base, DeviceHelper, Mutex, UnambiguousBase > BaseType; typedef in canvas::BufferedGraphicDeviceBase 104 BaseType::maPropHelper.addProperties( PropertySetHelper::MakeMap in BufferedGraphicDeviceBase() 122 MutexType aGuard( BaseType::m_aMutex ); in createBuffers() 124 return BaseType::maDeviceHelper.createBuffers( nBuffers ); in createBuffers() 129 MutexType aGuard( BaseType::m_aMutex ); in destroyBuffers() 131 BaseType::maDeviceHelper.destroyBuffers(); in destroyBuffers() 136 MutexType aGuard( BaseType::m_aMutex ); in showBuffer() 138 return BaseType::maDeviceHelper.showBuffer( mbIsVisible, bUpdateAll ); in showBuffer() 143 MutexType aGuard( BaseType::m_aMutex ); in switchBuffer() 145 return BaseType::maDeviceHelper.switchBuffer( mbIsVisible, bUpdateAll ); in switchBuffer() [all …]
|
| H A D | bitmapcanvasbase.hxx | 72 typedef CanvasBase< Base, CanvasHelper, Mutex, UnambiguousBase > BaseType; typedef in canvas::BitmapCanvasBase 87 static_cast< typename BaseType::UnambiguousBaseType* >(this)); in copyRect() 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() [all …]
|
| H A D | graphicdevicebase.hxx | 111 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 D | canvasbase.hxx | 105 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 D | basemutexhelper.hxx | 45 typedef Base BaseType; typedef in canvas::BaseMutexHelper 56 BaseType( m_aMutex ) in BaseMutexHelper()
|
| /AOO41X/main/slideshow/source/engine/activities/ |
| H A D | activitiesfactory.cxx | 109 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 …]
|
| /AOO41X/main/basegfx/source/workbench/ |
| H A D | gauss.hxx | 45 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()
|
| /AOO41X/main/cli_ure/source/basetypes/uno/ |
| H A D | PolymorphicType.cs | 193 public override Type BaseType property in uno.PolymorphicType 197 return m_base.BaseType;
|
| /AOO41X/main/cli_ure/source/climaker/ |
| H A D | climaker_emit.cxx | 1518 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()
|