Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Ddlgutil2.c9850 Int2 one_char_width; in GetTextSelectCharOffsetEx() local
9861 one_char_width = Nlm_CharWidth ('A'); in GetTextSelectCharOffsetEx()
9862 if (one_char_width == 0) return 0; in GetTextSelectCharOffsetEx()
9864 char_offset = (pt.x - pixPos - pixInset) / one_char_width; in GetTextSelectCharOffsetEx()