Home
last modified time | relevance | path

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

/reactos/base/applications/regedit/
H A Dhexedit.c395 INT BlockWidth = (*EditField ? hed->CharWidth * 3 : hed->CharWidth); in HEXEDIT_IndexFromPoint() local
396 EditPos->x = min(hed->ColumnsPerLine, (pt.x + BlockWidth / 2) / BlockWidth); in HEXEDIT_IndexFromPoint()