Searched defs:relativeStart (Results 1 – 1 of 1) sorted by relevance
296 int32_t relativeStart = std::max(static_cast<int32_t>(0), start - info.start); in GetRectsForRange() local325 auto relativeStart = (start < info.start) ? 0 : start - info.start; in GetRects() local353 auto relativeStart = (start < info.start) ? 0 : start - info.start; in GetParagraphsRects() local