| Home | Sort by: relevance | last modified time | path |
| /src/external/gpl3/gcc/dist/gcc/text-art/ | |
| widget.h | 111 int get_max_y () const { return m_alloc_rect.get_max_y (); } function in class:text_art::widget 112 int get_next_y () const { return m_alloc_rect.get_max_y (); } |
| types.h | 112 int get_max_y () const { return m_top_left.y + m_size.h - 1; } function in struct:text_art::rect |