| /src/external/gpl3/gcc/dist/gcc/text-art/ |
| canvas.h | 42 typedef coord<class canvas> coord_t; typedef in class:text_art::canvas 50 void paint (coord_t coord, cell_t c); 51 void paint_text (coord_t coord, const styled_string &text); 60 const cell_t &get (coord_t coord) const 68 array2<cell_t, size_t, coord_t> m_cells;
|
| table.h | 49 canvas::coord_t top_left) const; 80 typedef coord<class table> coord_t; typedef in class:text_art::table 112 canvas::coord_t offset, 148 void set_cell (coord_t coord, 166 canvas::coord_t offset, 172 void add_other_table (table &&other, table::coord_t offset); 175 const cell_placement *get_placement_at (coord_t coord) const; 178 int get_occupancy_safe (coord_t coord) const; 181 canvas::coord_t offset, 185 canvas::coord_t offset [all...] |
| types.h | 145 typedef CoordType coord_t; typedef in class:text_art::array2 174 const element_t &get (const coord_t &coord) const 180 void set (const coord_t &coord, const element_t &element) 190 set (coord_t (x, y), element); 194 ::size_t get_idx (const coord_t &coord) const
|
| /src/lib/libedit/ |
| el.h | 65 typedef struct coord_t { /* Position on the screen */ struct 68 } coord_t; typedef in typeref:struct:coord_t 121 coord_t el_cursor; /* Cursor location */
|