Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_dwrite.cpp389 int cellCount = int(floor(value / cellWidth + 0.5f)); in adjustToCell() local
390 if (cellCount < 1) in adjustToCell()
391 cellCount = 1; in adjustToCell()
392 return cellCount * cellWidth; in adjustToCell()