Searched refs:countLinesLeft (Results 1 – 2 of 2) sorted by relevance
427 lines_left = countLinesLeft(current_node); in determinePositions()476 int Forest::countLinesLeft(Node const* node) const { in countLinesLeft() function in Forest491 else return ( countLinesLeft(node) + countBelowLinesLeft(node->first_child()) ); in countBelowLinesLeft()
157 int countLinesLeft(Node const* node) const;