Searched refs:pDitherMatrix (Results 1 – 1 of 1) sorted by relevance
244 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() local456 ImplCreateDitherMatrix( &pDitherMatrix ); in ImplMakeMonoDither()466 pDitherMatrix[ nModY ][ nX % 16 ] ) in ImplMakeMonoDither()482 pDitherMatrix[ nModY ][ nX % 16 ] ) in ImplMakeMonoDither()
Completed in 317 milliseconds