Home | History | Annotate | Download | only in source

Lines Matching refs:planePtr

2387 				int16 *planePtr = sPtr;
2397 uint32 s = planePtr [col] + 32768;
2405 planePtr [col] = (int16) (s - 32768);
2409 planePtr += sRowStep;
2573 real32 *planePtr = sPtr;
2583 real32 s = planePtr [col];
2591 planePtr [col] = s;
2595 planePtr += sRowStep;