Lines Matching defs:three
1688 * This method divides a rectangle into two or three sections along
1698 * For three sections, if the rectangle is greater than or equal to
1701 * middle. For smaller sizes, the rectangle is divided equally into three
1719 * @param three {@code true} for three sections,
1728 boolean ltr, boolean three) {
1754 if (three) {
1775 * This method divides a rectangle into two or three sections along
1786 * @param three {@code true} for three sections,
1795 boolean ltr, boolean three) {
1796 return liesIn(rect, p, true, ltr, three);
1800 * This method divides a rectangle into two or three sections along
1809 * @param three {@code true} for three sections,
1818 boolean three) {
1819 return liesIn(rect, p, false, false, three);