Lines Matching refs:DiscreteShadow
40 DiscreteShadow::DiscreteShadow(const BitmapEx& rBitmapEx) in DiscreteShadow() function in drawinglayer::primitive2d::DiscreteShadow
60 const BitmapEx& DiscreteShadow::getTopLeft() const in getTopLeft()
65 const_cast< DiscreteShadow* >(this)->maTopLeft = getBitmapEx(); in getTopLeft()
66 const_cast< DiscreteShadow* >(this)->maTopLeft.Crop( in getTopLeft()
73 const BitmapEx& DiscreteShadow::getTop() const in getTop()
78 const_cast< DiscreteShadow* >(this)->maTop = getBitmapEx(); in getTop()
79 const_cast< DiscreteShadow* >(this)->maTop.Crop( in getTop()
86 const BitmapEx& DiscreteShadow::getTopRight() const in getTopRight()
91 const_cast< DiscreteShadow* >(this)->maTopRight = getBitmapEx(); in getTopRight()
92 const_cast< DiscreteShadow* >(this)->maTopRight.Crop( in getTopRight()
99 const BitmapEx& DiscreteShadow::getRight() const in getRight()
104 const_cast< DiscreteShadow* >(this)->maRight = getBitmapEx(); in getRight()
105 const_cast< DiscreteShadow* >(this)->maRight.Crop( in getRight()
112 const BitmapEx& DiscreteShadow::getBottomRight() const in getBottomRight()
117 const_cast< DiscreteShadow* >(this)->maBottomRight = getBitmapEx(); in getBottomRight()
118 const_cast< DiscreteShadow* >(this)->maBottomRight.Crop( in getBottomRight()
125 const BitmapEx& DiscreteShadow::getBottom() const in getBottom()
130 const_cast< DiscreteShadow* >(this)->maBottom = getBitmapEx(); in getBottom()
131 const_cast< DiscreteShadow* >(this)->maBottom.Crop( in getBottom()
138 const BitmapEx& DiscreteShadow::getBottomLeft() const in getBottomLeft()
143 const_cast< DiscreteShadow* >(this)->maBottomLeft = getBitmapEx(); in getBottomLeft()
144 const_cast< DiscreteShadow* >(this)->maBottomLeft.Crop( in getBottomLeft()
151 const BitmapEx& DiscreteShadow::getLeft() const in getLeft()
156 const_cast< DiscreteShadow* >(this)->maLeft = getBitmapEx(); in getLeft()
157 const_cast< DiscreteShadow* >(this)->maLeft.Crop( in getLeft()
284 const DiscreteShadow& rDiscreteShadow) in DiscreteShadowPrimitive2D()