Lines Matching refs:getBitmapEx

51             const Size& rBitmapSize = getBitmapEx().GetSizePixel();  in DiscreteShadow()
64 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getTopLeft()
65 const_cast< DiscreteShadow* >(this)->maTopLeft = getBitmapEx(); in getTopLeft()
77 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getTop()
78 const_cast< DiscreteShadow* >(this)->maTop = getBitmapEx(); in getTop()
90 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getTopRight()
91 const_cast< DiscreteShadow* >(this)->maTopRight = getBitmapEx(); in getTopRight()
103 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getRight()
104 const_cast< DiscreteShadow* >(this)->maRight = getBitmapEx(); in getRight()
116 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getBottomRight()
117 const_cast< DiscreteShadow* >(this)->maBottomRight = getBitmapEx(); in getBottomRight()
129 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getBottom()
130 const_cast< DiscreteShadow* >(this)->maBottom = getBitmapEx(); in getBottom()
142 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getBottomLeft()
143 const_cast< DiscreteShadow* >(this)->maBottomLeft = getBitmapEx(); in getBottomLeft()
155 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getLeft()
156 const_cast< DiscreteShadow* >(this)->maLeft = getBitmapEx(); in getLeft()
177 if(!getDiscreteShadow().getBitmapEx().IsEmpty()) in create2DDecomposition()
179 const sal_Int32 nQuarter((getDiscreteShadow().getBitmapEx().GetSizePixel().Width() - 3) >> 2); in create2DDecomposition()
306 if(getDiscreteShadow().getBitmapEx().IsEmpty()) in getB2DRange()
319 const sal_Int32 nQuarter((getDiscreteShadow().getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getB2DRange()