Searched refs:BlockWidth (Results 1 – 1 of 1) sorted by relevance
395 INT BlockWidth = (*EditField ? hed->CharWidth * 3 : hed->CharWidth); in HEXEDIT_IndexFromPoint() local396 EditPos->x = min(hed->ColumnsPerLine, (pt.x + BlockWidth / 2) / BlockWidth); in HEXEDIT_IndexFromPoint()