Lines Matching refs:p2
1094 const sal_uInt8* p2 = p1; in ImplApplyFilter() local
1099 *p1 = static_cast<sal_uInt8>( *p1 + *(p2++) ); in ImplApplyFilter()
1107 const sal_uInt8* p2 = mpScanPrior + 1; in ImplApplyFilter() local
1112 *p1 = static_cast<sal_uInt8>( *p1 + *(p2++) ); in ImplApplyFilter()
1121 const sal_uInt8* p2 = mpScanPrior + 1; in ImplApplyFilter() local
1125 for( int n = mnBPP; --n >= 0; ++p1, ++p2) in ImplApplyFilter()
1126 *p1 = static_cast<sal_uInt8>( *p1 + (*p2 >> 1) ); in ImplApplyFilter()
1131 *p1 = static_cast<sal_uInt8>( *p1 + ((*(p2++) + *(p3++)) >> 1) ); in ImplApplyFilter()
1140 const sal_uInt8* p2 = mpScanPrior + 1; in ImplApplyFilter() local
1142 const sal_uInt8* p4 = p2; in ImplApplyFilter()
1146 *p1 = static_cast<sal_uInt8>( *p1 + *(p2++) ); in ImplApplyFilter()
1151 int na = *(p2++); in ImplApplyFilter()