Lines Matching refs:nPad
49 int xmax, int ymax, int dx, int dy, int nPad ) in ImplRotate8_90() argument
55 for( int i = nPad; --i >= 0; ) in ImplRotate8_90()
63 static void ImplRotate8_180( unsigned char* p1, int xmax, int ymax, int nPad ) in ImplRotate8_180() argument
65 unsigned char* p2 = p1 + ymax * (xmax + nPad); in ImplRotate8_180()
68 p2 -= nPad; in ImplRotate8_180()
75 p1 += nPad; in ImplRotate8_180()
79 p2 -= nPad; in ImplRotate8_180()
92 int xmax, int ymax, int dx, int nShift, int nDeltaShift, int nPad ) in ImplRotate1_90() argument
117 for( int i = nPad; --i >= 0;) in ImplRotate1_90()
132 int xmax, int ymax, int nPad ) in ImplRotate1_180() argument
137 p2 -= nPad; in ImplRotate1_180()
162 p1 += nPad; in ImplRotate1_180()