Home
last modified time | relevance | path

Searched refs:visible_row (Results 1 – 5 of 5) sorted by relevance

/dports/x11-fm/worker/worker-4.10.0/src/
H A Dflattypelist.cc70 FlatTypeList::flattypelist_t FlatTypeList::getEntry( int visible_row ) in getEntry() argument
74 if ( visible_row < 0 || visible_row >= (int)m_visible_entry.size() ) { in getEntry()
78 e = m_visible_entry[visible_row]; in getEntry()
H A Dflattypelist.hh52 flattypelist_t getEntry( int visible_row );
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/vt100-0.8.1/src/
H A Dgrid.rs128 pub fn visible_row(&self, pos: Pos) -> Option<&crate::row::Row> { in visible_row() method
149 self.visible_row(pos).and_then(|r| r.get(pos.col)) in visible_cell()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmove.c977 bool visible_row = false; in textpos2screenpos() local
981 visible_row = true; in textpos2screenpos()
991 if ((local && existing_row) || visible_row) { in textpos2screenpos()
1007 rowoff = visible_row ? ((col - wp->w_width) / width + 1) : 0; in textpos2screenpos()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin2.c20720 Int4 row, seq_num, visible_row; in DrawDiffPair() local
20734 visible_row = 0; in DrawDiffPair()
20749 if (visible_row == *start_row) in DrawDiffPair()
20758 visible_row++; in DrawDiffPair()
20772 if (visible_row == *start_row) in DrawDiffPair()
20781 visible_row++; in DrawDiffPair()
21407 Int4 row, visible_row; in DrawColorizedDeflinesInSet() local
21415 visible_row = 0; in DrawColorizedDeflinesInSet()
21424 if (visible_row == *start_row) in DrawColorizedDeflinesInSet()
21433 visible_row++; in DrawColorizedDeflinesInSet()