(Rect r, InStream is,
PixelFormat pf,
ModifiablePixelBuffer pb)
| 92 | } |
| 93 | |
| 94 | private void rreDecode16(Rect r, InStream is, |
| 95 | PixelFormat pf, |
| 96 | ModifiablePixelBuffer pb) |
| 97 | { |
| 98 | RRE_DECODE(r, is, pf, pb); |
| 99 | } |
| 100 | |
| 101 | private void rreDecode32(Rect r, InStream is, |
| 102 | PixelFormat pf, |