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

/frameworks/base/graphics/java/android/graphics/
H A DAtlas.java307 * @param freeHeight The rectHeight of the free space after packing a rectangle
309 * @param rectHeight The rectHeight of the rectangle that was packed in a cell
312 int rectWidth, int rectHeight);
319 int rectWidth, int rectHeight) {
320 return rectWidth * freeHeight > freeWidth * rectHeight;
328 int rectWidth, int rectHeight) {
329 return rectWidth * freeHeight <= freeWidth * rectHeight;
337 int rectWidth, int rectHeight) {
346 int rectWidth, int rectHeight) {
311 splitHorizontal(int freeWidth, int freeHeight, int rectWidth, int rectHeight) argument
318 splitHorizontal(int freeWidth, int freeHeight, int rectWidth, int rectHeight) argument
327 splitHorizontal(int freeWidth, int freeHeight, int rectWidth, int rectHeight) argument
336 splitHorizontal(int freeWidth, int freeHeight, int rectWidth, int rectHeight) argument
345 splitHorizontal(int freeWidth, int freeHeight, int rectWidth, int rectHeight) argument
[all...]

Completed in 66 milliseconds