Searched refs:posAscii_ (Results 1 – 2 of 2) sorted by relevance
65 posAscii_ = posHex_ + HEXCHARS_IN_LINE * charWidth_ + GAP_HEX_ASCII; in QHexView()247 size_t width = posAscii_ + (BYTES_PER_LINE * charWidth_); in getFullSize()306 int line_x = posAscii_ - (GAP_HEX_ASCII / 2); in paintEvent()314 posAscii_ - (GAP_HEX_ASCII / 2), charHeight_ + 2), palette().color(QPalette::Window)); in paintEvent()393 int x = posAscii_; in paintEvent()
91 size_t posAddr_, posHex_, posAscii_; member in QHexView