Searched defs:rectHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DAtlas.java300 * @param freeHeight The rectHeight of the free space after packing a rectangle
302 * @param rectHeight The rectHeight of the rectangle that was packed in a cell
305 int rectWidth, int rectHeight);
312 int rectWidth, int rectHeight) {
313 return rectWidth * freeHeight > freeWidth * rectHeight;
321 int rectWidth, int rectHeight) {
322 return rectWidth * freeHeight <= freeWidth * rectHeight;
330 int rectWidth, int rectHeight) {
339 int rectWidth, int rectHeight) {
304 splitHorizontal(int freeWidth, int freeHeight, int rectWidth, int rectHeight) argument
311 splitHorizontal(int freeWidth, int freeHeight, int rectWidth, int rectHeight) argument
320 splitHorizontal(int freeWidth, int freeHeight, int rectWidth, int rectHeight) argument
329 splitHorizontal(int freeWidth, int freeHeight, int rectWidth, int rectHeight) argument
338 splitHorizontal(int freeWidth, int freeHeight, int rectWidth, int rectHeight) argument
[all...]

Completed in 76 milliseconds