Searched refs:selectRects (Results 1 – 4 of 4) sorted by relevance
269 auto selectRects = pattern->GetTextBoxes(); in GetSelectArea() local271 if (selectRects.empty()) { in GetSelectArea()279 res = MergeSelectedBoxes(selectRects, contentRect, textRect, textPaintOffset); in GetSelectArea()
317 auto selectRects = pattern->GetTextBoxes(); in GetSelectArea() local320 if (selectRects.empty()) { in GetSelectArea()325 res = MergeSelectedBoxes(selectRects, contentRect, textRect, textPaintOffset); in GetSelectArea()
7333 auto selectRects = selectController_->GetSelectedRects(); in OnBackPressed() local7334 auto startY = selectRects.front().Top(); in OnBackPressed()7335 auto startX = selectRects.front().Left(); in OnBackPressed()7336 auto endY = selectRects.back().Top(); in OnBackPressed()
9049 … auto selectRects = paragraphs_.GetRects(textSelector_.GetTextStart(), textSelector_.GetTextEnd()); in OnBackPressed() local9056 if (selectRects.empty()) { in OnBackPressed()9070 auto frontRect = selectRects.front(); in OnBackPressed()9071 auto backRect = selectRects.back(); in OnBackPressed()