Searched refs:run_start (Results 1 – 1 of 1) sorted by relevance
64 size_t run_start; // Offset within the match text where this run begins. member215 return lhs.run_start < rhs.run_start; in SortRunsLogically()312 current_run->run_start = run_start_int; in DrawString()313 const size_t run_end = current_run->run_start + run_length_int; in DrawString()321 std::max(classifications[i].offset, current_run->run_start); in DrawString()327 if (text_end <= current_run->run_start) in DrawString()