Given a cell coordinate, return the point that represents the upper left corner of that cell @param cellX X coordinate of the cell @param cellY Y coordinate of the cell @param result Array of 2 ints to hold the x and y coordinate of the point
(int cellX, int cellY, int[] result)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected