(Rect r, InStream is,
PixelFormat pf,
ModifiablePixelBuffer pb)
| 99 | } |
| 100 | |
| 101 | private void rreDecode32(Rect r, InStream is, |
| 102 | PixelFormat pf, |
| 103 | ModifiablePixelBuffer pb) |
| 104 | { |
| 105 | RRE_DECODE(r, is, pf, pb); |
| 106 | } |
| 107 | |
| 108 | } |