Home
last modified time | relevance | path

Searched refs:bottomBoundaryOfParagraph (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp108 double bottomBoundaryOfParagraph = boxes.front().rect.fBottom; local
112 double bottomBoundaryOfParagraph = boxes.front().rect.GetBottom(); local
116 …itionType_ == CursorPositionType::END && !NearEqual(box.rect.fBottom, bottomBoundaryOfParagraph)) {
117 bottomBoundaryOfParagraph = box.rect.fBottom;
122 !NearEqual(box.rect.GetBottom(), bottomBoundaryOfParagraph)) {
123 bottomBoundaryOfParagraph = box.rect.GetBottom();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1295 double bottomBoundaryOfParagraph = boxes.front().rect.fBottom; local
1299 double bottomBoundaryOfParagraph = boxes.front().rect.GetBottom(); local
1303 …itionType_ == CursorPositionType::END && !NearEqual(box.rect.fBottom, bottomBoundaryOfParagraph)) {
1304 bottomBoundaryOfParagraph = box.rect.fBottom;
1309 !NearEqual(box.rect.GetBottom(), bottomBoundaryOfParagraph)) {
1310 bottomBoundaryOfParagraph = box.rect.GetBottom();