Home
last modified time | relevance | path

Searched refs:pDitherMatrix (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx244 void ImplCreateDitherMatrix( sal_uInt8 (*pDitherMatrix)[16][16] ) in ImplCreateDitherMatrix()
267 (*pDitherMatrix)[i][j] = (sal_uInt8) ( fVal * pMtx[i][j] ); in ImplCreateDitherMatrix()
454 sal_uInt8 pDitherMatrix[ 16 ][ 16 ]; in ImplMakeMonoDither() local
456 ImplCreateDitherMatrix( &pDitherMatrix ); in ImplMakeMonoDither()
466 pDitherMatrix[ nModY ][ nX % 16 ] ) in ImplMakeMonoDither()
482 pDitherMatrix[ nModY ][ nX % 16 ] ) in ImplMakeMonoDither()

Completed in 23 milliseconds