Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_paragraph.h71 std::vector<RectF>& selectedRects, std::vector<TextDirection>& textDirections) override {} in TxtGetRectsForRange() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.h153 std::vector<RectF>& selectedRects, std::vector<TextDirection>& textDirections) override;
H A Dtxt_paragraph.cpp696 std::vector<RectF>& selectedRects, std::vector<TextDirection>& textDirections) in TxtGetRectsForRange() argument
716 textDirections.emplace_back(static_cast<OHOS::Ace::TextDirection>(textDirection)); in TxtGetRectsForRange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dparagraph.h278 std::vector<RectF>& selectedRects, std::vector<TextDirection>& textDirections) = 0;