(Rect r, InStream is,
PixelFormat pf,
ModifiablePixelBuffer pb)
| 85 | } |
| 86 | |
| 87 | private void rreDecode8(Rect r, InStream is, |
| 88 | PixelFormat pf, |
| 89 | ModifiablePixelBuffer pb) |
| 90 | { |
| 91 | RRE_DECODE(r, is, pf, pb); |
| 92 | } |
| 93 | |
| 94 | private void rreDecode16(Rect r, InStream is, |
| 95 | PixelFormat pf, |