Lines Matching refs:getBitmapEx
47 const Size& rBitmapSize = getBitmapEx().GetSizePixel(); in DiscreteShadow()
60 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getTopLeft()
61 const_cast< DiscreteShadow* >(this)->maTopLeft = getBitmapEx(); in getTopLeft()
73 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getTop()
74 const_cast< DiscreteShadow* >(this)->maTop = getBitmapEx(); in getTop()
86 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getTopRight()
87 const_cast< DiscreteShadow* >(this)->maTopRight = getBitmapEx(); in getTopRight()
99 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getRight()
100 const_cast< DiscreteShadow* >(this)->maRight = getBitmapEx(); in getRight()
112 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getBottomRight()
113 const_cast< DiscreteShadow* >(this)->maBottomRight = getBitmapEx(); in getBottomRight()
125 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getBottom()
126 const_cast< DiscreteShadow* >(this)->maBottom = getBitmapEx(); in getBottom()
138 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getBottomLeft()
139 const_cast< DiscreteShadow* >(this)->maBottomLeft = getBitmapEx(); in getBottomLeft()
151 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getLeft()
152 const_cast< DiscreteShadow* >(this)->maLeft = getBitmapEx(); in getLeft()
173 if(!getDiscreteShadow().getBitmapEx().IsEmpty()) in create2DDecomposition()
175 … const sal_Int32 nQuarter((getDiscreteShadow().getBitmapEx().GetSizePixel().Width() - 3) >> 2); in create2DDecomposition()
302 if(getDiscreteShadow().getBitmapEx().IsEmpty()) in getB2DRange()
315 … const sal_Int32 nQuarter((getDiscreteShadow().getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getB2DRange()