Home
last modified time | relevance | path

Searched refs:pDither (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dplustek-pp_map.c107 pUChar pDither = ps->a_bDitherPattern; in mapSetDitherMap() local
118 pDither[i] = pDitherSource[i]; in mapSetDitherMap()
149 pULong pDither = (pULong)ps->a_bDitherPattern; in mapInvertDitherMap() local
155 pDither[dw] = ~pDither[dw]; in mapInvertDitherMap()
H A Dplustek-pp_image.c311 pUChar pDither, src, dest; in fnHalftoneDirect0() local
317 pDither = &ps->a_bDitherPattern[ps->dwDitherIndex]; in fnHalftoneDirect0()
319 for( ; bL; bL--, dest++, pDither -= 8 ) { in fnHalftoneDirect0()
321 for( dw = 8; dw; dw--, src++, pDither++ ) { in fnHalftoneDirect0()
323 if( *src < *pDither ) { in fnHalftoneDirect0()
H A Dplustek-pp.h442 unsigned char* pDither; member

Completed in 5 milliseconds