Searched refs:bottomBoundaryOfParagraph (Results 1 – 2 of 2) sorted by relevance
108 double bottomBoundaryOfParagraph = boxes.front().rect.fBottom; local112 double bottomBoundaryOfParagraph = boxes.front().rect.GetBottom(); local116 …itionType_ == CursorPositionType::END && !NearEqual(box.rect.fBottom, bottomBoundaryOfParagraph)) {117 bottomBoundaryOfParagraph = box.rect.fBottom;122 !NearEqual(box.rect.GetBottom(), bottomBoundaryOfParagraph)) {123 bottomBoundaryOfParagraph = box.rect.GetBottom();
1295 double bottomBoundaryOfParagraph = boxes.front().rect.fBottom; local1299 double bottomBoundaryOfParagraph = boxes.front().rect.GetBottom(); local1303 …itionType_ == CursorPositionType::END && !NearEqual(box.rect.fBottom, bottomBoundaryOfParagraph)) {1304 bottomBoundaryOfParagraph = box.rect.fBottom;1309 !NearEqual(box.rect.GetBottom(), bottomBoundaryOfParagraph)) {1310 bottomBoundaryOfParagraph = box.rect.GetBottom();