Lines Matching refs:p2
1084 const sal_uInt8* p2 = p1; in ImplApplyFilter() local
1089 *p1 = static_cast<sal_uInt8>( *p1 + *(p2++) ); in ImplApplyFilter()
1097 const sal_uInt8* p2 = mpScanPrior + 1; in ImplApplyFilter() local
1102 *p1 = static_cast<sal_uInt8>( *p1 + *(p2++) ); in ImplApplyFilter()
1111 const sal_uInt8* p2 = mpScanPrior + 1; in ImplApplyFilter() local
1115 for( int n = mnBPP; --n >= 0; ++p1, ++p2) in ImplApplyFilter()
1116 *p1 = static_cast<sal_uInt8>( *p1 + (*p2 >> 1) ); in ImplApplyFilter()
1121 *p1 = static_cast<sal_uInt8>( *p1 + ((*(p2++) + *(p3++)) >> 1) ); in ImplApplyFilter()
1130 const sal_uInt8* p2 = mpScanPrior + 1; in ImplApplyFilter() local
1132 const sal_uInt8* p4 = p2; in ImplApplyFilter()
1136 *p1 = static_cast<sal_uInt8>( *p1 + *(p2++) ); in ImplApplyFilter()
1141 int na = *(p2++); in ImplApplyFilter()