Home
last modified time | relevance | path

Searched refs:GetPlaceholderRects (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.h62 std::vector<RectF> GetPlaceholderRects() const;
H A Dparagraph_manager.cpp392 std::vector<RectF> ParagraphManager::GetPlaceholderRects() const in GetPlaceholderRects() function in OHOS::Ace::NG::ParagraphManager
H A Drich_editor_pattern.cpp8478 std::vector<RectF> rectsForPlaceholders = paragraphs_.GetPlaceholderRects(); in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_paragraph_layout_algorithm.cpp122 auto rectsForPlaceholders = paragraphManager_->GetPlaceholderRects(); in Layout()