Lines Matching refs:DiscreteShadow
36 DiscreteShadow::DiscreteShadow(const BitmapEx& rBitmapEx) in DiscreteShadow() function in drawinglayer::primitive2d::DiscreteShadow
56 const BitmapEx& DiscreteShadow::getTopLeft() const in getTopLeft()
61 const_cast< DiscreteShadow* >(this)->maTopLeft = getBitmapEx(); in getTopLeft()
62 const_cast< DiscreteShadow* >(this)->maTopLeft.Crop( in getTopLeft()
69 const BitmapEx& DiscreteShadow::getTop() const in getTop()
74 const_cast< DiscreteShadow* >(this)->maTop = getBitmapEx(); in getTop()
75 const_cast< DiscreteShadow* >(this)->maTop.Crop( in getTop()
82 const BitmapEx& DiscreteShadow::getTopRight() const in getTopRight()
87 const_cast< DiscreteShadow* >(this)->maTopRight = getBitmapEx(); in getTopRight()
88 const_cast< DiscreteShadow* >(this)->maTopRight.Crop( in getTopRight()
95 const BitmapEx& DiscreteShadow::getRight() const in getRight()
100 const_cast< DiscreteShadow* >(this)->maRight = getBitmapEx(); in getRight()
101 const_cast< DiscreteShadow* >(this)->maRight.Crop( in getRight()
108 const BitmapEx& DiscreteShadow::getBottomRight() const in getBottomRight()
113 const_cast< DiscreteShadow* >(this)->maBottomRight = getBitmapEx(); in getBottomRight()
114 const_cast< DiscreteShadow* >(this)->maBottomRight.Crop( in getBottomRight()
121 const BitmapEx& DiscreteShadow::getBottom() const in getBottom()
126 const_cast< DiscreteShadow* >(this)->maBottom = getBitmapEx(); in getBottom()
127 const_cast< DiscreteShadow* >(this)->maBottom.Crop( in getBottom()
134 const BitmapEx& DiscreteShadow::getBottomLeft() const in getBottomLeft()
139 const_cast< DiscreteShadow* >(this)->maBottomLeft = getBitmapEx(); in getBottomLeft()
140 const_cast< DiscreteShadow* >(this)->maBottomLeft.Crop( in getBottomLeft()
147 const BitmapEx& DiscreteShadow::getLeft() const in getLeft()
152 const_cast< DiscreteShadow* >(this)->maLeft = getBitmapEx(); in getLeft()
153 const_cast< DiscreteShadow* >(this)->maLeft.Crop( in getLeft()
280 const DiscreteShadow& rDiscreteShadow) in DiscreteShadowPrimitive2D()