Searched refs:previewTextRects (Results 1 – 2 of 2) sorted by relevance
162 auto previewTextRects = pattern->GetPreviewTextRects(); in PaintPreviewTextDecoration() local168 for (const auto& previewTextRect : previewTextRects) { in PaintPreviewTextDecoration()
1866 std::vector<RectF> previewTextRects = GetPreviewTextRects(); in UpdateCaretByTouchMove() local1867 if (previewTextRects.empty()) { in UpdateCaretByTouchMove()8323 std::vector<RectF> previewTextRects; in OnBackPressed() local8336 previewTextRects.emplace_back(linerRect); in OnBackPressed()8341 previewTextRects.emplace_back(linerRect); in OnBackPressed()8342 return previewTextRects; in OnBackPressed()8425 std::vector<RectF> previewTextRects = GetPreviewTextRects(); in OnBackPressed() local8427 limitL = previewTextRects.back().Left() + offsetX + MINIMAL_OFFSET; in OnBackPressed()8428 limitR = previewTextRects.back().Right() + offsetX - MINIMAL_OFFSET; in OnBackPressed()8430 limitL = previewTextRects.front().Left() + offsetX + MINIMAL_OFFSET; in OnBackPressed()[all …]