Fixing major bug where RasterFloatGraphics, when used with a
RasterFloatPixBuff object, would call that buffer's getWidth() method twice,
to get the width and height, instead of calling getWidth() once and
getHeight() once. This resulted in all sorts of clipping issues, it even
resulted in an ArrayIndexOutOfBoundsException in some cases, in the game of
Blockout.