Searched refs:fSelectionBegin (Results 1 – 3 of 3) sorted by relevance
95 TextPosition fSelectionBegin; member
438 for (TextPosition pos = std::min(options.fSelectionBegin, options.fSelectionEnd, cmp), in paint()439 end = std::max(options.fSelectionBegin, options.fSelectionEnd, cmp); in paint()
134 options.fSelectionBegin = fMarkPos; in onPaint()