Lines Matching refs:BitmapColor
35 return BitmapColor( pScanline[ nX >> 3 ] & ( 1 << ( 7 - ( nX & 7 ) ) ) ? 1 : 0 ); in IMPL_FORMAT_GETPIXEL_NOMASK()
52 return BitmapColor( pScanline[ nX >> 3 ] & ( 1 << ( nX & 7 ) ) ? 1 : 0 ); in IMPL_FORMAT_GETPIXEL_NOMASK()
69 return BitmapColor( ( pScanline[ nX >> 1 ] >> ( nX & 1 ? 0 : 4 ) ) & 0x0f ); in IMPL_FORMAT_GETPIXEL_NOMASK()
86 return BitmapColor( ( pScanline[ nX >> 1 ] >> ( nX & 1 ? 4 : 0 ) ) & 0x0f ); in IMPL_FORMAT_GETPIXEL_NOMASK()
103 return BitmapColor( pScanline[ nX ] ); in IMPL_FORMAT_GETPIXEL_NOMASK()
117 BitmapColor aColor; in IMPL_FORMAT_GETPIXEL()
133 BitmapColor aColor; in IMPL_FORMAT_GETPIXEL()
149 BitmapColor aColor; in IMPL_FORMAT_GETPIXEL()
165 BitmapColor aBitmapColor; in IMPL_FORMAT_GETPIXEL_NOMASK()
187 BitmapColor aBitmapColor; in IMPL_FORMAT_GETPIXEL_NOMASK()
209 BitmapColor aColor; in IMPL_FORMAT_GETPIXEL()
225 BitmapColor aBitmapColor; in IMPL_FORMAT_GETPIXEL_NOMASK()
248 BitmapColor aBitmapColor; in IMPL_FORMAT_GETPIXEL_NOMASK()
271 BitmapColor aBitmapColor; in IMPL_FORMAT_GETPIXEL_NOMASK()
294 BitmapColor aBitmapColor; in IMPL_FORMAT_GETPIXEL_NOMASK()
317 BitmapColor aColor; in IMPL_FORMAT_GETPIXEL()