Searched refs:GetPlaceholderRects (Results 1 – 4 of 4) sorted by relevance
62 std::vector<RectF> GetPlaceholderRects() const;
392 std::vector<RectF> ParagraphManager::GetPlaceholderRects() const in GetPlaceholderRects() function in OHOS::Ace::NG::ParagraphManager
8478 std::vector<RectF> rectsForPlaceholders = paragraphs_.GetPlaceholderRects(); in OnBackPressed()
122 auto rectsForPlaceholders = paragraphManager_->GetPlaceholderRects(); in Layout()