Searched refs:postJumpOffset_ (Results 1 – 5 of 5) sorted by relevance
183 PrepareJump(info_, postJumpOffset_); in Init()198 PrepareJump(info_, postJumpOffset_); in Init()207 PrepareJump(info_, postJumpOffset_); in Init()214 PrepareJump(info_, postJumpOffset_); in Init()351 if (postJumpOffset_) { // preemptively reset layout range in MeasureOnJump()356 postJumpOffset_ = postJumpOffset_.value_or(0.0f) + *info_->extraOffset_; in MeasureOnJump()379 info_->currentOffset_ = SolveJumpOffset(item) + postJumpOffset_.value_or(0.0f); in MeasureOnJump()
172 std::optional<float> postJumpOffset_; variable
164 postJumpOffset_ = info_.currentOffset_; in CheckForReset()179 postJumpOffset_ = info_.currentOffset_; in CheckForReset()188 postJumpOffset_ = info_.currentOffset_; in CheckForReset()197 postJumpOffset_ = info_.currentOffset_; in CheckForReset()307 if (!NearZero(postJumpOffset_)) { in MeasureOnJump()308 info_.currentOffset_ = postJumpOffset_; in MeasureOnJump()
167 float postJumpOffset_ = 0.0f; /**< The offset to be applied after performing a jump. */ variable
526 EXPECT_EQ(algo->postJumpOffset_, -20.0f);