Home
last modified time | relevance | path

Searched refs:BMP_DITHER_FLOYD_16 (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/vcl/inc/vcl/
H A Dbitmap.hxx69 #define BMP_DITHER_FLOYD_16 0x00000004UL macro
/AOO42X/main/vcl/source/gdi/
H A Dbitmap3.cxx2551 else if( ( nDitherFlags & BMP_DITHER_FLOYD_16 ) && ( GetBitCount() == 24 ) ) in Dither()