Computes the required horizontal and vertical cell spans to always fit the given rectangle. @param width Width in pixels @param height Height in pixels @param result An array of length 2 in which to store the result (may be null).
(int width, int height, int[] result)
source not stored for this graph (policy: none)
no test coverage detected