Searched refs:getcell (Results 1 - 3 of 3) sorted by relevance

/external/libvterm/src/
H A Dscreen.c71 static inline ScreenCell *getcell(const VTermScreen *screen, int row, int col) function
175 ScreenCell *cell = getcell(screen, pos.row, pos.col);
189 getcell(screen, pos.row, pos.col + col)->chars[0] = (uint32_t)-1;
240 memmove(getcell(screen, row, dest.start_col),
241 getcell(screen, row + downward, src.start_col),
273 ScreenCell *cell = getcell(screen, row, col);
587 ScreenCell *cell = getcell(screen, row, col);
697 ScreenCell *cell = getcell(screen, row, col);
738 ScreenCell *intcell = getcell(screen, pos.row, pos.col);
763 getcell(scree
[all...]
/external/python/cpython2/Demo/tkinter/guido/
H A Dss1.py43 cell = self.getcell(x, y)
60 def getcell(self, x, y): member in class:Sheet
565 cell = self.sheet.getcell(x, y)
800 cell = self.sheet.getcell(x, y)
/external/python/cpython3/Tools/demo/
H A Dss1.py46 cell = self.getcell(x, y)
63 def getcell(self, x, y): member in class:Sheet
550 cell = self.sheet.getcell(x, y)
785 cell = self.sheet.getcell(x, y)

Completed in 115 milliseconds