Lines Matching refs:aBmpSize
157 const Size aBmpSize( aBitmap.GetSizePixel() ); in getData() local
159 rLayout.ScanLines = aBmpSize.Height(); in getData()
160 rLayout.ScanLineBytes = aBmpSize.Width()*4; in getData()
164 uno::Sequence< sal_Int8 > aRes( 4*aBmpSize.Width()*aBmpSize.Height() ); in getData()
169 y<aBmpSize.Height() && y<rect.Y2; in getData()
175 x<aBmpSize.Width() && x<rect.X2; in getData()
187 x<aBmpSize.Width() && x<rect.X2; in getData()
244 const Size aBmpSize( aBitmap.GetSizePixel() ); in setData() local
249 y<aBmpSize.Height() && y<rect.Y2; in setData()
262 x<aBmpSize.Width() && x<rect.X2; in setData()
285 x<aBmpSize.Width() && x<rect.X2; in setData()
307 x<aBmpSize.Width() && x<rect.X2; in setData()
326 x<aBmpSize.Width() && x<rect.X2; in setData()
355 x<aBmpSize.Width() && x<rect.X2; in setData()
373 x<aBmpSize.Width() && x<rect.X2; in setData()
390 x<aBmpSize.Width() && x<rect.X2; in setData()
405 x<aBmpSize.Width() && x<rect.X2; in setData()
443 const Size aBmpSize( mpBackBuffer->getBitmapReference().GetSizePixel() ); in setPixel() local
445 ENSURE_ARG_OR_THROW( pos.X >= 0 && pos.X < aBmpSize.Width(), in setPixel()
447 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < aBmpSize.Height(), in setPixel()
513 const Size aBmpSize( mpBackBuffer->getBitmapReference().GetSizePixel() ); in getPixel() local
515 ENSURE_ARG_OR_THROW( pos.X >= 0 && pos.X < aBmpSize.Width(), in getPixel()
517 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < aBmpSize.Height(), in getPixel()