Lines Matching refs:pScanline

35 	return BitmapColor( pScanline[ nX >> 3 ] & ( 1 << ( 7 - ( nX & 7 ) ) ) ? 1 : 0 );  in IMPL_FORMAT_GETPIXEL_NOMASK()
42 sal_uInt8& rByte = pScanline[ nX >> 3 ]; in IMPL_FORMAT_SETPIXEL_NOMASK()
52 return BitmapColor( pScanline[ nX >> 3 ] & ( 1 << ( nX & 7 ) ) ? 1 : 0 ); in IMPL_FORMAT_GETPIXEL_NOMASK()
59 sal_uInt8& rByte = pScanline[ nX >> 3 ]; in IMPL_FORMAT_SETPIXEL_NOMASK()
69 return BitmapColor( ( pScanline[ nX >> 1 ] >> ( nX & 1 ? 0 : 4 ) ) & 0x0f ); in IMPL_FORMAT_GETPIXEL_NOMASK()
76 sal_uInt8& rByte = pScanline[ nX >> 1 ]; in IMPL_FORMAT_SETPIXEL_NOMASK()
86 return BitmapColor( ( pScanline[ nX >> 1 ] >> ( nX & 1 ? 4 : 0 ) ) & 0x0f ); in IMPL_FORMAT_GETPIXEL_NOMASK()
93 sal_uInt8& rByte = pScanline[ nX >> 1 ]; in IMPL_FORMAT_SETPIXEL_NOMASK()
103 return BitmapColor( pScanline[ nX ] ); in IMPL_FORMAT_GETPIXEL_NOMASK()
110 pScanline[ nX ] = rBitmapColor.GetIndex(); in IMPL_FORMAT_SETPIXEL_NOMASK()
118 rMask.GetColorFor8Bit( aColor, pScanline + nX ); in IMPL_FORMAT_GETPIXEL()
126 rMask.SetColorFor8Bit( rBitmapColor, pScanline + nX ); in IMPL_FORMAT_SETPIXEL()
134 rMask.GetColorFor16BitMSB( aColor, pScanline + ( nX << 1UL ) ); in IMPL_FORMAT_GETPIXEL()
142 rMask.SetColorFor16BitMSB( rBitmapColor, pScanline + ( nX << 1UL ) ); in IMPL_FORMAT_SETPIXEL()
150 rMask.GetColorFor16BitLSB( aColor, pScanline + ( nX << 1UL ) ); in IMPL_FORMAT_GETPIXEL()
158 rMask.SetColorFor16BitLSB( rBitmapColor, pScanline + ( nX << 1UL ) ); in IMPL_FORMAT_SETPIXEL()
167 aBitmapColor.SetBlue( *( pScanline = pScanline + nX * 3 )++ ); in IMPL_FORMAT_GETPIXEL_NOMASK()
168 aBitmapColor.SetGreen( *pScanline++ ); in IMPL_FORMAT_GETPIXEL_NOMASK()
169 aBitmapColor.SetRed( *pScanline ); in IMPL_FORMAT_GETPIXEL_NOMASK()
178 *( pScanline = pScanline + nX * 3 )++ = rBitmapColor.GetBlue(); in IMPL_FORMAT_SETPIXEL_NOMASK()
179 *pScanline++ = rBitmapColor.GetGreen(); in IMPL_FORMAT_SETPIXEL_NOMASK()
180 *pScanline = rBitmapColor.GetRed(); in IMPL_FORMAT_SETPIXEL_NOMASK()
189 aBitmapColor.SetRed( *( pScanline = pScanline + nX * 3 )++ ); in IMPL_FORMAT_GETPIXEL_NOMASK()
190 aBitmapColor.SetGreen( *pScanline++ ); in IMPL_FORMAT_GETPIXEL_NOMASK()
191 aBitmapColor.SetBlue( *pScanline ); in IMPL_FORMAT_GETPIXEL_NOMASK()
200 *( pScanline = pScanline + nX * 3 )++ = rBitmapColor.GetRed(); in IMPL_FORMAT_SETPIXEL_NOMASK()
201 *pScanline++ = rBitmapColor.GetGreen(); in IMPL_FORMAT_SETPIXEL_NOMASK()
202 *pScanline = rBitmapColor.GetBlue(); in IMPL_FORMAT_SETPIXEL_NOMASK()
210 rMask.GetColorFor24Bit( aColor, pScanline + nX * 3L ); in IMPL_FORMAT_GETPIXEL()
218 rMask.SetColorFor24Bit( rBitmapColor, pScanline + nX * 3L ); in IMPL_FORMAT_SETPIXEL()
227 aBitmapColor.SetBlue( *( pScanline = pScanline + ( nX << 2 ) + 1 )++ ); in IMPL_FORMAT_GETPIXEL_NOMASK()
228 aBitmapColor.SetGreen( *pScanline++ ); in IMPL_FORMAT_GETPIXEL_NOMASK()
229 aBitmapColor.SetRed( *pScanline ); in IMPL_FORMAT_GETPIXEL_NOMASK()
238 *( pScanline = pScanline + ( nX << 2 ) )++ = 0; in IMPL_FORMAT_SETPIXEL_NOMASK()
239 *pScanline++ = rBitmapColor.GetBlue(); in IMPL_FORMAT_SETPIXEL_NOMASK()
240 *pScanline++ = rBitmapColor.GetGreen(); in IMPL_FORMAT_SETPIXEL_NOMASK()
241 *pScanline = rBitmapColor.GetRed(); in IMPL_FORMAT_SETPIXEL_NOMASK()
250 aBitmapColor.SetRed( *( pScanline = pScanline + ( nX << 2 ) + 1 )++ ); in IMPL_FORMAT_GETPIXEL_NOMASK()
251 aBitmapColor.SetGreen( *pScanline++ ); in IMPL_FORMAT_GETPIXEL_NOMASK()
252 aBitmapColor.SetBlue( *pScanline ); in IMPL_FORMAT_GETPIXEL_NOMASK()
261 *( pScanline = pScanline + ( nX << 2 ) )++ = 0; in IMPL_FORMAT_SETPIXEL_NOMASK()
262 *pScanline++ = rBitmapColor.GetRed(); in IMPL_FORMAT_SETPIXEL_NOMASK()
263 *pScanline++ = rBitmapColor.GetGreen(); in IMPL_FORMAT_SETPIXEL_NOMASK()
264 *pScanline = rBitmapColor.GetBlue(); in IMPL_FORMAT_SETPIXEL_NOMASK()
273 aBitmapColor.SetBlue( *( pScanline = pScanline + ( nX << 2 ) )++ ); in IMPL_FORMAT_GETPIXEL_NOMASK()
274 aBitmapColor.SetGreen( *pScanline++ ); in IMPL_FORMAT_GETPIXEL_NOMASK()
275 aBitmapColor.SetRed( *pScanline ); in IMPL_FORMAT_GETPIXEL_NOMASK()
284 *( pScanline = pScanline + ( nX << 2 ) )++ = rBitmapColor.GetBlue(); in IMPL_FORMAT_SETPIXEL_NOMASK()
285 *pScanline++ = rBitmapColor.GetGreen(); in IMPL_FORMAT_SETPIXEL_NOMASK()
286 *pScanline++ = rBitmapColor.GetRed(); in IMPL_FORMAT_SETPIXEL_NOMASK()
287 *pScanline = 0; in IMPL_FORMAT_SETPIXEL_NOMASK()
296 aBitmapColor.SetRed( *( pScanline = pScanline + ( nX << 2 ) )++ ); in IMPL_FORMAT_GETPIXEL_NOMASK()
297 aBitmapColor.SetGreen( *pScanline++ ); in IMPL_FORMAT_GETPIXEL_NOMASK()
298 aBitmapColor.SetBlue( *pScanline ); in IMPL_FORMAT_GETPIXEL_NOMASK()
307 *( pScanline = pScanline + ( nX << 2 ) )++ = rBitmapColor.GetRed(); in IMPL_FORMAT_SETPIXEL_NOMASK()
308 *pScanline++ = rBitmapColor.GetGreen(); in IMPL_FORMAT_SETPIXEL_NOMASK()
309 *pScanline++ = rBitmapColor.GetBlue(); in IMPL_FORMAT_SETPIXEL_NOMASK()
310 *pScanline = 0; in IMPL_FORMAT_SETPIXEL_NOMASK()
318 rMask.GetColorFor32Bit( aColor, pScanline + ( nX << 2UL ) ); in IMPL_FORMAT_GETPIXEL()
326 rMask.SetColorFor32Bit( rBitmapColor, pScanline + ( nX << 2UL ) ); in IMPL_FORMAT_SETPIXEL()